6.2 Configuring QoS Egress Port Schedulers using CLI Commands
To configure the QoS egress port schedulers, execute the following
commands.
! Enable cut-through on port 1, queue 6 and 7.
# configure terminal
(config)# interface GigabitEthernet 1/1
(config-if)# qos cut-through queue 6-7
! Disable cut-through on port 1, queue 6 and 7.
# configure terminal
(config)# interface GigabitEthernet 1/1
(config-if)# no qos cut-through queue 6-7
! Show configuration using 'show running-config'.
# show running-config
[...]
qos cut-through queue 6
qos cut-through queue 7