Wired Intelligent Edge

 View Only
  • 1.  Device Profile CX

    Posted 24 days ago
    Edited by OK96 24 days ago

    Hi.
    I wonder if it's possible with spaces in sys-desc ?

    port-access lldp-group lldp_group_aruba_ap
         seq 10 match sys-desc Aruba AP

    It doesn't take this.
    I also tried with 
     seq 10 match sys-desc "Aruba AP"
     

    Yes, I know I can use 
     seq 10 match sys-desc AP

    But what if I put in another Vendor AP, and this will get the device profile.

    Or in this example I used:

    seq 10 match sys-desc Aruba

    The both AP and Bridge below got the profile.

    My show lldp nei for port 1/1/1 is an AP 505H
    for port 1/1/11 is an Aruba Brigde

    Show lldp neighbor detail for the switch
    Port                           : 1/1/1
    Neighbor Entries               : 1
    Neighbor Entries Deleted       : 0
    Neighbor Entries Dropped       : 0
    Neighbor Entries Aged-Out      : 0
    Neighbor System-Name           : AP2
    Neighbor System-Description    : AOS-10 (MODEL: 505H), Aruba AP, Version:10.7.2.1_93286 SSR, serial:xxxxx
    Neighbor Chassis-ID            : 20:4c:03:d6:65:cb
    Neighbor Management-Address    : 192.168.10.100
    Chassis Capabilities Available : Bridge, WLAN



    Port                           : 1/1/11
    Neighbor Entries               : 1
    Neighbor Entries Deleted       : 0
    Neighbor Entries Dropped       : 0
    Neighbor Entries Aged-Out      : 0
    Neighbor System-Name           : f0:1a:a0:44:95:5d
    Neighbor System-Description    : AOS-10 (MODEL: BR-150), Aruba Cellular Bridge, Version:10.7.2.2_94048 SSR, serial:xxxxx
    Neighbor Chassis-ID            : f0:1a:a0:44:95:5d
    Neighbor Management-Address    : fe80::f21a:a0ff:fe44:955d
    Chassis Capabilities Available : Bridge




    ------------------------------
    Ole Morten Kårbø
    ACP - Campus Access Professional
    Netnordic Norway
    ------------------------------



  • 2.  RE: Device Profile CX

    Posted 15 days ago

    The way around it is to match on the specific models  like this

    port-access lldp-group ArubaAP
      seq 10 match sys-desc 505H 

    port-access lldp-group ArubaBridge
      seq 10 match sys-desc BR-150



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 3.  RE: Device Profile CX

    Posted 15 days ago
    Edited by Jason Mc 15 days ago

    I have also had a lot of success adding the vendor lldp oui.  I believe that is supposed to stay the same among vendor equipment but at least on the same AP model.  

    Like @ariyap was saying but add.

    seq 10 match sys-desc 505H vendor-oui XX:XX:XX

    You have to dig through the LLDP details of devices to find this stuff. 

    And yes, I find it very frustrating as well that I cannot work in spaces.......  Come on HPE!

    Thanks,

    Jason

    -------------------------------------------