FD.io VPP
v18.07-34-g55fbdb9
Vector Packet Processing
|
qos egress map id %d [delete] {[SOURCE][INPUT]=OUTPUT}.
Update a Egress Qos Map table
vpp# qos egress map id 0 [ip][4]=4
Declaration: qos_egress_map_update_command (src/vnet/qos/qos_egress_map.c line 154)
Implementation: qos_egress_map_update_cli.
qos mark <SOURCE> <INTERFACE> id <MAP>.
Apply a QoS egress mapping table to an interface for QoS marking packets at the given output protocol.
vpp# qos egress interface GigEthernet0/9/0 id 0 output ip
Declaration: qos_egress_map_interface_command (src/vnet/qos/qos_mark.c line 502)
Implementation: qos_mark_cli.
qos record <record-source> <INTERFACE> [disable].
Enable QoS bit recording on an interface using the packet's input DSCP bits Which input QoS bits to use are either; IP, MPLS or VLAN. If more than one protocol is chosen (which is foolish) the higer layers override the lower.
vpp# qos record ip GigEthernet0/1/0
Declaration: qos_record_command (src/vnet/qos/qos_record.c line 553)
Implementation: qos_record_cli.
show qos egress map id d.
Show Egress Qos Maps
vpp# show qos egress map
Declaration: qos_egress_map_show_command (src/vnet/qos/qos_egress_map.c line 248)
Implementation: qos_egress_map_show.