FD.io VPP
v17.10-9-gd594711
Vector Packet Processing
|
show sr mpls policies.
Declaration: show_sr_mpls_policies_command (src/vnet/srmpls/sr_mpls_policy.c line 539)
Implementation: show_sr_mpls_policies_command_fn.
show sr mpls steering policies.
Declaration: show_sr_mpls_steering_policies_command (src/vnet/srmpls/sr_mpls_steering.c line 424)
Implementation: show_sr_mpls_steering_policies_command_fn.
sr mpls policy [add||del||mod] bsid 2999 next 10 next 20 next 30 (weight 1) (spray).
TBD.n
Declaration: sr_mpls_policy_command (src/vnet/srmpls/sr_mpls_policy.c line 478)
Implementation: sr_mpls_policy_command_fn.
sr mpls steer (del) l3 <ip_addr/mask>via sr policy bsid <mpls_label> (fib-table <fib_table_index>).
tSteer L3 traffic through an existing SR policy.ntExamples:nttsr steer l3 2001::/64 via sr_policy index 5nttsr steer l3 2001::/64 via sr_policy bsid 29999nttsr steer del l3 2001::/64 via sr_policy index 5n
Declaration: sr_mpls_steer_policy_command (src/vnet/srmpls/sr_mpls_steering.c line 368)
Implementation: sr_mpls_steer_policy_command_fn.