frCircuitState

FRAME-RELAY-DTE-MIB · .1.3.6.1.2.1.10.32.2.1.3

Object

column r/w Enumeration
Indicates whether the particular virtual circuit is
operational.  In the absence of a Data Link Connection
Management Interface, virtual circuit entries (rows)
may be created by setting 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.
              
The use of 'invalid' is deprecated in this SNMP Version
2 MIB, in favor of frCircuitRowStatus.

Context

MIB
FRAME-RELAY-DTE-MIB
OID
.1.3.6.1.2.1.10.32.2.1.3
Type
column
Access
readwrite
Status
current
Parent
frCircuitEntry
Groups
2

Walk 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 'FRAME-RELAY-DTE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FRAME-RELAY-DTE-MIB::frCircuitState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FRAME-RELAY-DTE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FRAME-RELAY-DTE-MIB::frCircuitState.<frCircuitIfIndex>.<frCircuitDlci>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FRAME-RELAY-DTE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FRAME-RELAY-DTE-MIB::frCircuitState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1invalid
2active
3inactive