FD.io VPP  v19.08-27-gf4dcae4
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 185)

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 191)

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 211)

Implementation: qos_record_cli.

qos store

Summary/usage

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

Description

Enable QoS bit storeing 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 store ip GigEthernet0/1/0

Declaration and implementation

Declaration: qos_store_command (src/vnet/qos/qos_store.c line 215)

Implementation: qos_store_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 278)

Implementation: qos_egress_map_show.

show qos mark

Summary/usage

show qos mark [interface].

Description

Show Egress Qos Maps

Example usage
vpp# show qos egress map

Declaration and implementation

Declaration: qos_mark_show_command (src/vnet/qos/qos_mark.c line 275)

Implementation: qos_mark_show.

show qos record

Summary/usage

show qos record [interface].

Description

Show Egress Qos Maps

Example usage
vpp# show qos egress map

Declaration and implementation

Declaration: qos_record_show_command (src/vnet/qos/qos_record.c line 293)

Implementation: qos_record_show.

show qos store

Summary/usage

show qos store [interface].

Description

Show Egress Qos Maps

Example usage
vpp# show qos egress map

Declaration and implementation

Declaration: qos_store_show_command (src/vnet/qos/qos_store.c line 299)

Implementation: qos_store_show.