frCircuitState
RFC1315-MIB ·
.1.3.6.1.2.1.10.32.2.1.3
Object
column mandatory
r/w
Enumeration
Indicates whether the particular virtual cir- cuit is operational. In the absence of a Data Link Connection Management Interface, virtual circuit entries (rows) may be created by set- ting virtual circuit state to 'active', or deleted by changing Circuit state to 'invalid'. Whether or not the row actually disappears is left to the implementation, so this object may actually read as 'invalid' for some arbitrary length of time. It is also legal to set the state of a virtual circuit to 'inactive' to temporarily disable a given circuit.
Context
- MIB
- RFC1315-MIB
- OID
.1.3.6.1.2.1.10.32.2.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- frCircuitEntry
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 'RFC1315-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1315-MIB::frCircuitState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1315-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1315-MIB::frCircuitState.<frCircuitIfIndex>.<frCircuitDlci>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1315-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1315-MIB::frCircuitState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | invalid |
2 | active |
3 | inactive |