FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
src/vnet/qos

qos egress map

Summary/usage

qos egress map id %d [delete] {[SOURCE][INPUT]=OUTPUT}.

Description

Update a Egress Qos Map table

Example usage
vpp# qos egress map id 0 [ip][4]=4

Declaration and implementation

Declaration: qos_egress_map_update_command (src/vnet/qos/qos_egress_map.c line 154)

Implementation: qos_egress_map_update_cli.

qos mark

Summary/usage

qos mark <SOURCE> <INTERFACE> id <MAP>.

Description

Apply a QoS egress mapping table to an interface for QoS marking packets at the given output protocol.

Example usage
vpp# qos egress interface GigEthernet0/9/0 id 0 output ip

Declaration and implementation

Declaration: qos_egress_map_interface_command (src/vnet/qos/qos_mark.c line 173)

Implementation: qos_mark_cli.

qos record

Summary/usage

qos record <record-source> <INTERFACE> [disable].

Description

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 higher layers override the lower.

Example usage
vpp# qos record ip GigEthernet0/1/0

Declaration and implementation

Declaration: qos_record_command (src/vnet/qos/qos_record.c line 194)

Implementation: qos_record_cli.

show qos egress map

Summary/usage

show qos egress map id d.

Description

Show Egress Qos Maps

Example usage
vpp# show qos egress map

Declaration and implementation

Declaration: qos_egress_map_show_command (src/vnet/qos/qos_egress_map.c line 248)

Implementation: qos_egress_map_show.