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
101
Verify new row created in provisioned SFs table:
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 wmanIfBsOfdmDcdBurstProfileTable
Expected output:
SNMP table: AERONIX-80216-MIB::wmanIfBsOfdmDcdBurstProfileTable
wmanIfCmnOfdmDcdBurstProfIndex wmanIfCmnOfdmDiucValue wmanIfCmnOfdmDcdFecCodeType
wmanIfCmnOfdmDiucCinrMandatoryExitThresh wmanIfCmnOfdmDiucCinrMinEntryThresh
wmanIfCmnOfdmDiucFecMandatoryExitThresh wmanIfCmnOfdmDiucFecMinEntryThresh
wmanIfCmnOfdmAvailableType wmanIfCmnOfdmDcdBurstProfilerowStatus
1 1 fecBPSK-12 0 7 0 3 2 active
2 2 fecQPSK-12 8 10 15 4 2 active
3 3 fecQPSK-34 9 12 4 1 2 active
4 4 fecQAM-1612 12 16 28 7 2 active
5 5 fecQAM-1634 16 18 8 2 2 active
6 6 fecQAM-6423 20 23 25 6 2 active
invalid 0 0 0 0 0 notReady
Fill in row:
snmpset -v 3 -l AUTHPRIV -a SHA -A Aeronix1% -x DES -X Aeronix1%
-u user -m <mib> <ip> wmanIfCmnOfdmDcdFecCodeType.<row index> i
<fec code [0-9]> wmanIfCmnOfdmDiucCinrMandatoryExitThresh.<row
index> i <cinr exit threshold>
wmanIfCmnOfdmDiucFecMandatoryExitThresh.<row index> i <fec exit
threshold> wmanIfCmnOf
dmAvailableType.<row index> i <enable=2, disable=3>
wmanIfCmnOfdmDiucCinrMinEntryThresh.<row index> i <cinr entry
threshold> wmanIfCmnOfdmDiucFecMinEntryThresh.<row index> i <fec
entry threshold>
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 wmanIfCmnOfdmDcdFecCodeType.7 i 6
wmanIfCmnOfdmDiucCinrMandatoryExitThresh.7 i 8
wmanIfCmnOfdmDiucFecMandatoryExitThresh.7 i 10 wmanIfCmnOf
dmAvailableType.7 i 2 wmanIfCmnOfdmDiucCinrMinEntryThresh.7 i 0
wmanIfCmnOfdmDiucFecMinEntryThresh.7 i 9
Expected output:
AERONIX-80216-MIB::wmanIfCmnOfdmDcdFecCodeType.7 = INTEGER:
fecQAM-6434(6)