3Com 5104M-FIB Switch User Manual


 
SHOW PROTOCOLS
2-365
Example 1
This command displays the protocol type field, protocol name, priority setting, and
ports affected by the default filters in the protocol forwarding table for the
SwitchModule in slot 6. The table displays the default filters used by the
SwitchModule, as well as any additional filters you create.
The following command shows only the default filters:
CB5000> show protocols 6.1 forwarding
Protocol Name Priority Forward On Ports
-----------------------------------------------------------------
dsap 42 spanning tree normal ALL
enet 08-00 ip normal ALL
enet 08-06 ip arp normal ALL
snap 00-00-00-80-f3 appletalk arp normal ALL
unkn 00 unknown protocol normal ALL
Example 2
The following command displays the translation setting that the SwitchModule
in slot 3 is using:
CB5000> show protocols 3.1 translation
IPX translation: ipx enet II - default
CB5000>
Example 3
To display the status of rate limiting:
For a SwitchModule
– Enter the SHOW PROTOCOLS
RATE_LIMIT_THRESHOLD command. For example:
> show protocols 7.1 rate_limit_threshold
Rate limit threshold set to 300 (frames/second)
For a particular protocol type
– Enter the SHOW PROTOCOLS FORWARDING
command and look at the Rate Limit field. For example:
CB5000> show protocols 7.1 forwarding
Protocol Name Priority Rate Limit Forward On Ports
------------------------------------------------------------------
dsap 42 spanning tree normal disable ALL
enet 08-00 ip normal disable ALL
enet 08-06 ip_arp normal enable ALL
enet 80-f3 appletalk arp normal disable ALL
unkn 00 unknown protocol normal disable ALL
In this example, rate limiting is enabled for the protocol type enet 08-06.
To disable rate limiting, enter the SET PROTOCOLS command with the
DISABLE_RATE_LIMIT option. For example:
> set protocols 7.1 forwarding enet 08-06 normal_priority all ip_arp
disable_rate_limit
Related Commands
CLEAR PROTOCOLS
SET PROTOCOLS FORWARDING
SET PROTOCOLS TRANSLATION