Fabric OS Documentation Updates Supporting Fabric OS v7.0.x

Table Of Contents
24 Fabric OS Documentation Updates
53-1002165-10
portCfgQos
5
EXAMPLES To install an ingress and an egress Top Talker monitor on the same ASIC with the -force option (in the
following example, ports 1/33 and 1/34 are on the same ASIC. The attempt to install an end-to- end
monitor after you installed an egress Top Talker monitor fails unless you use the perfTTmon command
with the -force option):
switch:admin> perfttmon --add ingress 1/33
switch:admin> perfttmon --add egress 1/34
Cannot install EE/TopTalker Ingress monitor because TopTalker
Egress monitor is already present on one of the ports of this asic
switch:admin> perfttmon --add egress 1/34 -force
portCfgQos
The following examples have been corrected to match the descriptions with the appropriate command
syntax:
To enable QoS on a port:
switch:admin> portcfgqos --enable 1/15
To disable QoS on a port:
switch:admin> portcfgqos --disable 1/15
To set the default QoS configuration on a port:
switch:admin> portcfgqos --default 12/41
To set the ingress rate limit on a port to 2 Gbps:
switch:admin> portcfgqos --setratelimit 12/41 2000
portLoopBackTest
The default value for nframe count was mistakenly stated as 10. The correct default is 1.
portDPortTest
Update the description for the portdporttest --stop option as follows:
--stop Terminates the diagnostics on the specified D_Ports. Brocade recommends that
you execute this command on both the local port and the remote port to properly
terminate the D_Port tests.
portLedTest
:Augment the note section of the portLedtestTest help pages as follows:
This diagnostic cannot be run on an operational switch. You must disable the switch using the
chassisDisable command before you can run this test. After the test completes, re-enable the switch
using the chassisEnable command.