SNMPv2-MIB::sysDescr.0 = STRING: WIENER MPOD (4193086, MPOD 1.1.1.6,
MPODslave 1.06)
SNMPv2-MIB::sysObjectID.0 = OID: WIENER-CRATE-MIB::sysMainSwitch.0
SNMPv2-MIB::sysUpTime.0 = Timeticks: (13401) 0:02:14.01
SNMPv2-MIB::sysContact.0 = STRING:
SNMPv2-MIB::sysName.0 = STRING:
SNMPv2-MIB::sysLocation.0 = STRING:
SNMPv2-MIB::sysServices.0 = INTEGER: 79
A list of all available parameters or sub-parameters as for instance channels can be obtained using
the command snmpwalk with the paramtere “crate”. To get all parameters use:
snmpwalk -Cp -Oqv -v 2c -M $path -m +WIENER-CRATE-MIB -c public $ip crate
example:
snmpwalk -v 2c -m +WIENER-CRATE-MIB -c public 192.168.2.25 crate
Further it is possible obtain the array of names or values for a specific parameter. The following
command provides a list of all existing output channels:
snmpwalk -Cp -Oqv -v 2c -M $path -m +WIENER-CRATE-MIB -c public $ip outputName
Example:
snmpwalk -v 2c -m +WIENER-CRATE-MIB -c public 192.168.2.25 outputName
returns for MPOD system with 2 ISEG EHS HV modules (8 channels each) in slot 2 and 3:
WIENER-CRATE-MIB::outputName.u100 = STRING: U100
WIENER-CRATE-MIB::outputName.u101 = STRING: U101
WIENER-CRATE-MIB::outputName.u102 = STRING: U102
WIENER-CRATE-MIB::outputName.u103 = STRING: U103
WIENER-CRATE-MIB::outputName.u104 = STRING: U104
WIENER-CRATE-MIB::outputName.u105 = STRING: U105
WIENER-CRATE-MIB::outputName.u106 = STRING: U106
WIENER-CRATE-MIB::outputName.u107 = STRING: U107
WIENER-CRATE-MIB::outputName.u200 = STRING: U200
WIENER-CRATE-MIB::outputName.u201 = STRING: U201
WIENER-CRATE-MIB::outputName.u202 = STRING: U202
WIENER-CRATE-MIB::outputName.u203 = STRING: U203
WIENER-CRATE-MIB::outputName.u204 = STRING: U204
WIENER-CRATE-MIB::outputName.u205 = STRING: U205
WIENER-CRATE-MIB::outputName.u206 = STRING: U206
WIENER-CRATE-MIB::outputName.u207 = STRING: U207
This example returns 16 index numbers. Please note the following geographic module and
channel number coding for the SNMP call indexes, where the first digit is defined by the slot
number and the following two by the channel of the particular module in this slot:
Slot
Channel
Name
index
1
0 to 99
Uxx
.u00 to .u99
2
0 to 99
U1xx
.u100 to .u199
...
...
...
...
10
0 to 99
U9xx
.u901 to .u999
Please note that both the index as well as the name can be used!
30. May 2018
32