DWL-2100AP, snmp
Добавлено: 2011-04-13 8:38:19
Отдает ли DWL-2100AP по snmp мас-адреса подключеных клиентов? Если да, то как? Или это от прошивки зависит?
Взято с http://forum.dlink.ru/viewtopic.php?f=4 ... mp#p533408"The correct OID to list the client information is 1.3.6.1.4.1.171.11.37.4.4.5.2, and the mib tree is "adClientTable".
To correctly get the client information, you need to acquire the client information first, then you can have the client list and the information. Therefore, you need to set the acquire(value=1) on "adGetClient" mib tree, then you can get the client information on "adClientTable"mib tree.
Use snmpwalk, the step is
1. type the command "snmpset -v2c -c private 192.168.0.50 1.3.6.1.4.1.171.11.37.4.4.5.1.1.1.1 i 1" to acquire the client information.
2. type the command "snmpwalk -v2c -c public 192.168.0.50 1.3.6.1.4.1.171.11.37.4.4.5.2" to have the all connected client information. "