⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc1289.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
           ACCESS read-write           STATUS mandatory           DESCRIPTION               "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)."           ::= { routing 13 }       phivRouteType OBJECT-TYPE           SYNTAX INTEGER {               routing-III (1),               nonrouting-III (2),               area (3),               routing-IV (4),               nonrouting-IV (5)           }           ACCESS read-only           STATUS mandatory           DESCRIPTION               "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)"           ::= { routing 14 }       phivRouteCountAgedPktLoss OBJECT-TYPE           SYNTAX PhivCounter (0..127)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of aged packet losses."           ::= { routing 15 }       phivRouteCountNodeUnrPktLoss OBJECT-TYPE           SYNTAX PhivCounter (0..65535)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of node unreachable packet losses."           ::= { routing 16 }       phivRouteCountOutRngePktLoss OBJECT-TYPE           SYNTAX PhivCounter (0..127)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of node out-of-range packet losses."           ::= { routing 17 }       phivRouteCountOverSzePktLoss OBJECT-TYPE           SYNTAX PhivCounter (0..127)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of Oversized packet losses."           ::= { routing 18 }       phivRouteCountPacketFmtErr OBJECT-TYPE           SYNTAX PhivCounter (0..127)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of packet format errors."           ::= { routing 19 }       phivRouteCountPtlRteUpdtLoss OBJECT-TYPE           SYNTAX PhivCounter (0..127)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of partial routing update losses."           ::= { routing 20 }       phivRouteCountVerifReject OBJECT-TYPE           SYNTAX PhivCounter (0..127)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of verification rejects."           ::= { routing 21 }        -- Level 1 Routing Table       phivLevel1RouteTable OBJECT-TYPE           SYNTAX SEQUENCE OF PhivLevel1RouteEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "Information about the currently known DECnet Phase               IV Routes."           ::= { routing 22 }       phivLevel1RouteEntry OBJECT-TYPE           SYNTAX PhivLevel1RouteEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "Information about the currently known DECnet Phase               IV Routes."           INDEX  { phivLevel1RouteNodeAddr }           ::= { phivLevel1RouteTable 1 }       PhivLevel1RouteEntry ::=           SEQUENCE {               phivLevel1RouteNodeAddr                   PhivAddr,               phivLevel1RouteCircuitIndex                   INTEGER,               phivLevel1RouteCost                   INTEGER (0..65535),               phivLevel1RouteHops                   INTEGER (0..127),               phivLevel1RouteNextNode                   PhivAddr                }        phivLevel1RouteNodeAddr OBJECT-TYPE           SYNTAX PhivAddr -- OCTET STRING (SIZE (2))           ACCESS read-only           STATUS mandatory           DESCRIPTION               "This value is the address of the node about which               routing information is contained in this level 1               routing table."           ::= { phivLevel1RouteEntry 1 }       phivLevel1RouteCircuitIndex OBJECT-TYPE           SYNTAX INTEGER           ACCESS read-only           STATUS mandatory           DESCRIPTION               "A unique index value for each known circuit. This is               the index to the circuit state table and is the same               value as phivCircuitIndex."           ::= { phivLevel1RouteEntry 2 }       phivLevel1RouteCost OBJECT-TYPE           SYNTAX INTEGER (0..65535)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "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."           ::= { phivLevel1RouteEntry 3 }       phivLevel1RouteHops OBJECT-TYPE           SYNTAX INTEGER (0..127)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "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."           ::= { phivLevel1RouteEntry 4 }       phivLevel1RouteNextNode OBJECT-TYPE           SYNTAX PhivAddr -- OCTET STRING (SIZE (2))           ACCESS read-only           STATUS mandatory           DESCRIPTION               "This read-only value indicates the next node on the               circuit used to get to the node under scrutiny               (next hop)."           ::= { phivLevel1RouteEntry 5 }       -- Additional routing parameters       phivRouteCountZeroCount OBJECT-TYPE           SYNTAX INTEGER {             other (1),             reset (2)           }           ACCESS read-write           STATUS mandatory           DESCRIPTION               "When this value is set to 2, the following objects are               set to Zero: phivRouteCountAgedPktLoss,               phivRouteCountNodeUnrPktLoss,               phivRouteCountOutRngePktLoss,               phivRouteCountOverSzePktLoss,               phivRouteCountPacketFmtErr,               phivRouteCountPtlRteUpdtLoss, and               phivRouteCountVerifReject."           ::= { routing 23 }       phivRouteSystemAddr OBJECT-TYPE           SYNTAX PhivAddr           ACCESS read-only           STATUS mandatory           DESCRIPTION               "DECnet Phase IV node address."           ::= { routing 24 }       -- Circuit Group       -- The implementation of the Circuit Group is mandatory for       -- all systems.       -- Circuit Parameters Table       phivCircuitParametersTable OBJECT-TYPE           SYNTAX SEQUENCE OF PhivCircuitParametersEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "Information about the parameters associated with all               circuits currently known."           ::= {circuit 1 }       phivCircuitParametersEntry OBJECT-TYPE           SYNTAX PhivCircuitParametersEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "Parameters information about all circuits currently               known."            INDEX  { phivCircuitIndex }            ::= { phivCircuitParametersTable 1 }       PhivCircuitParametersEntry ::=           SEQUENCE {               phivCircuitIndex                   INTEGER,               phivCircuitLineIndex                   INTEGER,               phivCircuitCommonState                   INTEGER,               phivCircuitCommonSubState                   INTEGER,               phivCircuitCommonName                   DisplayString,               phivCircuitExecRecallTimer                   INTEGER (0..65535),               phivCircuitCommonType                   INTEGER,               phivCircuitService                   INTEGER,               phivCircuitExecCost                   INTEGER (1..25),               phivCircuitExecHelloTimer                   INTEGER (1..8191)           }        phivCircuitIndex OBJECT-TYPE           SYNTAX INTEGER           ACCESS read-only           STATUS mandatory           DESCRIPTION               "A unique index value for each known circuit."           ::= { phivCircuitParametersEntry 1 }       phivCircuitLineIndex OBJECT-TYPE           SYNTAX INTEGER           ACCESS read-only           STATUS mandatory           DESCRIPTION               "The line on which this circuit is active.  This is               the same as the IfIndex."           ::= { phivCircuitParametersEntry 2 }       phivCircuitCommonState OBJECT-TYPE           SYNTAX INTEGER {               on (1),               off (2),               service (3),               cleared (4)           }           ACCESS read-write           STATUS mandatory           DESCRIPTION               "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."           ::= { phivCircuitParametersEntry 3 }       phivCircuitCommonSubState OBJECT-TYPE           SYNTAX INTEGER {               starting (1),               reflecting (2),               looping (3),               loading (4),               dumping (5),               triggering (6),               autoservice (7),               autoloading (8),               autodumping (9),               autotriggering (10),               synchronizing (11),               failed (12),               running (13)           }           ACCESS read-only           STATUS mandatory           DESCRIPTION               "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."           ::= { phivCircuitParametersEntry 4 }       phivCircuitCommonName OBJECT-TYPE           SYNTAX DisplayString ( SIZE (0..16) )           ACCESS read-only           STATUS mandatory           DESCRIPTION               "The name of the circuit entry in the table, for example,               SVA-0 or in a level 2 router ASYNC-8 or ETHER-1)."           ::= { phivCircuitParametersEntry 5 }       phivCircuitExecRecallTimer OBJECT-TYPE           SYNTAX INTEGER (0..65535)           ACCESS read-write           STATUS mandatory           DESCRIPTION               "This parameter represents the minimum number of               seconds to wait before restarting the circuit.  A               value of 0 indicates not timer is running."           ::= { phivCircuitParametersEntry 6 }       phivCircuitCommonType OBJECT-TYPE           SYNTAX INTEGER {               ddcmp-point (1),

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -