User's Guide

Form #: OP_01_TM
Title: Aeronix Data Links – EDL Nano Products User Guide
Document Number: AE301628-001
Revision: B Date: 3 October 2019
Aeronix Proprietary
91
Appendix A: SNMP MIB.
Click the advanced button next to the Address field. Enter “user” for USM User, “SHA” for
Authentication and “DES” for privacy. Then enter “AERONIX1%” for the SHA and DES
passwords.
3.7.1. SNMP User Authentication
The Aeronix User-based Security name is “user”. The Aeronix authentication protocol is “SHA”.
The privacy type is “DES”. The privacy key or pass phrase to use is “AERONIX1%”.
3.7.2. SNMP examples
Below are some examples on how to query and modify Aeronix tables. The examples are using
the net-snmp library of commands.
3.7.2.1. Basic SNMP get request
snmpget -v 3 -l AUTHPRIV -a SHA -A Aeronix1% -x DES -X Aeronix1%
-u user -m <mib> <ip> <item>
Example:
snmpget -v 3 -l AUTHPRIV -a SHA -A Aeronix1% -x DES -X Aeronix1%
-u user -m /home/general/SNMP/AERONIX-802.16-MIB.mib.txt
192.168.100.1 txrxEnable.1
3.7.2.2. Basic SNMP set request
snmpset -v 3 -l AUTHPRIV -a SHA -A Aeronix1% -x DES -X Aeronix1%
-u user -m <mib> <ip> <item> <item type> <value>
Example:
snmpset -v 3 -l AUTHPRIV -a SHA -A Aeronix1% -x DES -X Aeronix1%
-u user -m /home/general/SNMP/AERONIX-802.16-MIB.mib.txt
192.168.100.1 txrxEnable.1 i 0
3.7.2.3. Basic SNMP Table request
snmptable -v 3 -l AUTHPRIV -a SHA -A Aeronix1% -x DES -X
Aeronix1% -u user -m <mib> <ip> <table name>
Example:
snmptable -v 3 -l AUTHPRIV -a SHA -A Aeronix1% -x DES -X
Aeronix1% -u user -m /home/general/SNMP/AERONIX-802.16-
MIB.mib.txt 192.168.100.1 wmanIfBsSsNameTable