Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

205H wired client details

This thread has been viewed 5 times
  • 1.  205H wired client details

    MVP
    Posted Apr 15, 2019 12:41 PM

    How can I find out the mac address of a connected wired client on a 205H port? The command below doesnt display any results for me...

     

    #show ap wired stats ap-name <my ap name>

     

    Yet, airwaves shows that the enet3 port is "up" with a device conected.

    My ap is a campus ap, model 205h, version 6.5.4.7. Any ideas?



  • 2.  RE: 205H wired client details

    EMPLOYEE
    Posted Apr 15, 2019 12:57 PM

    try:

    show datapath bridge table ap-name <name of ap>



  • 3.  RE: 205H wired client details

    MVP
    Posted Apr 15, 2019 01:19 PM

    I tried the command you mentioned, but its not valid for me. It only wants a <macaddr> after "table"... and not an ap-name argument...

     

    (my_ctrl) #show datapath bridge table ?
    <macaddr>     xx:xx:xx:xx:xx:xx 48-bit MAC address to filter on
    |                       Output Modifiers

    (my_ctrl) #

     

     

    Now, the following DOES give me a table...

     

    (my_ctrl) #show datapath bridge ap-name my_ap

     

    But nothing in this table really maps one of the displayed macs to ENET3 of the AP. I see many, many, macs listed in the first column. There is only one row that has the P flag, and this appears to be the APs ENET1 port (in my case the uplink port). This row entry also says "local" for the Destination column. I'm still not seeing an entry to ENET3.

     

     



  • 4.  RE: 205H wired client details

    Posted Apr 15, 2019 02:11 PM

    Do you have an AAA profile on the port? Is the port set to tunnel or bridge? If it's tunneled with an AAA, you should see the user show up in the user table

    I thought the command you entered should show that information. You said Airwave sees enet3 up, does the controller?

    show ap debug port status ap-name




  • 5.  RE: 205H wired client details

    MVP
    Posted Apr 15, 2019 02:31 PM

    205H does not have a AAA profile assigned. Ports run in tunnel mode.

     

    In addition to AMP seeing ENET3 as "up", my controller does as well when I issue the command you mentioned. 



  • 6.  RE: 205H wired client details

    Posted Apr 15, 2019 02:48 PM

    That might be why the command you tried earlier or Colin's command aren't working. They work for me and I have an AAA profile on the enets. 

    If it's on the same subnet, this might work

    show ap monitor arp-cache ap-name xxx

    The only other thing I can think of, is if the device plugged in does LLDP, you can do a 

    show ap lldp neighbors ap-name xxx

    Maybe someone a little more versed can offer some other suggestions if those don't work