RFC1289-phivMIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: RFC1289-phivMIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 phiv 1.3.6.1.2.1.18
       phivSystem 1.3.6.1.2.1.18.1
           phivSystemState 1.3.6.1.2.1.18.1.1 integer read-write
This represents the operational state of the executor node. The possible states are: ON Allows logical links. OFF Allows no new links, terminates existing links, and stops routing traffic through. SHUT Allows no new logical links, does not destroy existing logical links, and goes to the OFF state when all logical links are gone. RESTRICTED Allows no new incoming logical links from other nodes. NOTE: These values are incremented by one compared to the standard DECnet values in order to maintain compliance with RFC 1155). Enumeration: 'on': 1, 'shut': 3, 'off': 2, 'restricted': 4.
           phivExecIdent 1.3.6.1.2.1.18.1.2 displaystring read-write
This is a text string that describes the executor node (for example, 'Research Lab'). The string is up to 32 characters of any type.
       phivManagement 1.3.6.1.2.1.18.2
           phivMgmtMgmtVers 1.3.6.1.2.1.18.2.1 displaystring read-only
This is the read-only Network Management Version, consisting of the version number, the Engineering Change Order (ECO) number, and the user ECO number (for example, 3.0.0). This parameter applies to the executor node only.
       session 1.3.6.1.2.1.18.3
           phivSessionSystemName 1.3.6.1.2.1.18.3.1 displaystring read-only
Name to be associated with the node identification. Only one name can be assigned to a node address or a circuit identification. No name should be used more than once in a DECnet network. Node-name is one to six upper case alphanumeric characters with at least one alpha character. A length of 0 indicates no name.
           phivSessionInTimer 1.3.6.1.2.1.18.3.2 integer read-write
This value represents the maximum duration between the time a connect is received for a process at the executor node and the time that process accepts or rejects it. If the connect is not accepted or rejected by the user within the number of seconds specified, Session Control rejects it for the user. A 0 indicates no timer is running.
           phivSessionOutTimer 1.3.6.1.2.1.18.3.3 integer read-write
This value represents the duration between the time the executor requests a connect and the time that connect is acknowledged by the destination node. If the connect is not acknowledged within the number of seconds specified, Session Control returns an error. A 0 indicates no timer is running.
       end 1.3.6.1.2.1.18.4
           phivEndRemoteTable 1.3.6.1.2.1.18.4.1 no-access
Information about the state of sessions between the node under study and the nodes found in the table.
               phivEndRemoteEntry 1.3.6.1.2.1.18.4.1.1 no-access
Information about a particular remote node as seen from the end communication layer.
                   phivEndRemoteHostNodeID 1.3.6.1.2.1.18.4.1.1.1 phivaddr read-only
This value is the address of the remote node to be evaluated.
                   phivEndRemoteState 1.3.6.1.2.1.18.4.1.1.2 integer read-write
This represents the operational state of the remote node being evaluated. The possible states are: ON Allows logical links. OFF Allows no new links, terminates existing links, and stops routing traffic through. SHUT Allows no new logical links, does not destroy existing logical links, and goes to the OFF state when all logical links are gone. RESTRICTED Allows no new incoming logical links from other nodes. NOTE: These values are incremented by one compared to the standard DECnet values in order to maintain compliance with RFC 1155. Enumeration: 'on': 1, 'shut': 3, 'off': 2, 'restricted': 4.
                   phivEndCircuitIndex 1.3.6.1.2.1.18.4.1.1.3 integer read-only
A unique index value for each known circuit used to communicate with the remote node. This is the same value as phivCircuitIndex.
                   phivEndActiveLinks 1.3.6.1.2.1.18.4.1.1.4 integer read-only
This read-only parameter represents the number of active logical links from the executor to the destination node.
                   phivEndDelay 1.3.6.1.2.1.18.4.1.1.5 integer read-only
This read-only parameter is the average round trip delay in seconds to the destination node. This parameter is kept on a remote node basis.
           phivEndCountTable 1.3.6.1.2.1.18.4.2 no-access
Information about the counters associated with each end system that is known to the entity. These counters reflect totals from the perspective of the executor node.
               phivEndCountEntry 1.3.6.1.2.1.18.4.2.1 no-access
Information about a particular session between two end systems.
                   phivEndCountHostNodeID 1.3.6.1.2.1.18.4.2.1.1 phivaddr read-only
This value is the address of the remote node to be evaluated.
                   phivEndCountSecsLastZeroed 1.3.6.1.2.1.18.4.2.1.2 phivcounter read-only
This value is the number of seconds that have elapsed since the counters for the node in this table row were last set to zero. This counter is located in the network management layer, but is returned with the end system information which follows.
                   phivEndCountUsrBytesRec 1.3.6.1.2.1.18.4.2.1.3 phivcounter read-only
Number of user bytes received from the target host.
                   phivEndCountUsrBytesSent 1.3.6.1.2.1.18.4.2.1.4 phivcounter read-only
Number of user bytes sent to the target host.
                   phivEndUCountUsrMessRec 1.3.6.1.2.1.18.4.2.1.5 phivcounter read-only
Number of user messages received from the target host.
                   phivEndCountUsrMessSent 1.3.6.1.2.1.18.4.2.1.6 phivcounter read-only
Number of user messages sent to the target host.
                   phivEndCountTotalBytesRec 1.3.6.1.2.1.18.4.2.1.7 phivcounter read-only
Number of bytes received from the target host.
                   phivEndCountTotalBytesSent 1.3.6.1.2.1.18.4.2.1.8 phivcounter read-only
Number of bytes sent to the target host.
                   phivEndCountTotalMessRec 1.3.6.1.2.1.18.4.2.1.9 phivcounter read-only
Number of messages received from the target host.
                   phivEndCountTotalMessSent 1.3.6.1.2.1.18.4.2.1.10 phivcounter read-only
Number of messages sent to the target host.
                   phivEndCountConnectsRecd 1.3.6.1.2.1.18.4.2.1.11 phivcounter read-only
Number of connects received from the target host.
                   phivEndCountConnectsSent 1.3.6.1.2.1.18.4.2.1.12 phivcounter read-only
Number of connects sent to the target host.
                   phivEndCountReponseTimeouts 1.3.6.1.2.1.18.4.2.1.13 phivcounter read-only
Number of response timeouts.
                   phivEndCountRecdConnectResErrs 1.3.6.1.2.1.18.4.2.1.14 phivcounter read-only
Number of received connect resource errors.
           phivEndMaxLinks 1.3.6.1.2.1.18.4.3 integer read-write
This value represents the maximum active logical link count allowed for the executor.
           phivEndNSPVers 1.3.6.1.2.1.18.4.4 displaystring read-only
This read-only parameter represents the version number of the node End Communication S/W. The format is version number, ECO, and user ECO, e.g., 4.1.0
           phivEndRetransmitFactor 1.3.6.1.2.1.18.4.5 integer read-write
This value represents the maximum number of times the source End Communication at the executor node will restart the retransmission timer when it expires. If the number is exceeded, Session Control disconnects the logical link for the user.
           phivEndDelayFact 1.3.6.1.2.1.18.4.6 integer read-write
This is the number by which to multiply one sixteenth of the estimated round trip delay to a node to set the retransmission timer to that node.
           phivEndDelayWeight 1.3.6.1.2.1.18.4.7 integer read-write
This number represents the weight to apply to a current round trip delay estimate to a remote node when updating the estimated round trip delay to a node. On some systems the number must be 1 less than a power of 2 for computational efficiency.
           phivEndInactivityTimer 1.3.6.1.2.1.18.4.8 integer read-write
This value represents the maximum duration of inactivity (no data in either direction) on a logical link before the node checks to see if the logical link still works. If no activity occurs within the minimum number of seconds, End Communication generates artificial traffic to test the link (End Communication specification).
           phivEndCountZeroCount 1.3.6.1.2.1.18.4.9 integer read-write
When this value is set to 2, all of the counters in the End System Counter Table are set to zero. Enumeration: 'reset': 2, 'other': 1.
           phivEndMaxLinksActive 1.3.6.1.2.1.18.4.10 phivcounter read-write
This value represents the high water mark for the number of links that were active at any one time.
       routing 1.3.6.1.2.1.18.5
           phivRouteBroadcastRouteTimer 1.3.6.1.2.1.18.5.1 integer read-write
This value determines the maximum time in seconds allowed between Routing updates on Ethernet circuits. When this timer expired before a routing update occurs, a routing update is forced. With a standard calculation, Routing also uses this timer to enforce a minimum delay between routing updates.
           phivRouteBuffSize 1.3.6.1.2.1.18.5.2 integer read-write
This parameter value determines the maximum size of a Routing message. It therefore determines the maximum size message that can be forwarded. This size includes protocol overhead down to and including the End Communication layer, plus a constant value of 6. (This value of 6 is included to provide compatibility with the parameter definition in Phase III, which included the Routing overhead.) It does not include Routing or Data link overhead (except for the constant value of 6). There is one buffer size for all circuits. NOTE: The BUFFER SIZE defines the maximum size messages that the Routing layer can forward. The SEGMENT BUFFER SIZE (defined below) defines the maximum size messages that the End Communication layer can transmit or receive. The SEGMENT BUFFER SIZE is always less than or equal to the BUFFER SIZE. Normally the two parameters will be equal. They may be different to allow the network manager to alter buffer sizes on all nodes without interruption of service. They both include an extra 6 bytes for compatibility with Phase III.
           phivRouteRoutingVers 1.3.6.1.2.1.18.5.3 displaystring read-only
This read-only parameter identifies the executor node's Routing version number. The format is version number, ECO, and user ECO, e.g., 4.1.0
           phivRouteMaxAddr 1.3.6.1.2.1.18.5.4 integer read-write
This value represents the largest node number and, therefore, number of nodes that can be known about by the executor node's home area.
           phivRouteMaxBdcastNonRouters 1.3.6.1.2.1.18.5.5 integer read-write
This value represents the maximum total number of nonrouters the executor node can have on its Ethernet circuits.
           phivRouteMaxBdcastRouters 1.3.6.1.2.1.18.5.6 integer read-write
This value represents the maximum total number of routers the executor node can have on its Ethernet circuits.
           phivRouteMaxBuffs 1.3.6.1.2.1.18.5.7 integer read-write
This value represents the maximum number of transmit buffers that Routing may use for all circuits.
           phivRouteMaxCircuits 1.3.6.1.2.1.18.5.8 integer read-write
This value represents the maximum number of Routing circuits that the executor node can know about.
           phivRouteMaxCost 1.3.6.1.2.1.18.5.9 integer read-write
This value represents the maximum total path cost allowed from the executor to any node within an area. The path cost is the sum of the circuit costs along a path between two nodes. This parameter defines the point where the executor node's Routing routing decision algorithm declares another node unreachable because the cost of the least costly path to the other node is excessive. For correct operation, this parameter must not be less than the maximum path cost of the network.
           phivRouteMaxHops 1.3.6.1.2.1.18.5.10 integer read-write
This value represents the maximum number of routing hops allowable from the executor to any other reachable node within an area. (A hop is the logical distance over a circuit between two adjacent nodes.) This parameter defines the point where the executor node's Routing routing decision algorithm declares another node unreachable because the length of the shortest path between the two nodes is too long. For correct operation, this parameter must not be less than the network diameter. (The network diameter is the reachability distance between the two nodes of the network having the greatest reachability distance, where reachability distance is the length the shortest path between a given pair of nodes.)
           phivRouteMaxVisits 1.3.6.1.2.1.18.5.11 integer read-write
This value represents the maximum number of nodes a message coming into the executor node can have visited. If the message is not for this node and the MAXIMUM VISITS number is exceeded, the message is discarded. The MAXIMUM VISITS parameter defines the point where the packet lifetime control algorithm discards a packet that has traversed too many nodes. For correct operation, this parameter must not be less than the maximum path length of the network. (The maximum path length is the routing distance between the two nodes of the network having the greatest routing distance, where routing distance is the length of the least costly path between a given pair of nodes.)
           phivRouteRoutingTimer 1.3.6.1.2.1.18.5.12 integer read-write
This value determines the maximum time in seconds allowed between Routing updates on non-Ethernet circuits. When this timer expires before a routing update occurs, a routing update is forced.
           phivRouteSegBuffSize 1.3.6.1.2.1.18.5.13 integer read-write
This parameter value determines the maximum size of an end-to-end segment. The size is a decimal integer in the range 1-65535. This size is in bytes. This size includes protocol overhead down to and including the End Communication layer, plus a constant value of 6. (This value of 6 is included to provide compatibility with the BUFFER SIZE parameter definition.) It does not include Routing or Data link overhead (except for the constant value of 6).
           phivRouteType 1.3.6.1.2.1.18.5.14 integer read-only
This parameter indicates the type of the executor node. The node-type is one of the following: routing-III nonrouting-III routing-IV ronrouting-IV area A routing node has full routing capability. A nonrouting node contains a subset of the Routing routing modules. The III and IV indicate the DNA phase of the node. Nonrouting nodes can deliver and receive packets to and from any node, but cannot route packets from other nodes through to other nodes. An area node routes between areas. Refer to the Routing specification for details. For adjacent nodes, this is a read-only parameter that indicates the type of the reachable adjacent node. NOTE: The ROUTING-III and NONROUTING-III values are incremented by one compared to the standard DECnet values in order to maintain compliance with RFC 1155) Enumeration: 'routing-III': 1, 'nonrouting-IV': 5, 'area': 3, 'routing-IV': 4, 'nonrouting-III': 2.
           phivRouteCountAgedPktLoss 1.3.6.1.2.1.18.5.15 phivcounter read-only
Number of aged packet losses.
           phivRouteCountNodeUnrPktLoss 1.3.6.1.2.1.18.5.16 phivcounter read-only
Number of node unreachable packet losses.
           phivRouteCountOutRngePktLoss 1.3.6.1.2.1.18.5.17 phivcounter read-only
Number of node out-of-range packet losses.
           phivRouteCountOverSzePktLoss 1.3.6.1.2.1.18.5.18 phivcounter read-only
Number of Oversized packet losses.
           phivRouteCountPacketFmtErr 1.3.6.1.2.1.18.5.19 phivcounter read-only
Number of packet format errors.
           phivRouteCountPtlRteUpdtLoss 1.3.6.1.2.1.18.5.20 phivcounter read-only
Number of partial routing update losses.
           phivRouteCountVerifReject 1.3.6.1.2.1.18.5.21 phivcounter read-only
Number of verification rejects.
           phivLevel1RouteTable 1.3.6.1.2.1.18.5.22 no-access
Information about the currently known DECnet Phase IV Routes.
                 phivLevel1RouteEntry 1.3.6.1.2.1.18.5.22.1 no-access
Information about the currently known DECnet Phase IV Routes.
                     phivLevel1RouteNodeAddr 1.3.6.1.2.1.18.5.22.1.1 phivaddr read-only
This value is the address of the node about which routing information is contained in this level 1 routing table.
                     phivLevel1RouteCircuitIndex 1.3.6.1.2.1.18.5.22.1.2 integer read-only
A unique index value for each known circuit. This is the index to the circuit state table and is the same value as phivCircuitIndex.
                     phivLevel1RouteCost 1.3.6.1.2.1.18.5.22.1.3 integer read-only
This read-only parameter represents the total cost over the current path to the destination node. Cost is a positive integer value associated with using a circuit. Routing routes messages (data) along the path between two nodes with the smallest cost. COST is kept on a remote node basis.
                     phivLevel1RouteHops 1.3.6.1.2.1.18.5.22.1.4 integer read-only
This read-only parameter represents the number of hops over to a destination node. A hop is Routing value representing the logical distance between two nodes in a network. HOPS is kept on a remote node basis.
                     phivLevel1RouteNextNode 1.3.6.1.2.1.18.5.22.1.5 phivaddr read-only
This read-only value indicates the next node on the circuit used to get to the node under scrutiny (next hop).
           phivRouteCountZeroCount 1.3.6.1.2.1.18.5.23 integer read-write
When this value is set to 2, the following objects are set to Zero: phivRouteCountAgedPktLoss, phivRouteCountNodeUnrPktLoss, phivRouteCountOutRngePktLoss, phivRouteCountOverSzePktLoss, phivRouteCountPacketFmtErr, phivRouteCountPtlRteUpdtLoss, and phivRouteCountVerifReject. Enumeration: 'reset': 2, 'other': 1.
           phivRouteSystemAddr 1.3.6.1.2.1.18.5.24 phivaddr read-only
DECnet Phase IV node address.
       circuit 1.3.6.1.2.1.18.6
           phivCircuitParametersTable 1.3.6.1.2.1.18.6.1 no-access
Information about the parameters associated with all circuits currently known.
               phivCircuitParametersEntry 1.3.6.1.2.1.18.6.1.1 no-access
Parameters information about all circuits currently known.
                   phivCircuitIndex 1.3.6.1.2.1.18.6.1.1.1 integer read-only
A unique index value for each known circuit.
                   phivCircuitLineIndex 1.3.6.1.2.1.18.6.1.1.2 integer read-only
The line on which this circuit is active. This is the same as the IfIndex.
                   phivCircuitCommonState 1.3.6.1.2.1.18.6.1.1.3 integer read-write
This value represents the circuit's Network Management operational state. NOTE: These values are incremented by one compared to the standard DECnet values in order to maintain compliance with RFC 1155. Enumeration: 'on': 1, 'cleared': 4, 'off': 2, 'service': 3.
                   phivCircuitCommonSubState 1.3.6.1.2.1.18.6.1.1.4 integer read-only
This value represents the circuit's Network Management operational and service substate. NOTE: These values are incremented by one compared to the standard DECnet values in order to maintain compliance with RFC 1155. Enumeration: 'loading': 4, 'autoservice': 7, 'failed': 12, 'dumping': 5, 'synchronizing': 11, 'looping': 3, 'running': 13, 'reflecting': 2, 'autodumping': 9, 'autotriggering': 10, 'autoloading': 8, 'starting': 1, 'triggering': 6.
                   phivCircuitCommonName 1.3.6.1.2.1.18.6.1.1.5 displaystring read-only
The name of the circuit entry in the table, for example, SVA-0 or in a level 2 router ASYNC-8 or ETHER-1).
                   phivCircuitExecRecallTimer 1.3.6.1.2.1.18.6.1.1.6 integer read-write
This parameter represents the minimum number of seconds to wait before restarting the circuit. A value of 0 indicates not timer is running.
                   phivCircuitCommonType 1.3.6.1.2.1.18.6.1.1.7 integer read-only
Represents the type of the circuit. For X.25 circuits, the value must be set to X25. For DDCMP and Ethernet circuits it is read only and is the same value as the protocol of the associated line. NOTE: Values 1 - 5 are incremented by one compared to the standard DECnet values in order to maintain compliance with RFC 1155. Enumeration: 'ddcmp-control': 2, 'ddcmp-dmc': 5, 'ddcmp-tributary': 3, 'ci': 7, 'bisync': 9, 'ddcmp-point': 1, 'other': 14, 'x25': 4, 'ethernet': 6, 'qp2-dte20': 8, 'fddi': 15.
                   phivCircuitService 1.3.6.1.2.1.18.6.1.1.8 integer read-write
This value indicates whether or not Network Management allows service operations on a circuit. The values for service-control are as follows: ENABLED SERVICE state and/or service functions are allowed. DISABLED SERVICE state and/or service functions are not allowed. NOTE: These values are incremented by one compared to the standard DECnet values in order to maintain compliance with RFC 1155. Enumeration: 'disabled': 2, 'enabled': 1.
                   phivCircuitExecCost 1.3.6.1.2.1.18.6.1.1.9 integer read-write
This value represents the routing cost of the circuit. Routing sends messages along the path between two nodes having the smallest cost.
                   phivCircuitExecHelloTimer 1.3.6.1.2.1.18.6.1.1.10 integer read-write
This value determines the frequency of Routing Hello messages sent to the adjacent node on the circuit.
           phivCircuitCountTable 1.3.6.1.2.1.18.6.2 no-access
Information about the counters associated with all circuits currently known.
               phivCircuitCountEntry 1.3.6.1.2.1.18.6.2.1 no-access
Counter information about all circuits currently known
                   phivCircuitCountSecLastZeroed 1.3.6.1.2.1.18.6.2.1.1 phivcounter read-only
Number of seconds since the circuit counters for this circuit were last zeroed.
                   phivCircuitCountTermPacketsRecd 1.3.6.1.2.1.18.6.2.1.2 phivcounter read-only
Number of terminating packets received on this circuit.
                   phivCircuitCountOriginPackSent 1.3.6.1.2.1.18.6.2.1.3 phivcounter read-only
Number of originating packets sent on this circuit.
                   phivCircuitCountTermCongLoss 1.3.6.1.2.1.18.6.2.1.4 phivcounter read-only
Number of terminating congestion losses on this circuit.
                   phivCircuitCountCorruptLoss 1.3.6.1.2.1.18.6.2.1.5 phivcounter read-only
Number of corruption losses on this circuit.
                   phivCircuitCountTransitPksRecd 1.3.6.1.2.1.18.6.2.1.6 phivcounter read-only
Number of Transit packets received on this circuit.
                   phivCircuitCountTransitPkSent 1.3.6.1.2.1.18.6.2.1.7 phivcounter read-only
Number of transit packets sent on this circuit.
                   phivCircuitCountTransitCongestLoss 1.3.6.1.2.1.18.6.2.1.8 phivcounter read-only
Number of transit congestion losses on this circuit.
                   phivCircuitCountCircuitDown 1.3.6.1.2.1.18.6.2.1.9 phivcounter read-only
Number of circuit downs on this circuit.
                   phivCircuitCountInitFailure 1.3.6.1.2.1.18.6.2.1.10 phivcounter read-only
Number of Initialization failures on this circuit.
                   phivCircuitCountAdjDown 1.3.6.1.2.1.18.6.2.1.11 phivcounter read-only
This counter indicates the number of adjacency losses that result from any of the following: Node listener timeout Invalid data received at node listener Unexpected control (initialization or verification) message received Routing message received with a checksum error Node identification from a routing message or a Hello message that is not the one expected Hello message received indicating that connectivity became one-way Adjacency idled.
                   phivCircuitCountPeakAdj 1.3.6.1.2.1.18.6.2.1.12 phivcounter read-only
This counter indicates the maximum number of nodes that are up on the circuit.
                   phivCircuitCountBytesRecd 1.3.6.1.2.1.18.6.2.1.13 phivcounter read-only
Number of bytes received on this circuit.
                   phivCircuitCountBytesSent 1.3.6.1.2.1.18.6.2.1.14 phivcounter read-only
Number of bytes sent on this circuit.
                   phivCircuitCountDataBlocksRecd 1.3.6.1.2.1.18.6.2.1.15 phivcounter read-only
Number of data blocks received on this circuit.
                   phivCircuitCountDataBlocksSent 1.3.6.1.2.1.18.6.2.1.16 phivcounter read-only
Number of data blocks sent on this circuit.
                   phivCircuitCountUsrBuffUnav 1.3.6.1.2.1.18.6.2.1.17 phivcounter read-only
Number of user buffer unavailable errors.
           phivCircuitOrigQueueLimit 1.3.6.1.2.1.18.6.3 integer read-write
This parameter indicates the maximum number of originating packets that may be outstanding on this circuit. This does not include route-thru traffic.
           phivCircuitCountZeroCount 1.3.6.1.2.1.18.6.4 integer read-write
When this value is set to 2, all of the counters in the Circuit Counter Table are set to zero. Enumeration: 'reset': 2, 'other': 1.
       ddcmp 1.3.6.1.2.1.18.7
           phivDDCMPCircuitParametersTable 1.3.6.1.2.1.18.7.1 no-access
Information about DDCMP circuit parameters.
               phivDDCMPCircuitParametersEntry 1.3.6.1.2.1.18.7.1.1 no-access
Parameters information about DDCMP circuits currently known.
                   phivDDCMPCircuitIndex 1.3.6.1.2.1.18.7.1.1.1 integer read-only
A unique index value for each known DDCMP circuit. This is the same value as phivCircuitIndex.
                   phivDDCMPCircuitAdjNodeAddr 1.3.6.1.2.1.18.7.1.1.2 phivaddr read-only
The address of the adjacent node.
                   phivDDCMPCircuitTributary 1.3.6.1.2.1.18.7.1.1.3 integer read-only
This value represents the Data Link physical tributary address of the circuit.
           phivDDCMPCircuitCountTable 1.3.6.1.2.1.18.7.2 no-access
Information about the DDCMP counters associated with all circuits currently known.
               phivDDCMPCircuitCountEntry 1.3.6.1.2.1.18.7.2.1 no-access
Counter information about DDCMP circuits now known
                   phivDDCMPCircuitErrorsInbd 1.3.6.1.2.1.18.7.2.1.1 phivcounter read-only
Number of Data errors inbound.
                   phivDDCMPCircuitErrorsOutbd 1.3.6.1.2.1.18.7.2.1.2 phivcounter read-only
Number of outbound data errors.
                   phivDDCMPCircuitRmteReplyTimeouts 1.3.6.1.2.1.18.7.2.1.3 phivcounter read-only
Number of remote reply timeouts.
                   phivDDCMPCircuitLocalReplyTimeouts 1.3.6.1.2.1.18.7.2.1.4 phivcounter read-only
Number of local Reply timeouts.
                   phivDDCMPCircuitRmteBuffErrors 1.3.6.1.2.1.18.7.2.1.5 phivcounter read-only
Number of remote reply time out errors.
                   phivDDCMPCircuitLocalBuffErrors 1.3.6.1.2.1.18.7.2.1.6 phivcounter read-only
Number of local buffer errors.
                   phivDDCMPCircuitSelectIntervalsElap 1.3.6.1.2.1.18.7.2.1.7 phivcounter read-only
Selection intervals that have elapsed.
                   phivDDCMPCircuitSelectTimeouts 1.3.6.1.2.1.18.7.2.1.8 phivcounter read-only
Number of selection timeouts.
           phivDDCMPLineCountTable 1.3.6.1.2.1.18.7.3 no-access
The DDCMP Line Count Table.
               phivDDCMPLineCountEntry 1.3.6.1.2.1.18.7.3.1 no-access
There is one entry in the table for each line.
                   phivDDCMPLineCountIndex 1.3.6.1.2.1.18.7.3.1.1 integer read-only
The line on which this entry's equivalence is effective. The interface identified by a particular value of this index is the same interface as identified by the same value of phivLineIndex. This value is the IfIndex.
                   phivDDCMPLineCountDataErrsIn 1.3.6.1.2.1.18.7.3.1.2 phivcounter read-only
Number of data errors inbound.
                   phivDDCMPLineCountRmteStationErrs 1.3.6.1.2.1.18.7.3.1.3 phivcounter read-only
Number of remote station errors.
                   phivDDCMPLineCountLocalStationErrs 1.3.6.1.2.1.18.7.3.1.4 phivcounter read-only
Number of local station errors.
       control 1.3.6.1.2.1.18.8
           phivControlSchedTimer 1.3.6.1.2.1.18.8.1 integer read-only
This value represents the number of milliseconds between recalculation of tributary polling priorities.
           phivControlDeadTimer 1.3.6.1.2.1.18.8.2 integer read-only
This value represents the number of milliseconds between polls of one of the set of dead tributaries.
           phivControlDelayTimer 1.3.6.1.2.1.18.8.3 integer read-only
This value represents the minimum number of milliseconds to delay between polls. The delay timer limits the effect of a very fast control station on slow tributaries.
           phivControlStreamTimer 1.3.6.1.2.1.18.8.4 integer read-only
This value represents the number of milliseconds a tributary or a half duplex remote station is allowed to hold the line. NOTE: This parameter can also be applied to half-duplex lines of type DDCMP POINT.
           phivControlParametersTable 1.3.6.1.2.1.18.8.5 no-access
Information about control circuit parameters.
               phivControlParametersEntry 1.3.6.1.2.1.18.8.5.1 no-access
Parameters information about control circuits currently known.
                   phivControlCircuitIndex 1.3.6.1.2.1.18.8.5.1.1 integer read-only
A unique index value for each known multirpoint control circuit. This is the same value as phivCircuitIndex.
                   phivControlBabbleTimer 1.3.6.1.2.1.18.8.5.1.2 integer read-write
This value represents the number of milliseconds that a selected tributary or remote half-duplex station is allowed to transmit.
                   phivControlMaxBuffs 1.3.6.1.2.1.18.8.5.1.3 integer read-write
This value represents the maximum number of buffers the tributary can use from a common buffer pool. If not set, there is no common buffer pool and buffers are explicitly supplied by the higher level. Count is a decimal integer in the range 1-254.
                   phivControlMaxTransmits 1.3.6.1.2.1.18.8.5.1.4 integer read-write
This value represents the maximum number of data messages that can be transmitted at one time. Count is a decimal integer in the range 1-255.
                   phivControlDyingBase 1.3.6.1.2.1.18.8.5.1.5 integer read-write
This value represents the base priority to which a tributary is reset each time it has been polled. A separate base can be set for each of the indicated polling states. Base is a decimal integer in the range 0-255. If not set, the defaults are: active, 255; inactive, 0; and dying, 0.
                   phivControlDyingIncrement 1.3.6.1.2.1.18.8.5.1.6 integer read-write
This value represents the increment added to the tributary priority each time the scheduling timer expires. If not set, the defaults are: active, 0; inactive, 64; and dying, 16.
                   phivControlDeadThreshold 1.3.6.1.2.1.18.8.5.1.7 integer read-write
This value represents the number of times to poll the active, inactive, or dying tributary before changing its polling state to dead because of receive timeouts. Count is a decimal integer in the range 0-255.
                   phivControlDyingThreshold 1.3.6.1.2.1.18.8.5.1.8 integer read-write
This value represents the number of times to poll the active or inactive tributary before changing its polling state to dying because of receive timeouts. Count is a decimal integer in the range 0-255.
                   phivControlInactTreshold 1.3.6.1.2.1.18.8.5.1.9 integer read-write
This value represents the number of times to poll the active tributary before changing its polling state to inactive because of no data response. Count is a decimal integer in the range 0-255.
                   phivControlPollingState 1.3.6.1.2.1.18.8.5.1.10 integer read-write
This value represents the state of the tributary relative to the multipoint polling algorithm. If not set the default is AUTOMATIC. The possible states are: AUTOMATIC The tributary's state is allowed to vary according to the operation of the polling algorithm. ACTIVE/INACTIVE/DYING/DEAD The tributary is locked in the specified state. NOTE: These values are incremented by one compared to the standard DECnet values in order to maintain compliance with RFC 1155. Enumeration: 'active': 2, 'inactive': 3, 'automatic': 1, 'dead': 5, 'dying': 4.
                   phivControlPollingSubState 1.3.6.1.2.1.18.8.5.1.11 integer read-only
This value represents the tributary's state as determined by the polling algorithm. This applies only when the polling state is AUTOMATIC and is read-only to Network Management. Polling-substate is one of ACTIVE, INACTIVE, DYING, or DEAD. It is displayed as a tag on the polling state, for example: AUTOMATIC-INACTIVE. Enumeration: 'active': 1, 'inactive': 2, 'dead': 4, 'dying': 3.
                   phivControlTransTimer 1.3.6.1.2.1.18.8.5.1.12 integer read-write
This value represents the number of milliseconds to delay between data message transmits. Milliseconds is a decimal integer in the range 0-65535.
       ethernet 1.3.6.1.2.1.18.9
           phivEthLinkParametersTable 1.3.6.1.2.1.18.9.1 no-access
Information about ethernet link parameters.
               phivEthLinkParametersEntry 1.3.6.1.2.1.18.9.1.1 no-access
Parameter information about ethernet links currently known.
                   phivEthLinkIndex 1.3.6.1.2.1.18.9.1.1.1 integer read-only
The circuit over which this links information is collected. This is the same as phivCircuitIndex.
                   phivEthDesigRouterNodeAddr 1.3.6.1.2.1.18.9.1.1.2 phivaddr read-only
This value is the address of the designated router.
                   phivEthMaxRouters 1.3.6.1.2.1.18.9.1.1.3 integer read-write
This parameter is the maximum number of routers (other than the executor itself) allowed on the circuit by Routing for circuits that are owned by the executor node.
                   phivEthRouterPri 1.3.6.1.2.1.18.9.1.1.4 integer read-write
This parameter is the priority that this router is to have in the selection of designated router for the circuit on circuits that are owned by the executor node.
                   phivEthHardwareAddr 1.3.6.1.2.1.18.9.1.1.5 octet string read-only
This read-only parameter is the address that is associated with the line device hardware as seen by the DECnet Software. This value is not the same as ifPhysAddress.
       counters 1.3.6.1.2.1.18.10
             phivCountersCountTable 1.3.6.1.2.1.18.10.1 no-access
Information about ethernet link counters.
                 phivCountersCountEntry 1.3.6.1.2.1.18.10.1.1 no-access
Counter information about ethernet links currently known..
                     phivCountersIndex 1.3.6.1.2.1.18.10.1.1.1 integer read-only
The interface to which these counters apply. This is the same interface as identified by the same value of phivLineIndex. This value is the IfIndex.
                     phivCountersCountBytesRecd 1.3.6.1.2.1.18.10.1.1.2 phivcounter read-only
Number of bytes received over this link.
                     phivCountersCountBytesSent 1.3.6.1.2.1.18.10.1.1.3 phivcounter read-only
Number of bytes sent over this link.
                     phivCountersCountDataBlocksRecd 1.3.6.1.2.1.18.10.1.1.4 phivcounter read-only
Number of data blocks received over this link.
                     phivCountersCountDataBlocksSent 1.3.6.1.2.1.18.10.1.1.5 phivcounter read-only
Number of data blocks sent over this link.
                     phivCountersCountEthUsrBuffUnav 1.3.6.1.2.1.18.10.1.1.6 phivcounter read-only
Number of user buffer unavailable errors over this link.
                     phivCountersCountMcastBytesRecd 1.3.6.1.2.1.18.10.1.1.7 phivcounter read-only
Number of multicast bytes received over this link.
                     phivCountersCountDataBlksRecd 1.3.6.1.2.1.18.10.1.1.8 phivcounter read-only
Number of data blocks received over this link.
                     phivCountersCountDataBlksSent 1.3.6.1.2.1.18.10.1.1.9 phivcounter read-only
Number of data blocks sent over this link.
                     phivCountersCountMcastBlksRecd 1.3.6.1.2.1.18.10.1.1.10 phivcounter read-only
Number of multicast blocks received over this link.
                     phivCountersCountBlksSentDef 1.3.6.1.2.1.18.10.1.1.11 phivcounter read-only
Number of blocks sent, initially deferred over this link.
                     phivCountersCountBlksSentSingleCol 1.3.6.1.2.1.18.10.1.1.12 phivcounter read-only
Number of blocks sent, single collision over this link.
                     phivCountersCountBlksSentMultCol 1.3.6.1.2.1.18.10.1.1.13 phivcounter read-only
Number of blocks sent, multiple collisions over this link.
                     phivCountersCountSendFailure 1.3.6.1.2.1.18.10.1.1.14 phivcounter read-only
Number of send failures over this link.
                     phivCountersCountCollDetectFailure 1.3.6.1.2.1.18.10.1.1.15 phivcounter read-only
Number of collision detect check failures over this link.
                     phivCountersCountReceiveFailure 1.3.6.1.2.1.18.10.1.1.16 phivcounter read-only
Number of receive failures over this link.
                     phivCountersCountUnrecFrameDest 1.3.6.1.2.1.18.10.1.1.17 phivcounter read-only
Number of unrecognized frame destinations over this link.
                     phivCountersCountDataOver 1.3.6.1.2.1.18.10.1.1.18 phivcounter read-only
Number of data overruns over this link.
                     phivCountersCountSysBuffUnav 1.3.6.1.2.1.18.10.1.1.19 phivcounter read-only
Number of system buffer unavailables over this link.
                     phivCountersCountUsrBuffUnav 1.3.6.1.2.1.18.10.1.1.20 phivcounter read-only
Number of user buffer unavailables.
       adjacency 1.3.6.1.2.1.18.11
             phivAdjTable 1.3.6.1.2.1.18.11.1 no-access
The Adjacency Table.
                 phivAdjEntry 1.3.6.1.2.1.18.11.1.1 no-access
There is one entry in the table for each adjacency.
                     phivAdjCircuitIndex 1.3.6.1.2.1.18.11.1.1.1 integer read-only
A unique index value for each known circuit.
                     phivAdjNodeAddr 1.3.6.1.2.1.18.11.1.1.2 phivaddr read-only
The address of the adjacent node.
                     phivAdjBlockSize 1.3.6.1.2.1.18.11.1.1.3 integer read-only
This read-only parameter is the block size that was negotiated with the adjacent Routing layer during Routing initialization over a particular circuit. It includes the routing header, but excludes the data link header. This parameter is qualified by ADJACENT NODE.
                     phivAdjListenTimer 1.3.6.1.2.1.18.11.1.1.4 integer read-only
This value determines the maximum number of seconds allowed to elapse before Routing receives some message (either a Hello message or a user message) from the adjacent node on the circuit. It was agreed during Routing initialization with the adjacent Routing layer. This parameter is qualified by ADJACENT NODE.
                     phivAdjCircuitEtherServPhysAddr 1.3.6.1.2.1.18.11.1.1.5 octet string read-only
This parameter indicates the Ethernet physical address of an adjacent node that is being serviced on this circuit. This parameter is a qualifier for SERVICE SUBSTATE.
                     phivAdjType 1.3.6.1.2.1.18.11.1.1.6 integer read-only
This parameter indicates the type of adjacency. For adjacent nodes, this is a read-only parameter that indicates the type of the reachable adjacent node. NOTE: The routing-III and nonrouting-III values are incremented by one compared to the standard DECnet values in order to maintain compliance with RFC 1155) Enumeration: 'routing-III': 1, 'nonrouting-IV': 5, 'area': 3, 'routing-IV': 4, 'nonrouting-III': 2.
                     phivAdjState 1.3.6.1.2.1.18.11.1.1.7 integer read-only
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. Enumeration: 'routing-layer-complete': 8, 'routing-layer-initialize': 6, 'run': 3, 'halt': 10, 'data-link-start': 5, 'up': 2, 'routing-layer-verify': 7, 'initializing': 1, 'circuit-rejected': 4, 'off': 9.
                     phivAdjPriority 1.3.6.1.2.1.18.11.1.1.8 integer read-only
Priority assigned by the adjacent node for this circuit.
                     phivAdjExecListenTimer 1.3.6.1.2.1.18.11.1.1.9 integer read-only
This read-only value determines the maximum number of seconds allowed to elapse before Routing receives some message (either a Hello message or a user message) from the adjacent node on the circuit. It was agreed during Routing initialization with the adjacent Routing layer.
       line 1.3.6.1.2.1.18.12
             phivLineTable 1.3.6.1.2.1.18.12.1 no-access
The Line Table.
                 phivLineEntry 1.3.6.1.2.1.18.12.1.1 no-access
There is one entry in the table for each line.
                     phivLineIndex 1.3.6.1.2.1.18.12.1.1.1 integer read-only
The line on which this entry's equivalence is effective. This is the same as the IfIndex.
                     phivLineName 1.3.6.1.2.1.18.12.1.1.2 displaystring read-only
The name of the line on this row of the table.
                     phivLineState 1.3.6.1.2.1.18.12.1.1.3 integer read-only
This value represents Network Management operational state. NOTE that these values are incremented by one compared to the standard DECnet values. Enumeration: 'on': 1, 'cleared': 4, 'off': 2, 'service': 3.
                     phivLineSubstate 1.3.6.1.2.1.18.12.1.1.4 integer read-only
This value represents the line's read-only Network Management substate. NOTE that these values are incremented by one compared to the standard DECnet values. Enumeration: 'auto-triggering': 10, 'loading': 4, 'failed': 12, 'auto-dumping': 9, 'dumping': 5, 'synchronizing': 11, 'looping': 3, 'running': 13, 'reflecting': 2, 'auto-loading': 8, 'auto-service': 7, 'starting': 1, 'triggering': 6.
                     phivLineService 1.3.6.1.2.1.18.12.1.1.5 integer read-only
