Adninistrator
IS-IT--Management
Hi!
From the documentation I found that you can get information about time-slots (trunks) using oid (for example):
where the last but one digit is the trunk group number.
the last digit - the number of trunk in the group.
I use snmpget in linux:
- i.e., the "0" at the end gives me information about the first trunk.
- "1" gives information about the 10th trunk already.
But how to get information about all trunks - the first, then the second and so on?
From the documentation I found that you can get information about time-slots (trunks) using oid (for example):
Code:
1.3.6.1.4.1.6889.2.73.8.1.26.3.1.4.2.2
the last digit - the number of trunk in the group.
I use snmpget in linux:
Code:
snmpget -v2c -c RIVE x.x.x.x 1.3.6.1.4.1.6889.2.73.8.1.26.3.1.4.2.0
SNMPv2-SMI::1.6889.2.73.8.1.26.3.1.4.2.0 = STRING: "002V101"
Code:
snmpget -v2c -c RIVE x.x.x.x 1.3.6.1.4.1.6889.2.73.8.1.26.3.1.4.2.1
SNMPv2-SMI::6889.2.73.8.1.26.3.1.4.2.1 = STRING: "002V110"
But how to get information about all trunks - the first, then the second and so on?