IBM 12.1(22)EA6 Switch User Manual


 
23-22
Cisco Systems Intelligent Gigabit Ethernet Switch Modules for the IBM BladeCenter, Software Configuration Guide
24R9746
Chapter 23 Configuring QoS
Configuring Standard QoS
Table 23-6 lists the port configuration when an IP phone is present or absent.
Enabling Pass-Through Mode
The switch assigns a CoS value of 0 to all incoming packets without modifying the packets. The switch
offers best-effort service to each packet regardless of the packet contents or size and sends it from a
single egress queue.
Beginning in privileged EXEC mode, follow these steps to enable pass-through mode:
To disable pass-through mode, use the no mls qos trust pass-through dscp interface configuration
command.
If you enter the mls qos cos override and the mls qos trust [cos | dscp] interface commands when
pass-through mode is enabled, pass-through mode is disabled.
If you enter the mls qos trust cos pass-through dscp interface configuration command when the mls
qos cos override and the mls qos trust [cos | dscp] interface commands are already configured,
pass-through mode is disabled.
Table 23-6 Port Configurations When Trusted Boundary is Enabled
Port Configuration When a Cisco IP Phone is Present When a Cisco IP Phone is Absent
The port trusts the CoS value
of the incoming packet.
The packet CoS value is trusted. The packet CoS value is assigned
the default CoS value.
The port trusts the DSCP
value of the incoming packet.
The packet DSCP value is trusted. For tagged non-IP packets, the
packet CoS value is set to 0.
For untagged non-IP packets, the
packet CoS value is assigned the
default CoS value.
The port assigns the default
CoS value to incoming
packets.
The packet CoS value is assigned
the default CoS value.
The packet CoS value is assigned
the default CoS value.
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
interface interface-id Specify the interface on which pass-through mode is enabled, and enter
interface configuration mode.
Valid interfaces include physical interfaces.
Step 3
mls qos trust cos pass-through dscp Enable pass-through mode. The interface is configured to trust the CoS
value of the incoming packets and to send them without modifying the
DSCP value.
Step 4
end Return to privileged EXEC mode.
Step 5
show mls qos interface [interface-id] Verify your entries.
Step 6
copy running-config startup-config (Optional) Save your entries in the configuration file.