phivAdjState
DECNET-PHIV-MIB ·
.1.3.6.1.2.1.18.11.1.1.7
Object
column obsolete
Enumeration
This value indicates the state of a router adjacency.
On adjacencies over a circuit of type
(phivCircuitCommonType) Ethernet, CI, or FDDI, with an
adjacent node of type (phivAdjType) ROUTING IV or AREA,
this variable is the state of the Ethernet
Initialization Layer for this adjacency, and can have
values INITIALIZING or UP. (See Section 9.1.1 of
DECnet Phase IV Routing Layer Functional Specification.)
On adjacencies over a circuit of type
(phivCircuitCommonType) Ethernet, CI, or FDDI, with an
adjacent node of type (phivAdjType) NONROUTING IV,
this variable will always take on the value UP.
On adjacencies over a circuit of type
(phivCircuitCommonType) DDCMP POINT, DDCMP CONTROL,
DDCMP TRIBUTARY, DDCMP DMC, or X.25, this variable is
the state of the Routing Layer Initialization Circuit
State. (See section 7.3, ibid.) It can have values
between RUN and HALT.
On adjacencies over a circuit of type
(phivCircuitCommonType) OTHER, this variable may be
used in a manner consistent with the Initialization
Layer used on that circuit.
Context
- MIB
- DECNET-PHIV-MIB
- OID
.1.3.6.1.2.1.18.11.1.1.7- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- phivAdjEntry
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 'DECNET-PHIV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DECNET-PHIV-MIB::phivAdjState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DECNET-PHIV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DECNET-PHIV-MIB::phivAdjState.<phivAdjCircuitIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DECNET-PHIV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DECNET-PHIV-MIB::phivAdjState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | initializing |
2 | up |
3 | run |
4 | circuit-rejected |
5 | data-link-start |
6 | routing-layer-initialize |
7 | routing-layer-verify |
8 | routing-layer-complete |
9 | off |
10 | halt |