All MIBs › BASIS-GENERIC-MIB › configChangeObjectIndex
configChangeObjectIndex
Module: BASIS-GENERIC-MIB
OID (symbolic): BASIS-GENERIC-MIB::configChangeObjectIndex
OID (numeric): 1.3.6.1.4.1.351.110.2.1.18
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Configuration change object index, could be line number or port number or channel number depends on the type bitmap, for port resouce partition change (bit 17), this index is actually constructed by (portNum << 16 | controller) because the table has two indices. When the 'Line Configuration Change' bit is set, the configChangeObjectIndex has the following special meanings in IMATM and FRSM-2CT3 cards: IMATM - configChangeObjectIndex range between 1..8 indicates that the configuration change refers to the DS1 line index. A value of 9 indicates that the configuration change refers to the DS3 line index. FRSM-2CT3 - configChangeObjectIndex range between 1..56 indicates that the configuration change refers to the DS1 line index. A value of (128 + n) refers to DS3 line index numbered 'n'.
This object makes sense only in traps. A GET on this may not return a Useful result.
What is configChangeObjectIndex?
Identifies which specific object (line, port, or channel number) a reported configuration change applies to, as indicated by the accompanying type bitmap.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.351.110.2.1.18 snmpwalk -v2c -c public <target> BASIS-GENERIC-MIB::configChangeObjectIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.351.110.2.1.18.1 snmpget -v2c -c public <target> BASIS-GENERIC-MIB::configChangeObjectIndex.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> configChangeObjectIndex.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.351 | stratacom | CISCOWAN-SMI |
| 1.3.6.1.4.1.351.110 | basis | BASIS-MIB |
| 1.3.6.1.4.1.351.110.2 | cardGeneric | BASIS-MIB |
| 1.3.6.1.4.1.351.110.2.1 | cardInformation | BASIS-GENERIC-MIB |
| 1.3.6.1.4.1.351.110.2.1.18 | configChangeObjectIndex | BASIS-GENERIC-MIB |