pcePcepSessInitiator
PCE-PCEP-MIB ·
.1.3.6.1.2.1.227.1.3.1.1
Object
column Enumeration
The initiator of the session; that is, whether the TCP
connection was initiated by the local PCEP entity or the
peer.
There is a window during session initialization where two
sessions can exist between a pair of PCEP speakers, each
initiated by one of the speakers. One of these sessions is
always discarded before it leaves OpenWait state. However,
before it is discarded, two sessions to the given peer
appear transiently in this MIB module. The sessions are
distinguished by who initiated them, and so this field is an
index for pcePcepSessTable.
Context
- MIB
- PCE-PCEP-MIB
- OID
.1.3.6.1.2.1.227.1.3.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- pcePcepSessEntry
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 'PCE-PCEP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PCE-PCEP-MIB::pcePcepSessInitiator'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PCE-PCEP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PCE-PCEP-MIB::pcePcepSessInitiator.<pcePcepEntityIndex>.<pcePcepPeerAddrType>.<pcePcepPeerAddr>.<pcePcepSessInitiator>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PCE-PCEP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PCE-PCEP-MIB::pcePcepSessInitiator'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | local |
2 | remote |