queue bandwidth configuration.
The queue mcast keyword indicates configuring the minimum or maximum of the
interface bandwidth to the multicast queue on the device supporting the multicast
queue bandwidth configuration.
The queue keyword indicates configuring the minimum or maximum of the
interface bandwidth to the queue on the device supporting both unicast and
multicast queue bandwidth configuration.
The following example configures the minimum interface bandwidth of unicast queue 1 to 5 Mbps,
and the maximum to 10 Mbps.
Ruijie(config)# interface gigabitEthernet 0/1
Ruijie(config-if-GigabitEthernet 0/1)# qos queue ucast 1 bandwidth maximum
10240
Ruijie(config-if-GigabitEthernet 0/1)# qos queue ucast 1 bandwidth minimum
5120
The following example configures the minimum interface bandwidth of unicast queue 2 to 2 Mbps.
Ruijie(config)# interface gigabitEthernet 0/1
Ruijie(config-if-GigabitEthernet 0/1)# qos queue ucast 2 bandwidth minimum
2048
The following example configures minimum interface bandwidth of multicast queue 1 to 1 Mbps, and
the maximum to 5 Mbps.
Ruijie(config)# interface gigabitEthernet 0/1
Ruijie(config-if-GigabitEthernet 0/1)# qos queue mcast 1 bandwidth maximum
5120
Ruijie(config-if-GigabitEthernet 0/1)# qos queue mcast 1 bandwidth minimum
1024