frPVCConnectAdminStatus
FRNETSERV-MIB ·
.1.3.6.1.2.1.10.44.1.5.1.6
Object
column r/w
Enumeration
The value of this object identifies the desired
administrative status of this bi-directional PVC
segment. The active(1) state means the PVC
segment is currently operational; the inactive(2)
state means the PVC segment is currently not
operational; the testing(3) state means the PVC
segment is currently undergoing a test. This
state is set by an administrative entity. This
value affects the PVC status indicated across the
ingress NNI/UNI of both end-points of the bi-
directional PVC segment. When a PVC segment
connection is created using this table, this
object is initially set to `inactive(2)'. After
the frPVCConnectRowStatus object is set to
`active(1)' (and the corresponding/associated
entries in the frPVCEndptTable have their
frPVCEndptRowStatus object set to `active(1)'),
the frPVCConnectAdminStatus object may be set to
`active(1)' to turn on the PVC segment
connection.
Context
- MIB
- FRNETSERV-MIB
- OID
.1.3.6.1.2.1.10.44.1.5.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- frPVCConnectEntry
- 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 'FRNETSERV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FRNETSERV-MIB::frPVCConnectAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FRNETSERV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FRNETSERV-MIB::frPVCConnectAdminStatus.<frPVCConnectIndex>.<frPVCConnectLowIfIndex>.<frPVCConnectLowDLCIIndex>.<frPVCConnectHighIfIndex>.<frPVCConnectHighDLCIIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FRNETSERV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FRNETSERV-MIB::frPVCConnectAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | inactive |
3 | testing |
Conformance
Member of
Compliance refinements
frnetservCompliance
readonly
Write access is not required.
frnetservCompliance2
readonly
Write access is not required.