Controller Based WLANs

 View Only
last person joined: one year ago 

APs, Controllers, VIA

Fetching wired mac address of the AP using snmpwalk 

Mar 24, 2017 09:51 AM

Q:

How to get the wired mac address of the AP using snmpwalk?



A:

The wired mac address of the AP can be fetched using the below snmp walk:

snmpwalk  -v2c  -c <community string> <controller's ip address> wlanAPBssidAPMacAddress  (or)

snmpwalk  -v2c  -c <community string> <controller's ip address> 1.3.6.1.4.1.14823.2.2.1.5.2.1.7.1.13

 

Using wlanAPMacAddress, we will not able to pull the AP's wired mac address. 

Using wlanAPBssidAPMacAddress, we can fetch the wired mac address of the AP's. 

 

Example:

Below is the sample output from the AP: 

SNMPv2-SMI::enterprises.14823.2.2.1.5.2.1.7.1.13.148.180.15.202.76.26.1.148.180.15.36.193.176 = Hex-STRING: F0 5C 19 CA 43 64
SNMPv2-SMI::enterprises.14823.2.2.1.5.2.1.7.1.13.148.180.15.202.76.26.2.148.180.15.36.193.160 = Hex-STRING: F0 5C 19 CA 43 64

The wired mac address of the AP : F0 5C 19 CA 43 64

 

 

 

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.