Below is the complete CLI commands applied to FOS-3128 Managed Switch.
configure
Example:
FOS-3128# config
FOS-3128(config)#
Enter the global configuration
mode.
qos 802.1p
Example:
FOS-3128(config)# qos 802.1p
OK !
In this example, it configures
the QoS Mode to 802.1p.
qos queuing-mode weight
Example:
FOS-3128(config)# qos queuing-mode weight
OK !
In this example, it configures
Configure Egress Mode as
“Weight”.
qos queue-weighted
weighted
Example:
FOS-3128(config)# qos queue-weighted 1:2:3:4:5:6:7:8
OK !
In this example, it configures
the Queue Weighted to :
1(Q0):2(Q1):3(Q2):4(Q3):
5(Q4):6(Q5):7(Q6):8(Q7).
qos 802.1p-map
802.1p_list queue_value
Example:
FOS-3128(config)# qos 802.1p-map 0 0
FOS-3128(config)# qos 802.1p-map 1 1
FOS-3128(config)# qos 802.1p-map 3 2
FOS-3128(config)# qos 802.1p-map 5 3
In this example, it configures
the P-Bit 0 with Queue
Mapping to Q0, the P-Bits 1
with Queue Mapping to Q1, the
P-Bits 3 with Queue Mapping
to Q2, and the P-Bit 5 with
Queue Mapping to Q3.
interface
port_list
Example:
FOS-3128(config)# interface 3, 4
FOS-3128(config-if-3,4)#
Specify the Port 3 and Port 4
that you would like to
configure QoS Rate limit.
qos rate-limit ingress
limit_rate(kbps)
Example:
FOS-3128(config-if-3,4)# qos rate-limit ingress 10000
OK !
In this example, it configures
Port 3 and Port 4 with 10M
Ingress Rate.
qos rate-limit egress
limit_rate(kbps)
Example:
FOS-3128(config-if-3,4)# qos rate-limit egress 10000
OK !
In this example, it configures
Port 3 and Port 4 with 10M
Egress Rate.
exit
Example:
FOS-3128(config-if-3,4)# exit
FOS-3128(config)#
Return to the global
configuration mode.