Find answers to your technical questions and learn how to use our products
Search suggestions:
Find answers to your technical questions and learn how to use our products
Search suggestions:
MIB group name |
OID |
Type |
|---|---|---|
avCmStatusTrunkMem |
enterprises.6889.2.73.8.1.28 |
<Not provided in the MIB file> |
The avCmStatusTrunkMem MIB Group displays the output of the STATUS TRUNK xxxx command. This MIB group only polls 1 trunk group/member at a time.
6.3.100 and later
Performance/Utilization
The more TRUNK GROUPS and TRUNK GROUP MEMBERS, the less frequently this MIB Group should be queried.
600 seconds
Initial Timeout should be set to 15 seconds.
Initial Retry should be set to 3.
Yellow/Medium: The data collected by this MIB Group might have some impact on the system.
MIB group name |
Bash/SAT |
Associated command |
Form/Report name |
|---|---|---|---|
avCmStatusTrunkMem |
SAT |
STATUS TRUNK xxxx/yyy |
STATUS TRUNK |
A detailed description of the command and form can be found in the Administering Avaya Aura® Communication Manager document. This document can be downloaded from http://support.avaya.com/document/.
No special permissions needed.
Object Name |
OID |
R/W |
Type |
Field Name |
Description |
|---|---|---|---|---|---|
Form/Report name |
|||||
avCmStatusTrunkMemGrp |
.1 |
R/W |
Integer32 (0..2000) |
n/a |
An object that contains the trunk group. |
avCmStatusTrunkMemMem |
.2 |
R/W |
Integer32 (0..255) |
n/a |
An object containing the number of trunks to perform status trunk on. |
avCmStatusTrunkMemTable |
.3 |
n/a |
SEQUENCE OF avCmStatusTrunkMemEntry |
n/a |
An object that contains the trunk member entry. |
avCmStatusTrunkMemEntry |
.4 |
n/a |
avCmStatusTrunkMemEntry |
n/a |
A avCmStatusMem entry containing objects of the avCmStatusTrunkMem information sent by the switch. |
avCmStatusTrunkMemIdx |
.3.1.1 |
n/a |
Integer32 (0..2000) |
n/a |
An object that contains an index into the Trunk Group. |
avCmStatusTrunkMemMemberIdx |
.3.1.2 |
n/a |
Integer32 (0..255) |
n/a |
An index that contains the Member No. for the Trunk Group. |
avCmStatusTrunkMemPort |
.3.1.3 |
R |
SnmpAdminString (SIZE (0..12)) |
Port |
An object containing the trunk member Port. |
STATUS TRUNK |
|||||
avCmStatusTrunkMemServiceState |
.3.1.4 |
R |
SnmpAdminString (SIZE (0..19)) |
Service State |
An object containing the trunk member service state. |
STATUS TRUNK |
|||||
avCmStatusTrunkMemMtceBusy |
.3.1.5 |
R |
SnmpAdminString (SIZE (0..5)) |
Maintenance Busy |
An object containing whether the member is maintenance busy |
STATUS TRUNK |
|||||
avCmStatusTrunkMemSigGrpId |
.3.1.6 |
R |
SnmpAdminString (SIZE (0..12)) |
Signaling Group ID |
An object containing the member signaling group ID. |
STATUS TRUNK |
|||||
avCmStatusTrunkMemConnPorts1 |
.3.1.7 |
R |
SnmpAdminString (SIZE (0..12)) |
Connected Ports |
An object containing ports connected to the member. |
STATUS TRUNK |
|||||
avCmStatusTrunkMemConnPorts2 |
.3.1.8 |
R |
SnmpAdminString (SIZE (0..12)) |
Connected Ports |
An object containing ports connected to the member. |
STATUS TRUNK |
|||||
avCmStatusTrunkMemConnPorts3 |
.3.1.9 |
R |
SnmpAdminString (SIZE (0..12)) |
Connected Ports |
An object containing ports connected to the member. |
STATUS TRUNK |
|||||
avCmStatusTrunkMemConnPorts4 |
.3.1.10 |
R |
SnmpAdminString (SIZE (0..12)) |
Connected Ports |
An object containing ports connected to the member. |
STATUS TRUNK |
|||||
avCmStatusTrunkMemConnPorts5 |
.3.1.11 |
R |
SnmpAdminString (SIZE (0..12)) |
Connected Ports |
An object containing ports connected to the member. |
STATUS TRUNK |
|||||
avCmStatusTrunkMemConnPorts6 |
.3.1.12 |
R |
SnmpAdminString (SIZE (0..12)) |
Connected Ports |
An object containing ports connected to the member. |
STATUS TRUNK |
|||||
avCmStatusTrunkMemConnPorts7 |
.3.1.13 |
R |
SnmpAdminString (SIZE (0..12)) |
Connected Ports |
An object containing ports connected to the member. |
STATUS TRUNK |
|||||
avCmStatusTrunkMemConnPorts8 |
.3.1.14 |
R |
SnmpAdminString (SIZE (0..12)) |
Connected Ports |
An object containing ports connected to the member. |
STATUS TRUNK |
|||||
avCmStatusTrunkMemConnPorts9 |
.3.1.15 |
R |
SnmpAdminString (SIZE (0..12)) |
Connected Ports |
An object containing ports connected to the member. |
STATUS TRUNK |
dadmin1@r640-high1-cm> snmpset -Os -v2c -c public 192.0.2.0 1.3.6.1.4.1.6889.2.73.8.1.28.1.0 i 101
enterprises.6889.2.73.8.1.28.1.0 = INTEGER: 101
Set the trunk group member within the same trunk group with avCmStatusTrunkMemMem. Here, let us look at the trunk group member 101/300.
dadmin1@r640-high1-cm> snmpset -Os -v2c -c public 192.0.2.0 1.3.6.1.4.1.6889.2.73.8.1.28.2.0 i 300
enterprises.6889.2.73.8.1.28.2.0 = INTEGER: 300
Do a snmpwalk on avCmStatusTrunkMem.
dadmin1@r640-high1-cm> snmpwalk -Os -v2c -c public 192.0.2.0 1.3.6.1.4.1.6889.2.73.8.1.28
enterprises.6889.2.73.8.1.28.1.0 = INTEGER: 101
enterprises.6889.2.73.8.1.28.2.0 = INTEGER: 300
enterprises.6889.2.73.8.1.28.3.1.3.101.300 = STRING: "T002801"
enterprises.6889.2.73.8.1.28.3.1.4.101.300 = STRING: "out-of-service-NE"
enterprises.6889.2.73.8.1.28.3.1.5.101.300 = STRING: "no"
enterprises.6889.2.73.8.1.28.3.1.6.101.300 = STRING: "101"
enterprises.6889.2.73.8.1.28.3.1.7.101.300 = ""
enterprises.6889.2.73.8.1.28.3.1.8.101.300 = ""
enterprises.6889.2.73.8.1.28.3.1.9.101.300 = ""
enterprises.6889.2.73.8.1.28.3.1.10.101.300 = ""
enterprises.6889.2.73.8.1.28.3.1.11.101.300 = ""
enterprises.6889.2.73.8.1.28.3.1.12.101.300 = ""
enterprises.6889.2.73.8.1.28.3.1.13.101.300 = ""
enterprises.6889.2.73.8.1.28.3.1.14.101.300 = ""
enterprises.6889.2.73.8.1.28.3.1.15.101.300 = ""
enterprises.6889.2.73.8.1.28.3.1.16.101.300 = ""
enterprises.6889.2.73.8.1.28.3.1.17.101.300 = ""