Wired Intelligent Edge

 View Only
last person joined: 9 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

LLDP: getting setup

This thread has been viewed 25 times
  • 1.  LLDP: getting setup

    Posted Feb 08, 2021 10:18 AM
    I am looking for some good step by step instructions for getting LLDP working on Arubaos CX for a 6300M.   I have found some instructions but they either contain just commands and no explanations or they are just explanations with no examples.

    I just want to have a group for IP Phones and a group for regular data access ports.  Should not be that hard but can't find good instructions.

    Thanks

    ------------------------------
    Jeff Hlava
    ------------------------------


  • 2.  RE: LLDP: getting setup

    EMPLOYEE
    Posted Feb 09, 2021 03:15 AM
    LLDP is enable by default on all interfaces.
    So, you should see LLDP exchange and information if the connected device has LLDP enable as well.

    ------------------------------
    Vincent Giles
    ------------------------------



  • 3.  RE: LLDP: getting setup

    Posted Feb 09, 2021 09:15 AM
    Thank you.  but there is more to it than that, right?  you need device identities and  device profile groups and those need configuration.  How do you properly get those setup and make sure they get assigned to the right devices?

    Example.   I have a data vlan 3 and a voice vlan 10.   and i want to be able to have either for those work with lldp on interfaces 1/1/1-1/1/40.

    ------------------------------
    Jeff Hlava
    ------------------------------



  • 4.  RE: LLDP: getting setup

    EMPLOYEE
    Posted Feb 11, 2021 05:56 AM
      |   view attached
    Jeff, check out the CX 10.06 Fundamentals Guide chapter 13 'Device Discovery and Configuration' . It has examples on setting up device profiles for LLDP.

    https://asp.arubanetworks.com/downloads/documents/RmlsZTpmZjgzNTE1ZS0yYzI3LTExZWItODYyOS03NzYzOWY2MTA2ZjM%3D

    or see pdf enclosed

    Regards, Steve

    ------------------------------
    Steve Bartlett
    ------------------------------



  • 5.  RE: LLDP: getting setup

    EMPLOYEE
    Posted Feb 11, 2021 02:16 PM
    Test this out:

    vlan 3
    description DATA_VLAN

    vlan 203
    voice
    description VOICE_VLAN

    interface vlan 3
    description DATA
    ip address 172.16.0.12/24.  #your IP address

    interface vlan 10
    description VOICE_VLAN
    ip helper-address 192.168.3.1.  #your ip address

    interface 1/1/1-1/1/40
    no shutdown
    qos trust dscp
    no routing
    vlan trunk native 3
    vlan trunk allowed 10
    spanning-tree bpdu-guard
    spanning-tree port-type admin-edge
    ​​

    ------------------------------
    Rocky Nill
    ------------------------------