Wired Intelligent Edge

last person joined: 19 hours ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

Aruba 2930M/F LLDP config

This thread has been viewed 8 times
  • 1.  Aruba 2930M/F LLDP config

    Posted May 14, 2020 12:14 AM

    How to configuring LLDP profile on Aruba 2930M/F?

    My 2930M/Fs are sending LLDP port info as ifIndex, - which is the default setting, then I couldn't found any related solution at the CLI guide. Is there any way to change ifIndex to PortName?

     

    Brocade and Juniper switches have same issue, but they have an option that able to change ifIndex(default) to PortName.

     

    Thanks. Best regards,



  • 2.  RE: Aruba 2930M/F LLDP config

    MVP GURU
    Posted May 14, 2020 02:49 AM

    Maybe I'm totally wrong but I think that LLDP advertises using a set of mandatory (not configurable) data:

     

    lldp_mandatory_data.png

     

    Example (interface 1/A1):

     

    switch# show lldp info local-device ethernet 1/A1
    
    LLDP Local Port Information Detail
    
    Port : 1/A1 
    PortType : local 
    PortId : 1 
    PortDesc : 1/A1
    Pvid : <vlan-id>

     

    And this is the corresponding LLDP config for that specific port (1/A1), pretty much default in this case:

     

    switch# show lldp config ethernet 1/A1 
    
     LLDP Port Configuration Detail
    
      Port : 1/A1  
      AdminStatus [Tx_Rx] : Tx_Rx  
      NotificationEnabled [False] : False
      Med Topology Trap Enabled [False] : False
    
    
      TLVS Advertised:
       * port_descr
       * system_name
       * system_descr
       * system_cap
       * management_addr
    
       * capabilities
       * network_policy
       * location_id
       * poe
    
       * macphy_config
       * poeplus_config
       * eee_config
       * Port VLAN ID
    
      IpAddress Advertised:

     



  • 3.  RE: Aruba 2930M/F LLDP config

    Posted May 14, 2020 03:50 AM

    Thank you for the reply.

     

    I think my english was not good,

    I mean LLDP TLV type=2 PortID, which is mandatory and usually it is using subtype=1 PortAlias, such as Gi1/0 or Ge1/0, but seems Aruba 2930 using subtype=7(locally assigned) - I'm guessing it's ifIndex on SNMP.

     

    Other vendors support configurable subtype option so I wonder Aruba has same things or just not supported/implemented yet. Any idea?

     

    Best regards,