User guide

462
pmp-0229 (Mar 2013)
Roles of Hardware and Software Elements Managing the Network From a
Management Station (NMS)
<MAC> = the MAC Address of the Registered Slave Device to which the request needs to be
forwarded by the SNMP Proxy. Each byte of the MAC Address is encoded as a separate integer.
Thus the MAC will contain the information for 6 integers:
SlaveOID = the OID to query in the Slave device. This is the actual OID that is
implemented within the MIB of the slave device.
SNMP Proxy Example - Get
SM MAC: 0a-00-3e-a0-00-a5; Converted to decimal: 10.0.62.160.0.165
AP IP: 10.120.153.6
Community String: Canopy
OID: whispSMConfig rFScanList .1.3.6.1.4.1.161.19.3.2.1.1.0
snmpget -p 61002 -v 2 -c Canopy 10.120.153.6
.1.3.6.1.4.1.161.19.3.2.1.1.0.10.0.62.160.0.165
This returns:
.1.3.6.1.4.1.161.19.3.2.1.1.0
Value (OctetString): 547500, 548000, 548500, 549000, 549500, 550000,
550500, 551000, 551500, 552000
SNMP Proxy Example - Get Multiple OIDs
This example uses the same AP and SM as above.
OIDs: whispSMStatus radioDbm .1.3.6.1.4.1.161.19.3.2.2.8.0
whispSMStatus registeredToAp .1.3.6.1.4.1.161.19.3.2.2.9.0
whispSMStatus adaptRate .1.3.6.1.4.1.161.19.3.2.2.20.0
snmpget -p 61002 -v 2 -c Canopy 10.120.153.6
.1.3.6.1.4.1.161.19.3.2.2.8.0.10.0.62.160.0.165
1.3.6.1.4.1.161.19.3.2.2.9.0 .1.3.6.1.4.1.161.19.3.2.2.20.0
Value (OctetString): -53.6
.1.3.6.1.4.1.161.19.3.2.2.9.0
Value (OctetString): 0a-00-3e-a0-07-7c
.1.3.6.1.4.1.161.19.3.2.2.20.0
Value (OctetString): VC 18 Rate 6X/4X VC 255 Rate 6X/1X
SNMP Proxy Example - Set
Note: For SNMP writes to work, the SNMP Community String 1 Permissions must be set to Read
/ Write.
OID: whispSMConfig lanIpSm .1.3.6.1.4.1.161.19.3.2.1.3.0