show protocol

show protocol {filter} {filter_ name} {detail}

Description

Displays protocol filter definitions and the complete protocol configuration.

Syntax Description

filter Displays a protocol filter.
name Displays a protocol filter name.
detail Displays protocol information in detail.

Default

Displays all protocol filters.

Usage Guidelines

Displays the defined protocol filter(s) with the types and values of its component protocols.

Example

The following is an example of the command's output:

# show protocol
Protocol Filter Name   Protocol   Id      Destination     Field    Field    Field        
                       Type      Value    Address         Offset   Value    Mask
--------------------   --------  ------   -----------     -------  ------   -------
IP                     etype     0x0800                                         
                       etype     0x0806                  
ANY                    ANY       0xffff                  
ipx                    etype     0x8137                  
IPv6                   etype     0x86dd                  
lacp                   etype     0x8809  01:80:C2:00:00:02>  14      01       FF
mpls                   etype     0x8847                  
appletalk               snap     0x809b                                            
                        snap     0x80f3                   

> indicates that the value was truncated to the column size in the output.
Use the “detail” option to see the complete value.
The following example displays the show protocol detail command:
show protocol detail
Protocol Filter Name   : appletalk
    Protocol Id Type   : snap
    Protocol Id Value  : 0x809b
    Destination Address:
    Field Offset       :
    Field Value        :
    Field Mask         :
 
    Protocol Id Type   : snap
    Protocol Id Value  : 0x80f3
    Destination Address:
    Field Offset       :
    Field Value        :
    Field Mask         :

Protocol Filter Name   : lacp
    Protocol Id Type   : etype
    Protocol Id Value  : 0x8809
    Destination Address: 01:80:C2:00:00:02
    Field Offset       : 14
    Field Value        : 01
    Field Mask         : FF
 
# show protocol filter “lacp” detail
Protocol Filter Name   : lacp
    Protocol Id Type   : etype
    Protocol Id Value  : 0x8809
    Destination Address: 01:80:C2:00:00:02
    Field Offset       : 14
    Field Value        : 01
    Field Mask         : FF

History

This command was first available in ExtremeXOS 10.1.

The filter and detail keywords were added in ExtremeXOS 15.5.

Platform Availability

This command is available on all platforms.