10-19-2012 01:42 PM - edited 07-03-2021 10:52 PM
Hi,
We successfully use this oid on our Aironet 1240 series AP's to list the dot11 associations to the AP:
1.3.6.1.4.1.9.9.273.1.2.1.1.18 (cDot11ClientSubIfIndex).
However, that oid does not work on our Aironet 1140 series AP's. Can anyone tell me the equivalent oid?
thanks in advance,
Mike
06-24-2013 01:39 PM
I, also, have need for the OID to get associations on a Cisco 1142N Autonomous AP. Did you ever find a solution?
06-25-2013 08:27 AM
unfortunately not
06-26-2013 02:34 AM
check if this works
"ciscoAIRAP1141" "1.3.6.1.4.1.9.1.1034"
"ciscoAIRAP1142" "1.3.6.1.4.1.9.1.1035"
07-09-2013 12:36 PM
It doesn't appear 1.3.6.1.4.1.9.1.1035 worked my 1142. Any other suggestions? I've been searching for an
oid that would return a list of clients associated to a 1142 AP (with the clietns mac address).
10-01-2022 11:25 AM
snmpwalk -c <community> -v2c <ip> 1.3.6.1.2.1.4.22.1
returns the table like:
snmpwalk -c Cisco -v2c 10.1.1.101 1.3.6.1.2.1.4.22.1
IP-MIB::ipNetToMediaIfIndex.5.10.1.1.1 = INTEGER: 5
IP-MIB::ipNetToMediaIfIndex.5.10.1.1.101 = INTEGER: 5
IP-MIB::ipNetToMediaIfIndex.5.10.1.1.107 = INTEGER: 5
IP-MIB::ipNetToMediaPhysAddress.5.10.1.1.1 = STRING: 0:1e:4a:c7:50:41
IP-MIB::ipNetToMediaPhysAddress.5.10.1.1.101 = STRING: 0:1b:d5:13:10:4a
IP-MIB::ipNetToMediaPhysAddress.5.10.1.1.107 = STRING: f0:18:98:6a:18:c
IP-MIB::ipNetToMediaNetAddress.5.10.1.1.1 = IpAddress: 10.1.1.1
IP-MIB::ipNetToMediaNetAddress.5.10.1.1.101 = IpAddress: 10.1.1.101
IP-MIB::ipNetToMediaNetAddress.5.10.1.1.107 = IpAddress: 10.1.1.107
IP-MIB::ipNetToMediaType.5.10.1.1.1 = INTEGER: dynamic(3)
IP-MIB::ipNetToMediaType.5.10.1.1.101 = INTEGER: static(4)
IP-MIB::ipNetToMediaType.5.10.1.1.107 = INTEGER: dynamic(3)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide