marsMcsRegistration
IPATM-IPMC-MIB ·
.1.3.6.1.2.1.57.3.1.1.5
Object
column r/w
Enumeration
An indication with regards to the registration STATUS of this MCS. The registration codes of 'notRegistered (1)', 'registered (2)', and registered (3) are self-explanatory. The 'reRegisteringFault (4)' indicates the MCS is in the process of re-registering with a MARS due to some fault conditions. The 'reRegisteringRedMap (5)' status code shows that MCS is re-registering because it has received a MARS_REDIRECT_MAP message and was told to register with a shift MARS.
Context
- MIB
- IPATM-IPMC-MIB
- OID
.1.3.6.1.2.1.57.3.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- marsMcsEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'IPATM-IPMC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPATM-IPMC-MIB::marsMcsRegistration'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPATM-IPMC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPATM-IPMC-MIB::marsMcsRegistration.<marsMcsIndex>.<marsMcsIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPATM-IPMC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPATM-IPMC-MIB::marsMcsRegistration'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notRegistered |
2 | registering |
3 | registered |
4 | reRegisteringFault |
5 | reRegisteringRedirMap |
Conformance
Member of
Compliance refinements
marsMcsCompliance
readonly
Write access is not required.