pwOwner
PW-STD-R-MIB ·
.1.3.6.1.4.1.164.20.10.1.2.1.3
Object
column r/w
Enumeration
This object is set by the operator to indicate the protocol responsible for establishing this PW. 'manual' is used in all cases where no maintenance protocol (PW signaling) is used to set-up the PW, i.e. require configuration of entries in the PW tables including PW labels, etc. 'pwIdFecSignaling' is used in case of signaling with the Pwid FEC element with LDP signaling. 'genFecSignaling' is used in case of LDP signaling with the generalized FEC. 'l2tpControlProtocol' indicates the use of L2TP control protocol. 'other' is used for other types of signaling.
Context
- MIB
- PW-STD-R-MIB
- OID
.1.3.6.1.4.1.164.20.10.1.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pwEntry
- 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 'PW-STD-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PW-STD-R-MIB::pwOwner'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PW-STD-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PW-STD-R-MIB::pwOwner.<pwIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PW-STD-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PW-STD-R-MIB::pwOwner'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | manual |
2 | pwIdFecSignaling |
3 | genFecSignaling |
4 | l2tpControlProtocol |
5 | other |
Conformance
Member of
Compliance refinements
pwModuleReadOnlyCompliance
readonly
Write access is not required.