Enabling IEEE 802.3 Organizationally Specific TLVs

This section describes how to enable IEEE 802.3 organizationally-specific TLVs, whose transmission status is set to Disabled by default. They are as follows:
  • MAC-PHY Configuration/Status
  • Link Aggregation
  • Max Frame Size

At Switch A and Switch B:

Note:

Configure the LLDP module status as enabled. Refer to section “Enabling LLDP” for details.

  1. Enable IEEE 802.3 Organizationally-specific TLVs by executing the following commands.

    Type the following:

    • Enter the Global Configuration Mode.
    iS5comm# configure terminal
    • Enable IEEE 802.3 organizationally-specific TLVs on port P1.
    iS5comm(config)# interface gigabitethernet 0/1
    iS5comm(config-if)# lldp tlv-select dot3tlv link-aggregation
    iS5comm(config-if)# lldp tlv-select dot3tlv macphy-config
    iS5comm(config-if)# lldp tlv-select dot3tlv max-framesize
    iS5comm(config-vlan)# end
  2. At Switch A: view the local system information by executing the following command.

    Perform the following:

    iS5comm# show lldp local gigabitethernet 0/1
    Port Id SubType               : Interface Alias
    Port Id                       : Gi0/1
    Port Description              : Ethernet Interface Port 01
    Enabled Tx Tlvs               : Port Description, System Name,
    System Description, System Capability,
    Management Address, Mac Phy, Link Aggregation,Max Frame Size
    
    
    Extended 802.3 TLV Info
    -MAC PHY Configuration & Status
    Auto-Neg Support & Status     : Not Supported, Enabled
    Advertised Capability Bits    : 0000
    Operational MAU Type          : 0
    
    
    -Link Aggregation
    Capability & Status           : Not Capable, Not In Aggregation
    Aggregated Port Id            : 0
    -Maximum Frame Size           : 1500
    
    
    Extended 802.1 TLV Info
    Port VLAN Id                 : 1
    -Port & Protocol VLAN Id
    Protocol VLAN Id     Support    Protocol VLAN Status     TxStatus
    ----------------     -------    --------------------     --------
    0                    Supported  Enabled                  Disabled
    
    
    -Vlan Name
    Vlan Id        Vlan Name                          TxStatus
    -------        ---------                          --------
    1              vlan1                              Enabled
  3. At Switch B, verify the neighbor information learnt on interface gigabitethernet 0/1, by executing the following command.

    Perform the following.

    iS5comm# show lldp neighbors gigabitethernet 0/1 detail
    Capability Codes			:
    (R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device,
    (W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other
    
    
    Chassis Id SubType	: Mac Address
    Chassis Id			: E8:E8:75:90:5F:81
    Port Id SubType		: Interface Alias
    Port Id			: Gi0/1
    Port Description		: Ethernet Interface
    System Name                   : iS5com
    System Description            : RAPTOR iMX 950, iBiome :1.5.03
    Local Intf			: Gi0/1
    Time Remaining		: 116 Seconds
    System Capabilities Supported	: B,R
    System Capabilities Enabled	: B,R
     
    Extended 802.3 TLV Info
    -MAC PHY Configuration & Status
    Auto Negotiation Tlv		: Supported, Disabled 
    Advertised Capability Bits	: 6c11
    10base-T(HD)
    10base-T(FD)
    100base-TX(HD)
    100base-TX(FD)
    Asym and Symm PAUSE(FD)
    1000base-T(FD)
    
    
    -Link Aggregation 
    Capability & Status		: Not Capable, Not In AggregationAggregated Port Id		: 1-Maximum Frame Size		: 1500
    
    
    Extended 802.1 TLV Info
    -Port VLAN Id			: 1
    -Port & Protocol VLAN Id
    Protocol Vlan Tlv			: Not Advertised
    -Vlan Name
    Vlan Id	     Vlan Name
    -------      ---------
    1            vlan1
    ------------------------------------------------
    Total Entries Displayed		: 1
    Note: see the new entries for Auto Negotiation TLV, Link Aggregation, and Maximum Frame Size.