Controller Based WLANs

 View Only
last person joined: one year ago 

APs, Controllers, VIA

How to check ARP entries on the controller based on the VLAN ID? 

Feb 28, 2018 04:18 AM

Q:

How to check ARP entries on the controller based on the VLAN ID?


A:
We can check the ARP entries on the controller using below command which will list out the entire ARP entries, however in a larger network in order to check the ARP entry for a specific VLAN we can filter it based on the VLAN ID.
(ArubaMM1) [mynode] #show arp

Protocol    Address        Hardware Address    Interface
Internet    10.17.204.24       00:50:56:9f:0b:3b    vlan10
Internet    10.17.204.1        00:0b:86:6a:b2:40    vlan10
Internet    10.17.204.25       00:50:56:9f:42:a4    vlan10
Internet    10.17.204.22       00:50:56:9f:53:c5    vlan10
(ArubaMM1) [mynode] #show arp vlan 10

Protocol    Address        Hardware Address    Interface
Internet    10.17.204.24       00:50:56:9f:0b:3b    vlan10
Internet    10.17.204.1        00:0b:86:6a:b2:40    vlan10
Internet    10.17.204.25       00:50:56:9f:42:a4    vlan10
Internet    10.17.204.22       00:50:56:9f:53:c5    vlan10

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.