-- HP Enterprise Router MIB (A.08.01) -- Updated for A.09.XX operating systems -- Mon June 6 1994 HP-ROUTER-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, Counter, NetworkAddress, IpAddress, Gauge, TimeTicks FROM RFC1155-SMI DisplayString FROM RFC1213-MIB; hp OBJECT IDENTIFIER ::= { enterprises 11 } nm OBJECT IDENTIFIER ::= { hp 2 } system OBJECT IDENTIFIER ::= { nm 3 } netElement OBJECT IDENTIFIER ::= { system 7 } icf OBJECT IDENTIFIER ::= { nm 14 } -- The value of MIB-II's sysUpTime object at which a specific -- occurrence happened. The specific occurrence must be -- defined in the description of any object defined using this -- type. TimeStamp ::= TimeTicks -- Icf Devices router OBJECT IDENTIFIER ::= { netElement 2 } chassis OBJECT IDENTIFIER ::= { netElement 8 } routerER OBJECT IDENTIFIER ::= { router 1 } routerTR OBJECT IDENTIFIER ::= { router 2 } routerSR OBJECT IDENTIFIER ::= { router 3 } routerFR OBJECT IDENTIFIER ::= { router 4 } routerLR OBJECT IDENTIFIER ::= { router 5 } routerBR OBJECT IDENTIFIER ::= { router 6 } routerPR OBJECT IDENTIFIER ::= { router 7 } router650 OBJECT IDENTIFIER ::= { router 8 } router230 OBJECT IDENTIFIER ::= { router 9 } router250 OBJECT IDENTIFIER ::= { router 10 } router255 OBJECT IDENTIFIER ::= { router 11 } routingEngine OBJECT IDENTIFIER ::= { router650 2 } portModule4e OBJECT IDENTIFIER ::= { router650 3 } portModule4S OBJECT IDENTIFIER ::= { router650 4 } portModule4T OBJECT IDENTIFIER ::= { router650 5 } chassisSensor OBJECT IDENTIFIER ::= { chassis 3 } powerSupply OBJECT IDENTIFIER ::= { chassisSensor 1 } fan OBJECT IDENTIFIER ::= { chassisSensor 2 } temperature OBJECT IDENTIFIER ::= { chassisSensor 3 } -- HP ICF Common Objects hpicfObjects OBJECT IDENTIFIER ::= { icf 11 } hpicfCommon OBJECT IDENTIFIER ::= { hpicfObjects 1 } -- The ICF Chassis group hpicfChassis OBJECT IDENTIFIER ::= { hpicfCommon 2 } -- The Chassis group contains detailed information about what -- is inside a particular chassis. The intent is that an -- agent can provide information about the box that it is in. hpicfChassisId OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "An identifier that uniquely identifies this particular chassis. This will be the same value as the instance of hpicfChainId for this chassis." ::= { hpicfChassis 1 } hpicfChassisNumSlots OBJECT-TYPE SYNTAX INTEGER (0..16) ACCESS read-only STATUS mandatory DESCRIPTION "The number of slots in this chassis." ::= { hpicfChassis 2 } -- The slot table contains one entry for each slot in this -- chassis. hpicfSlotTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains information on all the slots in this chassis." ::= { hpicfChassis 3 } hpicfSlotEntry OBJECT-TYPE SYNTAX HpicfSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a slot in a chassis" INDEX { hpicfSlotIndex } ::= { hpicfSlotTable 1 } HpicfSlotEntry ::= SEQUENCE { hpicfSlotIndex INTEGER, hpicfSlotObjectId OBJECT IDENTIFIER, hpicfSlotLastChange TimeStamp, hpicfSlotDescr DisplayString } hpicfSlotIndex OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-only STATUS mandatory DESCRIPTION "The slot number within the box for which this entry contains information." ::= { hpicfSlotEntry 1 } hpicfSlotObjectId OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS read-only STATUS mandatory DESCRIPTION "The authoritative identification of the card plugged into this slot in this chassis. A value of { 0 0 } indicates an empty slot." ::= { hpicfSlotEntry 2 } hpicfSlotLastChange OBJECT-TYPE SYNTAX TimeStamp ACCESS read-only STATUS mandatory DESCRIPTION "The value of the agent's sysUpTime at which a card in this slot was last inserted or removed. If no module has been inserted or removed since the last reinitialization of the agent, this object has a zero value." ::= { hpicfSlotEntry 3 } hpicfSlotDescr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "A textual description of the card plugged into this slot in this chassis, including the product number and version information." ::= { hpicfSlotEntry 4 } -- The entity table contains a list of logical network devices -- contained in this chassis, whether or not that agent can -- actually manage the device. The intent is that any agent -- for a box will have a complete picture of the entities in -- that box. hpicfEntityTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfEntityEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains information about the (logical) networking devices contained in this chassis." ::= { hpicfChassis 4 } hpicfEntityEntry OBJECT-TYPE SYNTAX HpicfEntityEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a single logical networking device contained in this chassis." INDEX { hpicfEntityIndex } ::= { hpicfEntityTable 1 } HpicfEntityEntry ::= SEQUENCE { hpicfEntityIndex INTEGER, hpicfEntityFunction INTEGER, hpicfEntityObjectId OBJECT IDENTIFIER, hpicfEntityDescr DisplayString, hpicfEntityTimestamp TimeStamp } hpicfEntityIndex OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies the logical network device for which this entry contains information." ::= { hpicfEntityEntry 1 } hpicfEntityFunction OBJECT-TYPE SYNTAX INTEGER (0..63) ACCESS read-only STATUS mandatory DESCRIPTION "The generic function provided by the logical network device. The value is a sum. Starting from zero, for each type of generic function that the entity performs, 2 raised to a power is added to the sum. The powers are according to the following table: Function Power other 0 repeater 1 bridge 2 router 3 agent 5 For example, an entity performing both bridging and routing functions would have a value of 12 (2^2 + 2^3)." ::= { hpicfEntityEntry 2 } hpicfEntityObjectId OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS read-only STATUS mandatory DESCRIPTION "The authoritative identification of the logical network device which provides an unambiguous means of determining the type of device. The value of this object is analagous to MIB-II's sysObjectId." ::= { hpicfEntityEntry 3 } hpicfEntityDescr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "A textual description of this device, including the product number and version information. The value of this object is analogous to MIB-II's sysDescr." ::= { hpicfEntityEntry 4 } hpicfEntityTimestamp OBJECT-TYPE SYNTAX TimeStamp ACCESS read-only STATUS mandatory DESCRIPTION "The value of the agent's sysUpTime at which this logical network device was last reinitialized. If the entity has not been reinitialized since the last reinitialization of the agent, then this object has a zero value." ::= { hpicfEntityEntry 5 } -- The hpicfSlotMapTable is used to convey which logical -- network devices occupy which slots in the chassis. For -- example, if a chassis contains a repeater entity, with an -- hpicfEntityIndex of 2, which is made up of three cards -- located in slots 2, 4, and 5 of the chassis, this table -- will contain entries indexed by { 2 2 }, { 4 2 } and -- { 5 2 }. hpicfSlotMapTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfSlotMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains information about which entities are in which slots in this chassis." ::= { hpicfChassis 5 } hpicfSlotMapEntry OBJECT-TYPE SYNTAX HpicfSlotMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A relationship between a slot and an entity in this chassis. Such a relationship exists if the particular slot is occupied by a physical module performing part of the function of the particular entity." INDEX { hpicfSlotMapSlot, hpicfSlotMapEntity } ::= { hpicfSlotMapTable 1 } HpicfSlotMapEntry ::= SEQUENCE { hpicfSlotMapSlot INTEGER, hpicfSlotMapEntity INTEGER } hpicfSlotMapSlot OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-only STATUS mandatory DESCRIPTION "A slot number within the chassis which contains (part of) this entity." ::= { hpicfSlotMapEntry 1 } hpicfSlotMapEntity OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-only STATUS mandatory DESCRIPTION "The entity described in this mapping." ::= { hpicfSlotMapEntry 2 } -- The sensor table contains one entry for each sensor in this -- chassis. This table is currently only implemented on -- AdvanceStack routers. hpicfSensorTable OBJECT-TYPE SYNTAX SEQUENCE OF HpicfSensorEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains information on all the sensors in this chassis" ::= { hpicfChassis 6 } hpicfSensorEntry OBJECT-TYPE SYNTAX HpicfSensorEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a sensor in a chassis" INDEX { hpicfSensorIndex } ::= { hpicfSensorTable 1 } HpicfSensorEntry ::= SEQUENCE { hpicfSensorIndex INTEGER, hpicfSensorObjectId OBJECT IDENTIFIER, hpicfSensorNumber INTEGER, hpicfSensorStatus INTEGER, hpicfSensorWarnings Counter, hpicfSensorFailures Counter, hpicfSensorDescr DisplayString } hpicfSensorIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies the sensor for which this entry contains information." ::= { hpicfSensorEntry 1 } hpicfSensorObjectId OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS read-only STATUS mandatory DESCRIPTION "The authoritative identification of the kind of sensor this is." ::= { hpicfSensorEntry 2 } hpicfSensorNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A number which identifies a particular sensor from other sensors of the same kind. For instance, if there are many temperature sensors in this chassis, this number whould identify a particular temperature sensor in this chassis." ::= { hpicfSensorEntry 3 } hpicfSensorStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), bad(2), warning(3), good(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Actual status indicated by the sensor." ::= { hpicfSensorEntry 4 } hpicfSensorWarnings OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times hpicfSensorStatus has entered the 'warning'(3) state." ::= { hpicfSensorEntry 5 } hpicfSensorFailures OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times hpicfSensorStatus has entered the 'bad'(2) state." ::= { hpicfSensorEntry 6 } hpicfSensorDescr OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A textual description of the sensor." ::= { hpicfSensorEntry 7 } -- Icf Router Specific icfRouter OBJECT IDENTIFIER ::= { icf 7 } hpRouter OBJECT IDENTIFIER ::= { icfRouter 1 } hpXns OBJECT IDENTIFIER ::= { hpRouter 6 } hpDrs OBJECT IDENTIFIER ::= { hpRouter 29 } hpBridge OBJECT IDENTIFIER ::= { hpRouter 31 } hpTftp OBJECT IDENTIFIER ::= { hpRouter 32 } hpApple OBJECT IDENTIFIER ::= { hpRouter 34 } hpConfig OBJECT IDENTIFIER ::= { hpRouter 35 } hpIpx OBJECT IDENTIFIER ::= { hpRouter 41 } hpLog OBJECT IDENTIFIER ::= { hpRouter 57 } -- The XNS Group -- The XNS Group contains information about the XNS -- module of a Wellfleet Communications Server hpxnsMib OBJECT IDENTIFIER ::= { hpXns 1 } hpxnsidp OBJECT IDENTIFIER ::= { hpxnsMib 1 } hpxnsidpForwarding OBJECT-TYPE SYNTAX INTEGER { forwarding(1), host(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the node is a router." ::= { hpxnsidp 1 } hpxnsidpInReceives OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " Contains the total number of all IDP datagrams (including those received in error) received from all interfaces." ::= { hpxnsidp 2 } hpxnsidpInHdrErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Contains the number of IDP datagrams discarded because of errors in their IDP headers. Such errors include bad checksums, format errors and bad hop counts. " ::= { hpxnsidp 3 } hpxnsidpInAddrErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of IDP datagrams discarded because of invalid destination fields. " ::= { hpxnsidp 4 } hpxnsidpForwDatagrams OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of received IDP datagrams not addressed to the XNS router. The router attempts to forward these datagrams to their ultimate destination. " ::= { hpxnsidp 5 } hpxnsidpInUnknownProtos OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of IDP datagrams discarded because of an invalid protocol field." ::= { hpxnsidp 6 } hpxnsidpInDiscards OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of input IDP datagrams discarded because of of insufficient Server resources. " ::= { hpxnsidp 7 } hpxnsidpInDelivers OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of IDP datagrams delivered to the IDP user protocols. (Error, Echo, RIP). " ::= { hpxnsidp 8 } hpxnsidpOutRequests OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of IDP datagrams generated by the local IDP user protocols. " ::= { hpxnsidp 9 } hpxnsidpOutDiscards OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of output IDP datagrams discarded because of of insufficient Server resources. " ::= { hpxnsidp 10 } hpxnsidpOutNoRoutes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of IDP datagrams discarded because no route could be found for their destination. " ::= { hpxnsidp 11 } hpxnsidpErrs OBJECT IDENTIFIER ::= { hpxnsidp 12 } -- "A list of error Counters. " hpxnsidpErrSupressed OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packet dropped because their length is below minimum. " ::= { hpxnsidpErrs 1 } hpxnsidpErrDestUnspec OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of destination-host-generated Error packets with an Error Number of 0 relayed by the router. This indicates an IDP packet rejected for unspecified reasons." ::= { hpxnsidpErrs 2 } hpxnsidpErrDestHdrLen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets rejected by a destination host because the packet header was of insufficient length." ::= { hpxnsidpErrs 3 } hpxnsidpErrDestProto OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets rejected by a destination host because the protocol type field contained an invalid or unknown value." ::= { hpxnsidpErrs 4 } hpxnsidpErrDestCksum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets rejected by a destination host because of a faulty or corrupted IDP checksum." ::= { hpxnsidpErrs 5 } hpxnsidpErrDestBadSock OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets rejected by a destination host because the packet was addressed to an unknown socket." ::= { hpxnsidpErrs 6 } hpxnsidpErrDestNoResrcs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets rejected by a destination host because of a lack of processing resources." ::= { hpxnsidpErrs 7 } hpxnsidpErrDestXitUnspec OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets rejected by the router for unspecified reasons." ::= { hpxnsidpErrs 8 } hpxnsidpErrXitCksum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets rejected by the router because of a faulty or corrupted checksum." ::= { hpxnsidpErrs 9 } hpxnsidpErrXitUnreach OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets rejected by the router because the destination is unreachable." ::= { hpxnsidpErrs 10 } hpxnsidpErrXitHopCnt OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets rejected by the router becuase the packet had passed through more than the maximum number of routers before arriving at its destination." ::= { hpxnsidpErrs 11 } hpxnsidpErrXitTooBig OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets rejected by the router becuase the packet was too long for the router to relay." ::= { hpxnsidpErrs 12 } hpxnsidpAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF HpXnsIdpAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The IDP Address table. " ::= { hpxnsidp 13 } hpxnsidpAddrEntry OBJECT-TYPE SYNTAX HpXnsIdpAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the IDP address table." INDEX { hpxnsidpAddrAddress } ::= { hpxnsidpAddrTable 1 } HpXnsIdpAddrEntry ::= SEQUENCE { hpxnsidpAddrAddress OCTET STRING, hpxnsidpAddrIfIndex INTEGER } hpxnsidpAddrAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The IDP network number. " ::= { hpxnsidpAddrEntry 1 } hpxnsidpAddrIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The interface index. " ::= { hpxnsidpAddrEntry 2 } hpxnsidpRoutingTable OBJECT-TYPE SYNTAX SEQUENCE OF HpXnsIdpRouteEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The XNS IDP routing table." ::= { hpxnsidp 14 } hpxnsidpRouteEntry OBJECT-TYPE SYNTAX HpXnsIdpRouteEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a routing table entry. " INDEX { hpxnsidpRouteDest } ::= { hpxnsidpRoutingTable 1 } HpXnsIdpRouteEntry ::= SEQUENCE { hpxnsidpRouteDest INTEGER, hpxnsidpRouteIfIndex INTEGER, hpxnsidpRouteMetric INTEGER, hpxnsidpRouteNextHop OCTET STRING, hpxnsidpRouteType INTEGER, hpxnsidpRouteProto INTEGER, hpxnsidpRouteAge INTEGER } hpxnsidpRouteDest OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The destination network. " ::= { hpxnsidpRouteEntry 1 } hpxnsidpRouteIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index to the next hop interface. " ::= { hpxnsidpRouteEntry 2 } hpxnsidpRouteMetric OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The RIP hop count to the destination. 0 means the host is locally attached. " ::= { hpxnsidpRouteEntry 3 } hpxnsidpRouteNextHop OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The host address of the next hop gateway. " ::= { hpxnsidpRouteEntry 4 } hpxnsidpRouteType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the route was statically configured, direct or learned via RIP. " ::= { hpxnsidpRouteEntry 5 } hpxnsidpRouteProto OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The actual routing protocol used to determine the route." ::= { hpxnsidpRouteEntry 6 } hpxnsidpRouteAge OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The age (in seconds) of the route. " ::= { hpxnsidpRouteEntry 7 } -- The DECNET Phase IV Group -- The DECNET Phase IV Group contains information about Wellfleet's -- DECNET implementation. hpdrsState OBJECT-TYPE SYNTAX INTEGER { enabled(1), -- router is enabled and forwarding disabled(2) -- router is disabled } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the state of the router." ::= { hpDrs 1 } hpdrsArea OBJECT-TYPE SYNTAX INTEGER (1..63) ACCESS read-only STATUS mandatory DESCRIPTION "The number of the local DECNET area." ::= { hpDrs 2 } hpdrsNode OBJECT-TYPE SYNTAX INTEGER (1..1023) ACCESS read-only STATUS mandatory DESCRIPTION "The DECNET node number." ::= { hpDrs 3 } hpdrsRouting OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " / tbs /" ::= { hpDrs 4 } hpdrsMaxArea OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of areas in the network." ::= { hpDrs 5 } hpdrsMaxNode OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of nodes in any area." ::= { hpDrs 6 } hpdrsAreaMaxHop OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of areas a packet can transit from source to destination." ::= { hpDrs 7 } hpdrsAreaMaxCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum area-to-area transit cost." ::= { hpDrs 8 } hpdrsNodeMaxHop OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of hops a packet can transit from source to destination." ::= { hpDrs 9 } hpdrsNodeMaxCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum node-to-node transit cost." ::= { hpDrs 10 } hpdrsMaxVisits OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of times packet can transit the same router." ::= { hpDrs 11 } hpdrsRoutingTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Time interval between topology packets on non-broadcast media." ::= { hpDrs 12 } hpdrsBcastRoutTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Time interval between topology packets on bradcast media." ::= { hpDrs 13 } hpdrsBcastEnodeAdj OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of adjacent nodes" ::= { hpDrs 14 } hpdrsIfTable OBJECT-TYPE SYNTAX SEQUENCE OF HpDrsIfTabEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DECNET Interface table. " ::= { hpDrs 15 } hpdrsIfTabEntry OBJECT-TYPE SYNTAX HpDrsIfTabEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DECNET interface table. " INDEX { hpdrsIfTabEntIfIndex } ::= { hpdrsIfTable 1 } HpDrsIfTabEntry ::= SEQUENCE { hpdrsIfTabEntIfIndex INTEGER, hpdrsIfTabEntState INTEGER, hpdrsIfTabEntName DisplayString, hpdrsIfTabEntCost INTEGER, hpdrsIfTabEntHelloTimr INTEGER, hpdrsIfTabEntRtrPrior INTEGER, hpdrsIfTabEntNumRtrs INTEGER } hpdrsIfTabEntIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The router assigned interface number. " ::= { hpdrsIfTabEntry 1 } hpdrsIfTabEntState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The state of the interface. " ::= { hpdrsIfTabEntry 2 } hpdrsIfTabEntName OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The circuit group name for this interface. " ::= { hpdrsIfTabEntry 3 } hpdrsIfTabEntCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The DECNET circuit cost for this interface. " ::= { hpdrsIfTabEntry 4 } hpdrsIfTabEntHelloTimr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The time interval between DECNET hello packets." ::= { hpdrsIfTabEntry 5 } hpdrsIfTabEntRtrPrior OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " The router priority." ::= { hpdrsIfTabEntry 6 } hpdrsIfTabEntNumRtrs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of adjacent routers on this interface." ::= { hpdrsIfTabEntry 7 } hpdrsAreaRoutingTable OBJECT-TYPE SYNTAX SEQUENCE OF HpDrsAreaRoute ACCESS not-accessible STATUS mandatory DESCRIPTION "The level 2 (area) routing table. " ::= { hpDrs 16 } hpdrsAreaRoute OBJECT-TYPE SYNTAX HpDrsAreaRoute ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a route to an area. " INDEX { hpdrsAreaRouteDest } ::= { hpdrsAreaRoutingTable 1 } HpDrsAreaRoute ::= SEQUENCE { hpdrsAreaRouteDest INTEGER, hpdrsAreaRouteCost INTEGER, hpdrsAreaRouteHopCount INTEGER, hpdrsAreaRouteNextArea INTEGER, hpdrsAreaRouteNextNode INTEGER, hpdrsAreaRouteIf INTEGER } hpdrsAreaRouteDest OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Destination area. " ::= { hpdrsAreaRoute 1 } hpdrsAreaRouteCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Aggregate cost to reach destination area." ::= { hpdrsAreaRoute 2 } hpdrsAreaRouteHopCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of hops to reach destination area." ::= { hpdrsAreaRoute 3 } hpdrsAreaRouteNextArea OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The next area to forward the packet. " ::= { hpdrsAreaRoute 4 } hpdrsAreaRouteNextNode OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The next node to forward the packet to." ::= { hpdrsAreaRoute 5 } hpdrsAreaRouteIf OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The interface to forward the packet on." ::= { hpdrsAreaRoute 6 } hpdrsNodeRoutingTable OBJECT-TYPE SYNTAX SEQUENCE OF HpDrsNodeRoute ACCESS not-accessible STATUS mandatory DESCRIPTION "The level 1 (node) routing table. " ::= { hpDrs 17 } hpdrsNodeRoute OBJECT-TYPE SYNTAX HpDrsNodeRoute ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about how to reach an node within the area. " INDEX { hpdrsNodeRouteDest } ::= { hpdrsNodeRoutingTable 1 } HpDrsNodeRoute ::= SEQUENCE { hpdrsNodeRouteDest INTEGER, hpdrsNodeRouteCost INTEGER, hpdrsNodeRouteHopCount INTEGER, hpdrsNodeRouteNextHop INTEGER, hpdrsNodeRouteIf INTEGER } hpdrsNodeRouteDest OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The destination node number." ::= { hpdrsNodeRoute 1 } hpdrsNodeRouteCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The aggregate cost to the destination node." ::= { hpdrsNodeRoute 2 } hpdrsNodeRouteHopCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of hops to destination node." ::= { hpdrsNodeRoute 3 } hpdrsNodeRouteNextHop OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The node number of the next hop." ::= { hpdrsNodeRoute 4 } hpdrsNodeRouteIf OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The interface index of the next hop." ::= { hpdrsNodeRoute 5 } -- the Bridge Group -- The Bridge Group contains information about the Learning Bridge -- module of a Wellfleet Communications Server hplbFwdTable OBJECT-TYPE SYNTAX SEQUENCE OF HpBridgeFwdEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The bridge modules's table of MAC address-interface mappings." ::= { hpBridge 1 } hplbFwdEntry OBJECT-TYPE SYNTAX HpBridgeFwdEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry describes one MAC address-interface mapping; that is, each entry describes a station which has been or is being learned." INDEX { hplbFwdEntMacAddr } ::= { hplbFwdTable 1 } HpBridgeFwdEntry ::= SEQUENCE { hplbFwdEntIf INTEGER, hplbFwdEntMacAddr OCTET STRING, hplbFwdEntSrcDisp INTEGER, hplbFwdEntDstDisp INTEGER, hplbFwdEntIfName DisplayString, hplbFwdEntFloodStat INTEGER } hplbFwdEntIf OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A number identifying the interface on which the station addressed by hplbFwdEntMacAddr was learned. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex." ::= { hplbFwdEntry 1 } hplbFwdEntMacAddr OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The MAC-level (physical) address of the station described by this hplbFwdEntry." ::= { hplbFwdEntry 2 } hplbFwdEntSrcDisp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the disposition of frames containing hplbFwdEntMacAddr as the source address field of the frame. 0 signifies drop; 1 signifies forward." ::= { hplbFwdEntry 3 } hplbFwdEntDstDisp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the disposition of frames containing hplbFwdEntMacAddr as the destination address field of the frame. 0 signifies drop; 1 signifies forward." ::= { hplbFwdEntry 4 } hplbFwdEntIfName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A text string contining the circuit group name of interface hplbFwdEntIf." ::= { hplbFwdEntry 5 } hplbFwdEntFloodStat OBJECT-TYPE SYNTAX INTEGER { forwarding(1), flooding(2), dropping(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Denotes whether frames destined for hplbFwdEntMacAddr are being flooded or dropped if the MAC Address-interface mapping for hplbFwdEntMacAddr has not yet been learned. If the value of hplbFwdEntFloodStat is forwarding(1), the MAC Address-interface mapping has been learned." ::= { hplbFwdEntry 6 } hplbRifTable OBJECT-TYPE SYNTAX SEQUENCE OF HpBridgeRifEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The bridge modules's source routing RIF (Routing Information Field) table." ::= { hpBridge 2 } hplbRifEntry OBJECT-TYPE SYNTAX HpBridgeRifEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry contains a RIF cache for a network node. The table is indexed by an arbitrary set of 6 integers." INDEX { INTEGER, INTEGER, INTEGER, INTEGER, INTEGER, INTEGER } ::= { hplbRifTable 1 } HpBridgeRifEntry ::= SEQUENCE { hplbRifMacSrcAddress OCTET STRING, hplbRifMacAddress OCTET STRING, hplbRifCg DisplayString, hplbRif OCTET STRING } hplbRifMacSrcAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The MAC-level (physical) address of the source interface." ::= { hplbRifEntry 1 } hplbRifMacAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The MAC-level (physical) address of the destination interface." ::= { hplbRifEntry 2 } hplbRifCg OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the circuit group that connects the source interface to token ring." ::= { hplbRifEntry 3 } hplbRif OBJECT-TYPE SYNTAX OCTET STRING (SIZE (3..18)) ACCESS read-only STATUS mandatory DESCRIPTION "A description of the path used to source route packets between the source route and the destination. The first two bytes contain the routing control (RC) field that describes the routing type, field length, direction bit and largest frame size as follows. bits 1-2: RIF type 00: Specifically Routed Frame (SRF) 11: Spanning Tree Explorer (STE) 10: All Routes Explorer (ARE) bit 3: Reserved bits 4-8: Length of RIF Maximum = 18 bytes bit 9: Direction that frames traverses LAN 0: Forward 1: Reverse bits 10-12: Largest Frame size for this route Maximum is 4472 bytes bits 13-16: Reserved Next are a series of two-byte route descriptors; each contains a 12-bit LAN ID followed by a 4-bit bridge ID number which indicate the next hop in the route." ::= { hplbRifEntry 4 } -- the TFTP Group -- The TFTP Group contains information about the Trivial File Transfer -- Protocol module of a Wellfleet Communications Server. hptftpFilesIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of successful transfers of files to this entity since the system was last initialized." ::= { hpTftp 1 } hptftpFilesOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of successful transfers of files from this entity since the system was last initialized." ::= { hpTftp 2 } hptftpWRQIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of WRQ PDUs received by the TFTP entity since the system was last initialized. This is the number of requests to deposit a file made by a remote TFTP client." ::= { hpTftp 3 } hptftpWRQOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of WRQ PDUs sent by the TFTP entity since the system was last initialized. This is the number of requests made by this system to send a file to a remote TFTP client." ::= { hpTftp 4 } hptftpRRQIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of RRQ PDUs received by the TFTP entity since the system was last initialized. This is the number of requests to retreive a file made by a remote TFTP client." ::= { hpTftp 5 } hptftpRRQOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of RRQ PDUs sent by the TFTP entity since the system was last initialized. This is the number of requests made by this system to retrieve a file from a remote TFTP client." ::= { hpTftp 6 } hptftpRxmits OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of TFTP PDUs that have been retransmitted by this entity." ::= { hpTftp 7 } hptftpERRIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ERR PDUs received by the TFTP entity since the system was last initialized." ::= { hpTftp 8 } hptftpERROut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ERR PDUs sent by the TFTP entity since the system was last initialized." ::= { hpTftp 9 } hptftpAborts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of unsuccessful TFTP file transfer that have been abnormally terminated." ::= { hpTftp 10 } -- the AppleTalk group -- The AppleTalk Group contains information about the AppleTalk -- Router module of a Wellfleet Communications Server hpappleStation OBJECT IDENTIFIER ::= { hpApple 1 } hpappleStationRouting OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether this entity is routing (i.e., forwarding) AppleTalk datagrams. 1 signifies forwarding; 0 not forwarding." ::= { hpappleStation 1 } hpappleStationVersion OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The version number of the AppleTalk protocol supported by this entity (i.e., Wellfleet supports Version 2)." ::= { hpappleStation 2 } hpapplePortTable OBJECT-TYPE SYNTAX SEQUENCE OF HpApplePortEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The hpapplePortTable is a table of per-interface AppleTalk Configuration parameters. An interface will have a corresponding entry in this table only if AppleTalk routing is defined for that interface." ::= { hpApple 2 } hpapplePortEntry OBJECT-TYPE SYNTAX HpApplePortEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry describes an interface of the AppleTalk Router." INDEX { hpapplePortIfIndex } ::= { hpapplePortTable 1 } HpApplePortEntry ::= SEQUENCE { hpapplePortIfIndex INTEGER, hpapplePortSeed INTEGER, hpapplePortMinNet INTEGER, hpapplePortMaxNet INTEGER, hpapplePortNetwork INTEGER, hpapplePortNodeID INTEGER, hpapplePortDefaultZone DisplayString } hpapplePortIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A number identifying the interface described by this hpapplePortEntry. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex." ::= { hpapplePortEntry 1 } hpapplePortSeed OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Describes whether this interface was configured as a 'seed' port. 1 indicates a seed port; 0 a non-seed port." ::= { hpapplePortEntry 2 } hpapplePortMinNet OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The minimum network number in the range of network numbers assigned to this interface." ::= { hpapplePortEntry 3 } hpapplePortMaxNet OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum network number in the range of network numbers assigned to this interface." ::= { hpapplePortEntry 4 } hpapplePortNetwork OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The network number within the range hpapplePortMinNet to hpapplePortMaxNet which is assigned to the network attached to this interface." ::= { hpapplePortEntry 5 } hpapplePortNodeID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The node identification which denotes this AppleTalk entity on network hpapplePortNetwork. The pair (hpapplePortNetwork, hpapplePortNodeID) constitutes a complete AppleTalk address." ::= { hpapplePortEntry 6 } hpapplePortDefaultZone OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the default zone for this interface (a zero-length string means that no default zone was assigned to this interface." ::= { hpapplePortEntry 7 } hpappleDDP OBJECT IDENTIFIER ::= { hpApple 3 } hpappleDDPPktsIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of DDP packets received by this entity." ::= { hpappleDDP 1 } hpappleDDPPktsOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of DDP packets transmitted by this entity." ::= { hpappleDDP 2 } hpappleDDPPktsFwd OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of DDP packets forwarded by this entity." ::= { hpappleDDP 3 } hpappleDDPDelivers OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of DDP packets received by this entity which were delivered to a higher-layer AppleTalk protocol for processing." ::= { hpappleDDP 4 } hpappleDDPUnknownNet OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of DDP packets discarded by this entity because the destination network to which the packet was directed was unknown." ::= { hpappleDDP 5 } hpappleDDPHopsExceeded OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of DDP packets discarded by this entity because the packet's hop count exceeded 15." ::= { hpappleDDP 6 } hpappleDDPBadChksum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of DDP packets discarded by this entity because the contained an incorrect DDP checksum." ::= { hpappleDDP 7 } hpappleDDPDropped OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of DDP packets discarded by this entity." ::= { hpappleDDP 8 } hpappleEcho OBJECT IDENTIFIER ::= { hpApple 4 } hpappleEchoRequestIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of AEP Echo Request Packets received by this entity." ::= { hpappleEcho 1 } hpappleEchoResponseOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of AEP Echo Response Packets sent by this entity." ::= { hpappleEcho 2 } hpappleRTMP OBJECT IDENTIFIER ::= { hpApple 5 } hpappleRTMPRequestIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of RTMP Request packets received by this entity." ::= { hpappleRTMP 1 } hpappleRTMPResponseOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of RTMP Response packets transmitted by this entity." ::= { hpappleRTMP 2 } hpappleRoutingTable OBJECT-TYPE SYNTAX SEQUENCE OF HpAppleRouteEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The AppleTalk Routing Table contains an entry for each AppleTalk Route known to this entity." ::= { hpApple 6 } hpappleRouteEntry OBJECT-TYPE SYNTAX HpAppleRouteEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A route to a particular AppleTalk destination." INDEX { hpappleRouteMinNet } ::= { hpappleRoutingTable 1 } HpAppleRouteEntry ::= SEQUENCE { hpappleRouteMinNet INTEGER, hpappleRouteMaxNet INTEGER, hpappleRouteIfIndex INTEGER, hpappleRouteDistance INTEGER, hpappleRouteNextNet INTEGER, hpappleRouteNextNode INTEGER, hpappleRouteState INTEGER } hpappleRouteMinNet OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The minimum network number in the destination's network number range." ::= { hpappleRouteEntry 1 } hpappleRouteMaxNet OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum network number in the destination's network number range." ::= { hpappleRouteEntry 2 } hpappleRouteIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex." ::= { hpappleRouteEntry 3 } hpappleRouteDistance OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The AppleTalk routing metric for this route." ::= { hpappleRouteEntry 4 } hpappleRouteNextNet OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The network number of the Next Hop Router for this destination." ::= { hpappleRouteEntry 5 } hpappleRouteNextNode OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The node identification of the Next Hop Router for this destination." ::= { hpappleRouteEntry 6 } hpappleRouteState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status of this route. Valid routes are marked Good (2); invalidated or timed-out routes (if present) are marked Bad (0); a Suspect route (1) is still valid for routing but has been noted as marginal." ::= { hpappleRouteEntry 7 } hpappleNBP OBJECT IDENTIFIER ::= { hpApple 7 } hpappleNBPFwdReqOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of NBP Forward Request packets transmitted by this entity." ::= { hpappleNBP 1 } hpappleNBPLookupOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of NBP Lookup packets transmitted by this entity." ::= { hpappleNBP 2 } hpappleNBPBcastReqIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of NBP Broadcast Request packets received by this entity." ::= { hpappleNBP 3 } hpappleNBPFwdReqIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of NBP Forward Request packets received by this entity." ::= { hpappleNBP 4 } hpappleZIP OBJECT IDENTIFIER ::= { hpApple 8 } hpappleZIPRequestOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of Zone Information Protocol (ZIP) Request packets transmitted by this entity." ::= { hpappleZIP 1 } hpappleZIPReplyOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of Zone Information Protocol (ZIP) Reply packets transmitted by this entity." ::= { hpappleZIP 2 } hpappleZIPNetInfoRepOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetNetInfo Reply packets transmitted by this entity." ::= { hpappleZIP 3 } hpappleZIPGetLclZoneOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetLocalZones packets transmitted by this entity." ::= { hpappleZIP 4 } hpappleZIPGetLclZoneRepOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetLocalZones Reply packets transmitted by this entity." ::= { hpappleZIP 5 } hpappleZIPGetZoneListOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetZoneList packets transmitted by this entity." ::= { hpappleZIP 6 } hpappleZIPGetNetInfoOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetNetInfo packets transmitted by this entity." ::= { hpappleZIP 7 } hpappleZIPGetNetInfoIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetNetInfo packets received by this entity." ::= { hpappleZIP 8 } hpappleZIPNetInfoRepIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetNetInfo Reply packets received by this entity." ::= { hpappleZIP 9 } hpappleZIPRequestIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP Request packets received by this entity." ::= { hpappleZIP 10 } hpappleZIPReplyIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP Reply packets received by this entity." ::= { hpappleZIP 11 } hpappleZIPGetZoneListIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetZoneList packets received by this entity." ::= { hpappleZIP 12 } hpappleZIPGetLclZoneIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetLocalZones packets received by this entity." ::= { hpappleZIP 13 } hpappleZIPGetLclZoneRepIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ZIP GetLocalZones Reply packets received by this entity." ::= { hpappleZIP 14 } hpappleLocalZoneTable OBJECT-TYPE SYNTAX SEQUENCE OF HpAppleLZTEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of all the zone names for the network to which the entity is connected." ::= { hpApple 9 } hpappleLZTEntry OBJECT-TYPE SYNTAX HpAppleLZTEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry associates a zone name with an interface." INDEX { hpappleLZTIfIndex } ::= { hpappleLocalZoneTable 1 } HpAppleLZTEntry ::= SEQUENCE { hpappleLZTZoneName DisplayString, hpappleLZTIfIndex INTEGER } hpappleLZTZoneName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of an AppleTalk zone associated with a particular interface of the AppleTalk router." ::= { hpappleLZTEntry 1 } hpappleLZTIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The interface to the network with which the named zone is associated. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex." ::= { hpappleLZTEntry 2 } hpappleAARPTable OBJECT-TYPE SYNTAX SEQUENCE OF HpAppleAARPEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The AppleTalk Address Resolution Protocol Table used for mapping from AppleTalk Net/Node addresses to physical addresses." ::= { hpApple 10 } hpappleAARPEntry OBJECT-TYPE SYNTAX HpAppleAARPEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry contains one AppleTalk Net/Node address to 'physical' address equivalence." INDEX { hpappleAARPNet, hpappleAARPNode } ::= { hpappleAARPTable 1 } HpAppleAARPEntry ::= SEQUENCE { hpappleAARPNet INTEGER, hpappleAARPNode INTEGER, hpappleAARPMacAddress OCTET STRING, hpappleAARPIfIndex INTEGER } hpappleAARPNet OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The network number of the AppleTalk entity described by this address equivalence." ::= { hpappleAARPEntry 1 } hpappleAARPNode OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The node identification of the AppleTalk entity described by this address equivalence." ::= { hpappleAARPEntry 2 } hpappleAARPMacAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The media-dependent 'physical' address of this AppleTalk entity." ::= { hpappleAARPEntry 3 } hpappleAARPIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The interface 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 ifIndex." ::= { hpappleAARPEntry 4 } -- the Configuration Group -- The Configuration Group contains information about various -- aspects of a Wellfleet Communication Server's configuration: -- Notably, software release number and hardware config. hpconfigVersion OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..12)) ACCESS read-only STATUS mandatory DESCRIPTION "The Version Number of the Software Release running in the Communications Server." ::= { hpConfig 1 } hpconfigKeys OBJECT IDENTIFIER ::= { hpConfig 5 } hpconfigKeysBridge OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the Bridge software option is active in the Communications Server's software configuration. 0 indicates that the option is absent; 1 that it is present." ::= { hpconfigKeys 1 } hpconfigKeysDrs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the DecNet routing software option is active in the Communications Server's software configuration. 0 indicates that the option is absent; 1 that it is present." ::= { hpconfigKeys 2 } hpconfigKeysIp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the Ip routing software option is active in the Communications Server's software configuration. 0 indicates that the option is absent; 1 that it is present." ::= { hpconfigKeys 3 } hpconfigKeysX25 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the X.25 software option is active in the Communications Server's software configuration. 0 indicates that the option is absent; 1 that it is present." ::= { hpconfigKeys 4 } hpconfigKeysXns OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the XNS/IPX routing software option is active in the Communications Server's software configuration. 0 indicates that the option is absent; 1 that it is present." ::= { hpconfigKeys 5 } hpconfigKeysApple OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the AppleTalk routing software option is active in the Communications Server's software configuration. 0 indicates that the option is absent; 1 that it is present." ::= { hpconfigKeys 6 } -- The IPX Group -- The IPX Group contains information about the IPX -- module of a Wellfleet Communications Server hpipxMib OBJECT IDENTIFIER ::= { hpIpx 1 } hpipxidp OBJECT IDENTIFIER ::= { hpipxMib 1 } hpipxidpForwarding OBJECT-TYPE SYNTAX INTEGER { forwarding(1), host(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the node is a router." ::= { hpipxidp 1 } hpipxidpInReceives OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " Contains the total number of all IDP datagrams (including those received in error) received from all interfaces." ::= { hpipxidp 2 } hpipxidpInHdrErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Contains the number of IDP datagrams discarded because of errors in their IDP headers. Such errors include bad checksums, format errors and bad hop counts. " ::= { hpipxidp 3 } hpipxidpInAddrErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of IDP datagrams discarded because of invalid destination fields. " ::= { hpipxidp 4 } hpipxidpForwDatagrams OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of received IDP datagrams not addressed to the IPX router. The router attempts to forward these datagrams to their ultimate destination. " ::= { hpipxidp 5 } hpipxidpInUnknownProtos OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of IDP datagrams discarded because of an invalid protocol field." ::= { hpipxidp 6 } hpipxidpInDiscards OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of input IDP datagrams discarded because of of insufficient Server resources. " ::= { hpipxidp 7 } hpipxidpInDelivers OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of IDP datagrams delivered to the IDP user protocols. (Error, Echo, RIP). " ::= { hpipxidp 8 } hpipxidpOutRequests OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of IDP datagrams generated by the local IDP user protocols. " ::= { hpipxidp 9 } hpipxidpOutDiscards OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of output IDP datagrams discarded because of of insufficient Server resources. " ::= { hpipxidp 10 } hpipxidpOutNoRoutes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of IDP datagrams discarded because no route could be found for their destination. " ::= { hpipxidp 11 } hpipxidpAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF HpIpxIdpAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The IDP Address table. " ::= { hpipxidp 13 } hpipxidpAddrEntry OBJECT-TYPE SYNTAX HpIpxIdpAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the IDP address table." INDEX { hpipxidpAddrAddress } ::= { hpipxidpAddrTable 1 } HpIpxIdpAddrEntry ::= SEQUENCE { hpipxidpAddrAddress OCTET STRING, hpipxidpAddrIfIndex INTEGER } hpipxidpAddrAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The IDP network number. " ::= { hpipxidpAddrEntry 1 } hpipxidpAddrIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The interface index. " ::= { hpipxidpAddrEntry 2 } hpipxidpRoutingTable OBJECT-TYPE SYNTAX SEQUENCE OF HpIpxIdpRouteEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The IPX IDP routing table." ::= { hpipxidp 14 } hpipxidpRouteEntry OBJECT-TYPE SYNTAX HpIpxIdpRouteEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a routing table entry. " INDEX { hpipxidpRouteDest } ::= { hpipxidpRoutingTable 1 } HpIpxIdpRouteEntry ::= SEQUENCE { hpipxidpRouteDest INTEGER, hpipxidpRouteIfIndex INTEGER, hpipxidpRouteMetric INTEGER, hpipxidpRouteNextHop OCTET STRING, hpipxidpRouteType INTEGER, hpipxidpRouteProto INTEGER, hpipxidpRouteAge INTEGER } hpipxidpRouteDest OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The destination network. " ::= { hpipxidpRouteEntry 1 } hpipxidpRouteIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index to the next hop interface. " ::= { hpipxidpRouteEntry 2 } hpipxidpRouteMetric OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The RIP hop count to the destination. 0 means the host is locally attached. " ::= { hpipxidpRouteEntry 3 } hpipxidpRouteNextHop OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The host address of the next hop gateway. " ::= { hpipxidpRouteEntry 4 } hpipxidpRouteType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the route was statically configured, direct or learned via RIP. " ::= { hpipxidpRouteEntry 5 } hpipxidpRouteProto OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The actual routing protocol used to determine the route." ::= { hpipxidpRouteEntry 6 } hpipxidpRouteAge OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The age (in seconds) of the route. " ::= { hpipxidpRouteEntry 7 } hpipxidpSAPTable OBJECT-TYPE SYNTAX SEQUENCE OF HpIpxIdpSAPEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The IPX SAP Servers table." ::= { hpipxidp 15 } hpipxidpSAPEntry OBJECT-TYPE SYNTAX HpIpxIdpSAPEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a SAP table entry. " INDEX { hpipxidpSAPType, hpipxidpSAPNet, hpipxidpSAPHost, hpipxidpSAPSocket, hpipxidpSAPIndex } ::= { hpipxidpSAPTable 1 } HpIpxIdpSAPEntry ::= SEQUENCE { hpipxidpSAPType INTEGER, hpipxidpSAPNet INTEGER, hpipxidpSAPHost OCTET STRING, hpipxidpSAPSocket INTEGER, hpipxidpSAPName OCTET STRING, hpipxidpSAPAge INTEGER, hpipxidpSAPHops INTEGER, hpipxidpSAPIfIndex INTEGER, hpipxidpSAPIndex INTEGER } hpipxidpSAPType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The IPX numerical type of server described by this server entry. " ::= { hpipxidpSAPEntry 1 } hpipxidpSAPNet OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The IPX network number of the server described by this server entry. " ::= { hpipxidpSAPEntry 2 } hpipxidpSAPHost OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The IPX host address of the server described by this server entry. " ::= { hpipxidpSAPEntry 3 } hpipxidpSAPSocket OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The IPX socket number at which the server is advertising service." ::= { hpipxidpSAPEntry 4 } hpipxidpSAPName OBJECT-TYPE SYNTAX OCTET STRING (SIZE (48)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of the server described by this server entry. " ::= { hpipxidpSAPEntry 5 } hpipxidpSAPAge OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The age (in seconds) of the server entry. That is, the number of seconds since the entry was updated by the SAP protocol. " ::= { hpipxidpSAPEntry 6 } hpipxidpSAPHops OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of network hops needed to reach the server described by this server entry. " ::= { hpipxidpSAPEntry 7 } hpipxidpSAPIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index, corresponding of a value of ifIndex, identifying the interface through which the server is reachable." ::= { hpipxidpSAPEntry 8 } hpipxidpSAPIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number identifying servers advertised at the same IPX network and host address." ::= { hpipxidpSAPEntry 9 } hplogEvent OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number identifying the last event in the log" ::= { hpLog 1 } hplogBootPoint OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A number identifying the first event in the log since the last reboot" ::= { hpLog 2 } hplogMaxSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A maximum number of enterys that the log table can hold, for exmaple if there have been 3000 events and hplogMaxSize is 1000 than the log table holds events 2001-3000" ::= { hpLog 3 } hpLogTable OBJECT-TYPE SYNTAX SEQUENCE OF HpLogEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The event log for the router." ::= { hpLog 4 } hplogEntry OBJECT-TYPE SYNTAX HpLogEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about event log entry. " INDEX { hplogEvent } ::= { hpLogTable 1 } HpLogEntry ::= SEQUENCE { hplogText OCTET STRING } hplogText OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..128)) ACCESS read-only STATUS mandatory DESCRIPTION "A textual description of the event corrisponding to hplogEvent" ::= { hplogEntry 1 } hplogLastEvent OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..128)) ACCESS read-only STATUS mandatory DESCRIPTION "A textual description of the last event to occur" ::= { hpLog 5 } END