chanRowStatus

CISCO-WAN-FR-CONN-MIB · .1.3.6.1.4.1.351.110.5.1.2.1.1.1.2

Object

column r/w Enumeration
This object is used for adding/modifying/deleting
the channel.
add(1)   : For adding the frame relay connections.
delete(2): For deleting frame relay connections.
mod(3)   : For Modifying frame relay connections.
          This is also used for uping the connection.
              
outOfService(4) : Bring the Frame relay connection
                 down.

Context

MIB
CISCO-WAN-FR-CONN-MIB
OID
.1.3.6.1.4.1.351.110.5.1.2.1.1.1.2
Type
column
Access
readwrite
Status
current
Parent
frChanCnfGrpEntry
Groups
1

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 'CISCO-WAN-FR-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-FR-CONN-MIB::chanRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-WAN-FR-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-FR-CONN-MIB::chanRowStatus.<chanNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-WAN-FR-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-WAN-FR-CONN-MIB::chanRowStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1add
2del
3mod
4outOfService

Conformance