Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SNMP - do not get information about specific trunks (Avaya Aura R8)

Status
Not open for further replies.

Adninistrator

IS-IT--Management
Nov 21, 2005
1
RU
Hi!
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
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:
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"
- i.e., the "0" at the end gives me information about the first trunk.

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"
- "1" gives information about the 10th trunk already.

But how to get information about all trunks - the first, then the second and so on?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top