This value represents the line's read-only Network Management service. NOTE that these values are incremented by one compared to the standard DECnet values and OTHER is a new addition. Enumeration: 'looping': 3, 'reflecting': 2, 'starting': 1, 'other': 4.
                     phivLineDevice 1.3.6.1.2.1.18.12.1.1.6 displaystring read-only
This value represents the Physical Link device to be used on the line.
                     phivLineReceiveBuffs 1.3.6.1.2.1.18.12.1.1.7 integer read-only
This value represents the number of receive buffers reserved for the line. It is a decimal number in the range 0-65535. 0 is supported for those vendors that do not reserve buffers on a per line basis and use a pool of buffers that can be used by any line.
                     phivLineProtocol 1.3.6.1.2.1.18.12.1.1.8 integer read-only
This value represents the protocol used on the line device. Note that these values are incremented by one compared to the standard DECnet values. Enumeration: 'ddcmp-control': 2, 'ddcmp-dmc': 5, 'reserved': 4, 'ddcmp-tributary': 3, 'ci': 8, 'ddcmp-point': 1, 'other': 14, 'qp2': 9, 'ethernet': 7, 'lapb': 6, 'fddi': 15.
                     phivLineServiceTimer 1.3.6.1.2.1.18.12.1.1.9 integer read-only
This value represents the amount of time in milliseconds allowed to elapse before a Data Link receive request completes while doing service operations.
                     phivLineMaxBlock 1.3.6.1.2.1.18.12.1.1.10 integer read-only
This value represents the Data Link maximum block size on the line.
       nonBroadcastLine 1.3.6.1.2.1.18.14
             phivNonBroadcastTable 1.3.6.1.2.1.18.14.1 no-access
The Non Broadcast Table.
                 phivNonBroadcastEntry 1.3.6.1.2.1.18.14.1.1 no-access
There is one entry in the table for each Non Broadcast line.
                     phivNonBroadcastIndex 1.3.6.1.2.1.18.14.1.1.1 integer read-only
The Non Broadcast line on which this entry's equivalence is effective. This is the same value as the IfIndex.
                     phivNonBroadcastController 1.3.6.1.2.1.18.14.1.1.2 integer read-only
This value represents the Physical Link hardware controller mode for the line device. The values for controller-mode are: NORMAL For normal controller operating mode. LOOPBACK For software controllable loopback of the controller. On those devices that can support this mode, it causes all transmitted messages to be looped back from within the controller itself. This is accomplished without any manual intervention other than the setting of this parameter value. OTHER indicates function is not supported Note that these values are incremented by one compared to the standard DECnet values. Enumeration: 'loopback': 2, 'other': 3, 'normal': 1.
                     phivNonBroadcastDuplex 1.3.6.1.2.1.18.14.1.1.3 integer read-only
This value represents the Physical Link hardware duplex mode of the line device. The possible modes are: FULL Full-duplex HALF Half-duplex Note that these values are incremented by one compared to the standard DECnet values. Enumeration: 'full': 1, 'half': 2.
                     phivNonBroadcastClock 1.3.6.1.2.1.18.14.1.1.4 integer read-only
This value represents the Physical Link hardware clock mode for the line device. The values for clock-mode are: INTERNAL For software controllable loopback use of the clock. On those devices that can support this mode, it causes the device to supply a clock signal such that a transmitted messages can be looped back from outside the device. This may require manual intervention other than the setting of this parameter value. For example, the operator may have to connect a loopback plug in place of the normal line. EXTERNAL For normal clock operating mode, where the clock signal is supplied externally to the controller. Note that these values are incremented by one compared to the standard DECnet values. Enumeration: 'other': 3, 'internal': 2, 'external': 1.
                     phivNonBroadcastRetransmitTimer 1.3.6.1.2.1.18.14.1.1.5 integer read-only
This value represents number of milliseconds before the Data Link retransmits a block on the line. On half-duplex lines, this parameter is the select timer.
       area 1.3.6.1.2.1.18.15
             phivAreaTable 1.3.6.1.2.1.18.15.1 no-access
Table of information kept on all areas known to this unit.
                 phivAreaEntry 1.3.6.1.2.1.18.15.1.1 no-access
The area routing information.
                     phivAreaNum 1.3.6.1.2.1.18.15.1.1.1 integer read-only
This value indicates the area number of this entry.
                     phivAreaState 1.3.6.1.2.1.18.15.1.1.2 integer read-only
This value indicates the state of the area Enumeration: 'unreachable': 5, 'reachable': 4.
                     phivAreaCost 1.3.6.1.2.1.18.15.1.1.3 gauge read-only
The total cost over the current path to the destination area. Cost is a value associated with using a circuit. Routing routes messages (data) along the path between 2 areas with the smallest cost.
                     phivAreaHops 1.3.6.1.2.1.18.15.1.1.4 integer read-only
The number of hops to a destination area. A hop is the routing value representing the logical distance between two areas in network.
                     phivAreaNextNode 1.3.6.1.2.1.18.15.1.1.5 phivaddr read-only
The next node on the circuit used to get to the area under scrutiny.
                     phivAreaCircuitIndex 1.3.6.1.2.1.18.15.1.1.6 integer read-only
A unique index value for each known circuit.
             phivAreaMaxCost 1.3.6.1.2.1.18.15.2 integer read-write
This value represents the maximum total path cost allowed from the executor to any other level 2 routing node. The AREA MAXIMUM COST number is decimal in the range 1-1022. This parameter is only applicable if the executor node is of type AREA.
             phivAreaMaxHops 1.3.6.1.2.1.18.15.3 integer read-write
This value represents the maximum number of routing hops allowable from the executor to any other level 2 routing node. This parameter is only applicable if the executor node is of type AREA.
             phivRouteMaxArea 1.3.6.1.2.1.18.15.4 integer read-write
This value represents the largest area number and, therefore, number of areas that can be known about by the executor node's Routing. This parameter is only applicable if the executor node is of type AREA.