All MIBs › GDCCMN-MIB › cmnCommunityStatus
cmnCommunityStatus
Module: GDCCMN-MIB
OID (symbolic): GDCCMN-MIB::cmnCommunityStatus
OID (numeric): 1.3.6.1.4.1.498.1.2.2.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The status of the entry. If read and the entry exists, valid(1) will always be returned.
Invalid entries will be removed from the table.
What is cmnCommunityStatus?
This object reports and controls the validity of a community table entry, valid(1) or invalid(2); reading an existing entry always returns valid(1), and setting it to invalid causes the entry to be removed from the table. An admin sets this to invalid(2) as the mechanism for deleting an SNMP community entry that's no longer needed. For example, an admin retiring an old community string used by a decommissioned tool would set its status to invalid(2) to remove it.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.498.1.2.2.1.4 snmpwalk -v2c -c public <target> GDCCMN-MIB::cmnCommunityStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.498.1.2.2.1.4.1 snmpget -v2c -c public <target> GDCCMN-MIB::cmnCommunityStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.498.1.2.2.1.4.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cmnCommunityStatus.1
Start monitoring General DataComm (GDC) telecom access/transmission equipment (shared alarm framework) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the GDCCMN-MIB::cmnCommunityStatus OID value, configure state conditions and alerts, and monitor any General DataComm (GDC) telecom access/transmission equipment (shared alarm framework) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.498 | gdc | GDC7616-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.498.1 | cmn | GDCCMN-MIB |
| 1.3.6.1.4.1.498.1.2 | cmnCommName | GDCCMN-MIB |
| 1.3.6.1.4.1.498.1.2.2 | cmnCommunityTable | GDCCMN-MIB |
| 1.3.6.1.4.1.498.1.2.2.1 | cmnCommunityEntry | GDCCMN-MIB |
| 1.3.6.1.4.1.498.1.2.2.1.4 | cmnCommunityStatus | GDCCMN-MIB |