MIBs Depot

HPN-ICF-IPX-MIB

Registered at
1.3.6.1.4.1.11.2.14.11.15.2.34
Last updated
2004-12-24 10:36
Namespace
hp
Source file
HPN-ICF-IPX-MIB
Digest
sha256:864bef949fdea4d0e777493a4a65fa08e08eb396d27299ad6598f98012c55795

Description

This MIB defines management information used on products which support ipx protocol. It includes 4 parts: 1.ipx interface configuration group - This group contains configurable management information and statistic information on each interface. 2.rip group - Rip means route information protocol. This group contains configurable management information and route status and route statistic information. 3.sap group - Sap means service access group. This group contains all service information. 4.ipx statistics group - This group includes ipx statistic information on all interfaces.

Imports

FromSymbols
HPN-ICF-OID-MIBhpnicfCommon
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

HPN-ICF-IPX-MIB
HPN-ICF-OID-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
EnabledStatus
TEXTUAL-CONVENTION
A simple status value for the object.
current

Objects

NameOIDSyntaxAccessStatus
hpnicfIpxConfig
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.34.1
hpnicfIpxStatus
OBJECT-TYPE
This object is used to enable or disable ipx globally.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.1EnabledStatusread-writecurrent
hpnicfIpxIfConfigTable
OBJECT-TYPE
Table of configurable management information on each interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2not-accessiblecurrent
hpnicfIpxIfConfigEntry
OBJECT-TYPE
An entry in the table, containing management information about a single interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1not-accessiblecurrent
hpnicfIpxIfIndex
OBJECT-TYPE
This variable uniquely identifies the interface to which the configurations are applied.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.1Integer32 (1..2147483647)not-accessiblecurrent
hpnicfIpxIfNetId
OBJECT-TYPE
The network number of the IPX address of this interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.2OCTET STRING (SIZE(4))read-createcurrent
hpnicfIpxIfNodeId
OBJECT-TYPE
The node number of the IPX address of this interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.3OCTET STRING (SIZE(6))read-onlycurrent
hpnicfIpxIfSplitHorizon
OBJECT-TYPE
This node is used to set the split horizon status. Its default value is 'enabled'. In this case, the interface which receives a message can't send this message from the same interface. This function can avoid route loop. But it is unused for point to point link. If it is set to 'disabled', split horizon is disable.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.4EnabledStatusread-createcurrent
hpnicfIPxIfTick
OBJECT-TYPE
This object is used to set this interface's delay time. It is counted by ticks which is 1/18 second. By default, the ethernet interface's delay time is 1 tick, asynchronous serial interface's delay time is 30 ticks, WAN interface's delay time is 6 ticks.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.5Integer32 (1..30000)read-createcurrent
hpnicfIpxIfUpdateChangeOnly
OBJECT-TYPE
When this variable is set to 'enabled', updating change is on. And sap and rip will send updating packets periodically to avoid broadcast storm. Whereas updating change is off.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.6EnabledStatusread-createcurrent
hpnicfIpxIfRipMtu
OBJECT-TYPE
This variable is used to define the max length of RIP updating packets.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.7Integer32 (432..1500)read-createcurrent
hpnicfIpxIfEncapsuleType
OBJECT-TYPE
This node is used to define the encapsulating form of IPX packets. 'dot2' indicates the form is 802.2, while 'dot3' means 802.3. And 'snap' indicates the form is ethernet-snap. It takes effect only on ethernet interface, and the default value is 'dot3', while 'unkown' for other types of port.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.8INTEGER {dot2(1), dot3(2), ethernet-2(3), snap(4), unkown(5)}read-createcurrent
hpnicfIpxIfNetbiosPropagation
OBJECT-TYPE
This node is used to configure whether the current interface can forward broadcasting packets which IPX type is 20 used for NetBIOS.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.9EnabledStatusread-createcurrent
hpnicfIpxIfSapStatus
OBJECT-TYPE
The status of sap on the current interface. It is enabled when ipx is enabled on this interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.10EnabledStatusread-createcurrent
hpnicfIpxIfSapMtu
OBJECT-TYPE
This variable is used to define the max length of SAP refreshing packets.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.11Integer32 (480..1500)read-createcurrent
hpnicfIpxIfGnsReply
OBJECT-TYPE
This object is used to enable or disable the current interface to response the IPX GNS request.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.12EnabledStatusread-createcurrent
hpnicfIpxIfRowStatus
OBJECT-TYPE
The status of this row. To create a row, user can select 'createAndGo'. If the row is created successfully, this object will became 'active'. To delete one row, user can select 'destory' and the row will be deleted.
1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.13RowStatusread-createcurrent
hpnicfIpxRip
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.34.2
hpnicfIpxRouteMultiplier
OBJECT-TYPE
This node is used to calculate Rip aging time of route information. The absolute aging time = (hpnicfIpxRouteMultiplier * hpnicfIpxRouteUpdateTimer).
1.3.6.1.4.1.11.2.14.11.15.2.34.2.1Integer32 (1..1000)read-writecurrent
hpnicfIpxRouteUpdateTimer
OBJECT-TYPE
This node is used to set rip updating time which is based on seconds
1.3.6.1.4.1.11.2.14.11.15.2.34.2.2Integer32 (10..60000)read-writecurrent
hpnicfIpxRouteImpRouteStatic
OBJECT-TYPE
This object determines whether static route can be imported.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.3EnabledStatusread-writecurrent
hpnicfIpxRouteLoadBalancePaths
OBJECT-TYPE
This object defines the max equivalent paths to the same destination. If the newly defined value is smaller than the current value, the routes out of the new value will be set inactive.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.4Integer32 (1..64)read-writecurrent
hpnicfIpxRouteMaxResPaths
OBJECT-TYPE
This object defines the max dynamic routes to the same destination. If the newly defined value is smaller than the current value, the routes will not be deleted until they age out or are deleted manually.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.5Integer32 (1..255)read-writecurrent
hpnicfIpxRouteTable
OBJECT-TYPE
This table contains all dynamic and direct ipx route information of this system. The information of this table is read only.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.6not-accessiblecurrent
hpnicfIpxRouteEntry
OBJECT-TYPE
Each entry includes a dynamic or direct route.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.6.1not-accessiblecurrent
hpnicfIpxRouteIndex
OBJECT-TYPE
This object uniquely identifies a route.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.6.1.1Integer32not-accessiblecurrent
hpnicfIpxRouteDestNetId
OBJECT-TYPE
The destination network number of this route information, and its value ranges from 1 to 0xfffffffe.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.6.1.2OCTET STRING (SIZE(4))read-onlycurrent
hpnicfIpxRouteNextHop
OBJECT-TYPE
The next hop of this route.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.6.1.3OCTET STRING (SIZE(10))read-onlycurrent
hpnicfIpxRoutePro
OBJECT-TYPE
The protocol type of this route information.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.6.1.4INTEGER {direct(1), rip(2)}read-onlycurrent
hpnicfIpxRoutePre
OBJECT-TYPE
The preference of this route information. The direct route's preference is 0, and it can't be modified. Dynamic route's default preference is 100.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.6.1.5Integer32read-onlycurrent
hpnicfIpxRouteTicks
OBJECT-TYPE
The time, in ticks, that the packet takes to reach the destination.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.6.1.6Integer32 (1..65534)read-onlycurrent
hpnicfIpxRouteHops
OBJECT-TYPE
The object indicates the number of hops that the packet must be passed through to reach the destination.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.6.1.7Integer32 (0..15)read-onlycurrent
hpnicfIpxRouteTime
OBJECT-TYPE
The aging time of this route information. The aging time of static and interface route information is 0.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.6.1.8Integer32 (0..60000000)read-onlycurrent
hpnicfIpxRouteOutInterface
OBJECT-TYPE
The out interface of this route information.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.6.1.9OCTET STRING (SIZE(1..30))read-onlycurrent
hpnicfIpxStaticRouteTable
OBJECT-TYPE
This table contains all static ipx route information of this system.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.7not-accessiblecurrent
hpnicfIpxStaticRouteEntry
OBJECT-TYPE
Each entry includes one static route information.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.7.1not-accessiblecurrent
hpnicfIpxStaticRouteDestNetId
OBJECT-TYPE
The index of Static Route Table. This object and hpnicfIpxStaticRouteNextHop uniquely identify a static route. The destination network number of this static route information,and its value ranges from 1 to 0xfffffffe. Note that the broadcast network number is 0xffffffff and is not allowed in IPX. The network number of 0xfffffffe would be considered to be the network number of default route.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.7.1.1OCTET STRING (SIZE(4))not-accessiblecurrent
hpnicfIpxStaticRouteNextHop
OBJECT-TYPE
The sub-index of Static Route Table. The next hop of this static route information.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.7.1.2OCTET STRING (SIZE(10))not-accessiblecurrent
hpnicfIpxStaticRoutePre
OBJECT-TYPE
The preference of this route information. Static route's preference is 60, and it can be configured.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.7.1.3Integer32 (1..255)read-createcurrent
hpnicfIpxStaticRouteOutIf
OBJECT-TYPE
The out interface of this route. This interface can be serial or pos interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.7.1.4OCTET STRING (SIZE(1..30))read-createcurrent
hpnicfIpxStaticRouteTicks
OBJECT-TYPE
The time, in ticks that the packet takes to reach the destination with the static route.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.7.1.5Integer32 (1..65534)read-createcurrent
hpnicfIpxStaticRouteHops
OBJECT-TYPE
This object indicates how many hops are needed to arrive at the destination network.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.7.1.6Integer32 (1..15)read-createcurrent
hpnicfIpxStaticRouteStatus
OBJECT-TYPE
The status of this static route.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.7.1.7INTEGER {active(1), inactive(2)}read-createcurrent
hpnicfIpxStaticRouteRowStatus
OBJECT-TYPE
The status of this row. To create a row, user can select 'createAndGo'. If the row is created successfully, this object will became 'active'. To delete one row, user can select 'destory' and the row will be deleted.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.7.1.8RowStatusread-createcurrent
hpnicfIpxRouteStatTable
OBJECT-TYPE
A table includes all statistic route information.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.8not-accessiblecurrent
hpnicfIpxRouteStatEntry
OBJECT-TYPE
An entry records a statistic information of route.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.8.1not-accessiblecurrent
hpnicfIpxRouteStatPro
OBJECT-TYPE
The protocol type of the route information. The value of 'total' is the total amount of all kinds of IPX routes.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.8.1.1INTEGER {direct(1), static(2), rip(3), default(4), total(5)}not-accessiblecurrent
hpnicfIpxRouteStatRoutes
OBJECT-TYPE
The route amount of the corresponding protocol type.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.8.1.2Counter32read-onlycurrent
hpnicfIpxRouteStatActives
OBJECT-TYPE
The active route amount of the corresponding protocol type.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.8.1.3Counter32read-onlycurrent
hpnicfIpxRouteStatAddeds
OBJECT-TYPE
The added route amount of the corresponding protocol type.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.8.1.4Counter32read-onlycurrent
hpnicfIpxRouteStatDeleteds
OBJECT-TYPE
The deleted but not freed route amount of the corresponding protocol type.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.8.1.5Counter32read-onlycurrent
hpnicfIpxRouteStatFreeds
OBJECT-TYPE
The freed route amount of the corresponding protocol type.
1.3.6.1.4.1.11.2.14.11.15.2.34.2.8.1.6Counter32read-onlycurrent
hpnicfIpxSap
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.34.3
hpnicfIpxSapMultiplier
OBJECT-TYPE
This node is used to calculate aging time of service information. The absolute aging time = (hpnicfIpxSapMultiplier * hpnicfIpxSapUpdateTimer).
1.3.6.1.4.1.11.2.14.11.15.2.34.3.1Integer32 (1..1000)read-writecurrent
hpnicfIpxSapUpdateTimer
OBJECT-TYPE
This node is used to set service packet updating time which is based on seconds.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.2Integer32 (10..60000)read-writecurrent
hpnicfIpxSapGnsLoadBalance
OBJECT-TYPE
This object is used to set whether the system will reply to the GNS request with the Round-Robin way. By default, the system will response to the GNS request with the servers known to the device in turn, preventing from the nearest server's over loading. With value of disabled, in this way, the system will response to the request with the nearest server(who has smallest hop in system's service information table).
1.3.6.1.4.1.11.2.14.11.15.2.34.3.3EnabledStatusread-writecurrent
hpnicfIpxSapMaxResServers
OBJECT-TYPE
This object is used to configure maximum number of servers of a type. If the newly defined value is smaller than the previous value, the information out of the value will not be deleted. If the queue reaches to the maximum number, no new information can be added.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.4Integer32 (1..2048)read-writecurrent
hpnicfIpxServiceTable
OBJECT-TYPE
This table inlcudes all dynamic service information. The dynamic service information can be read only.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.5not-accessiblecurrent
hpnicfIpxServiceEntry
OBJECT-TYPE
One entry records one service
1.3.6.1.4.1.11.2.14.11.15.2.34.3.5.1not-accessiblecurrent
hpnicfIpxServiceIndex
OBJECT-TYPE
This object uniquely identifies a service information.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.5.1.1Integer32not-accessiblecurrent
hpnicfIpxServiceName
OBJECT-TYPE
The name of the service.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.5.1.2OCTET STRING (SIZE(1..47))read-onlycurrent
hpnicfIpxServiceType
OBJECT-TYPE
The service type.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.5.1.3OCTET STRING (SIZE(2))read-onlycurrent
hpnicfIpxServiceNetId
OBJECT-TYPE
The IPX network number portion of the IPX address of the service.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.5.1.4OCTET STRING (SIZE(4))read-onlycurrent
hpnicfIpxServiceNodeId
OBJECT-TYPE
The IPX node number portion of the IPX address of the service.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.5.1.5OCTET STRING (SIZE(6))read-onlycurrent
hpnicfIpxServiceSocketNo
OBJECT-TYPE
The socket portion of the IPX address of the service
1.3.6.1.4.1.11.2.14.11.15.2.34.3.5.1.6OCTET STRING (SIZE(2))read-onlycurrent
hpnicfIpxServicePreference
OBJECT-TYPE
The service preference of the service
1.3.6.1.4.1.11.2.14.11.15.2.34.3.5.1.7Integer32read-onlycurrent
hpnicfIpxServiceHops
OBJECT-TYPE
The hops from the device to the server.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.5.1.8Integer32 (0..15)read-onlycurrent
hpnicfIpxServiceRecvIf
OBJECT-TYPE
Interface from which the service is receieved
1.3.6.1.4.1.11.2.14.11.15.2.34.3.5.1.9OCTET STRING (SIZE(1..30))read-onlycurrent
hpnicfIpxStaticServiceTable
OBJECT-TYPE
This table inlcudes all static service information. This table supports to creation and deletione of a static service, but not supports to modification
1.3.6.1.4.1.11.2.14.11.15.2.34.3.6not-accessiblecurrent
hpnicfIpxStaticServiceEntry
OBJECT-TYPE
An entry records one service
1.3.6.1.4.1.11.2.14.11.15.2.34.3.6.1not-accessiblecurrent
hpnicfIpxStaticServiceType
OBJECT-TYPE
The index of static service table.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.6.1.1OCTET STRING (SIZE(2))not-accessiblecurrent
hpnicfIpxStaticServiceName
OBJECT-TYPE
The sub-index of static service table. The name of the service.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.6.1.2OCTET STRING (SIZE(1..47))not-accessiblecurrent
hpnicfIpxStaticServiceNetId
OBJECT-TYPE
The sub-index of static service table. The IPX network number portion of the IPX address of the service.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.6.1.3OCTET STRING (SIZE(4))not-accessiblecurrent
hpnicfIpxStaticServiceNodeId
OBJECT-TYPE
The IPX node number portion of the IPX address of the service.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.6.1.4OCTET STRING (SIZE(6))read-createcurrent
hpnicfIpxStatciServiceSocketNo
OBJECT-TYPE
The socket portion of the IPX address of the service.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.6.1.5OCTET STRING (SIZE(2))read-createcurrent
hpnicfIpxStaticServicePreference
OBJECT-TYPE
The service preference of the server.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.6.1.6Integer32 (1..255)read-createcurrent
hpnicfIpxStaticServiceHops
OBJECT-TYPE
The hops from the device to the server.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.6.1.7Integer32 (1..15)read-createcurrent
hpnicfIpxStaticServiceStatus
OBJECT-TYPE
The status of the service that you created. The value of this object is determined by system.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.6.1.8INTEGER {active(1), inactive(2)}read-createcurrent
hpnicfIpxStaticServiceRowStatus
OBJECT-TYPE
The status of this row. To create a row, user can select 'createAndGo'. If the row is created successfully, this object will became 'active'. To delete one row, user can select 'destory' and the row will be deleted.
1.3.6.1.4.1.11.2.14.11.15.2.34.3.6.1.9RowStatusread-createcurrent
hpnicfIpxStat
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.34.4
hpnicfIpxStatGlobal
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1
hpnicfIpxStatTotalReceives
OBJECT-TYPE
The total number of packets received.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.1Counter32read-onlycurrent
hpnicfIpxStatPitchs
OBJECT-TYPE
The number of received packets filled by device when forwarding or delivering up to upper protocol.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.2Counter32read-onlycurrent
hpnicfIpxStatLenErrors
OBJECT-TYPE
The number of received packets discarded due to length error.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.3Counter32read-onlycurrent
hpnicfIpxStatFormatErrors
OBJECT-TYPE
The number of received packets discarded due to format error.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.4Counter32read-onlycurrent
hpnicfIpxStatBadHops
OBJECT-TYPE
The number of received packets which's value of field Hops is greater than 16.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.5Counter32read-onlycurrent
hpnicfIpxStatHopsDiscards
OBJECT-TYPE
The number of received packets of which hops portion is equal to 16.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.6Counter32read-onlycurrent
hpnicfIpxStatOtherErrors
OBJECT-TYPE
The number of received packets discarded due to other error.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.7Counter32read-onlycurrent
hpnicfIpxStatLocalDests
OBJECT-TYPE
The number of received packets which destination is the local device. Note that this would include the IPX NetBIOS propagation packets and those broadcast packets just to the network on which local device resides.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.8Counter32read-onlycurrent
hpnicfIpxStatCantDeals
OBJECT-TYPE
The number of received packets with which can't be dealt. One possible reason for discarding such a packet would be receiving a packet of an unknown or unsupported protocol.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.9Counter32read-onlycurrent
hpnicfIpxStatForwards
OBJECT-TYPE
The number of received packets to be forwarded in the case that the entity was not their final destination.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.10Counter32read-onlycurrent
hpnicfIpxStatGenerates
OBJECT-TYPE
The number of sent packets that the device generated itself.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.11Counter32read-onlycurrent
hpnicfIpxStatNoRoutes
OBJECT-TYPE
The number of packets discarded due to no route to the destination was found in routing table.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.12Counter32read-onlycurrent
hpnicfIpxStatOutDiscards
OBJECT-TYPE
The number of packets to be discarded when sending out. Note that this counter would not include the packet(s) discarded due to no route.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.13Counter32read-onlycurrent
hpnicfIpxStatRipSends
OBJECT-TYPE
The total number of RIP packets sent.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.14Counter32read-onlycurrent
hpnicfIpxStatRipReceives
OBJECT-TYPE
The total number of RIP packets received.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.15Counter32read-onlycurrent
hpnicfIpxStaRipRspSends
OBJECT-TYPE
The total number of RIP response packets sent.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.16Counter32read-onlycurrent
hpnicfIpxStaRipRspReceives
OBJECT-TYPE
The total number of RIP response packets received.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.17Counter32read-onlycurrent
hpnicfIpxStatRipReqReceives
OBJECT-TYPE
The total number of RIP request packets received.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.18Counter32read-onlycurrent
hpnicfIpxStatRipReqDeals
OBJECT-TYPE
The total number of RIP request packets dealt with.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.19Counter32read-onlycurrent
hpnicfIpxStatRipReqSends
OBJECT-TYPE
The total number of RIP request packets sent.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.20Counter32read-onlycurrent
hpnicfIpxStatRipPeriUpdates
OBJECT-TYPE
The total number of periodic update RIP packets sent.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.21Counter32read-onlycurrent
hpnicfIpxStatSapGenReqReceives
OBJECT-TYPE
The total number of SAP general request packets received.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.22Counter32read-onlycurrent
hpnicfIpxStatSapSpecReqReceives
OBJECT-TYPE
The total number of SAP specific request packets received.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.23Counter32read-onlycurrent
hpnicfIpxStatSapGnsReqReceives
OBJECT-TYPE
The total number of SAP GNS request packets received.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.24Counter32read-onlycurrent
hpnicfIpxStatSapGenRspSends
OBJECT-TYPE
The total number of SAP general response packets sent.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.25Counter32read-onlycurrent
hpnicfIpxStatSapSpecRspSends
OBJECT-TYPE
The total number of SAP specific response packets sent.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.26Counter32read-onlycurrent
hpnicfIpxStatSapGnsRspSends
OBJECT-TYPE
The total number of SAP GNS response packets sent.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.27Counter32read-onlycurrent
hpnicfIpxStatSapPeriUpdates
OBJECT-TYPE
The total number of SAP periodic update packets sent.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.28Counter32read-onlycurrent
hpnicfIpxStatSapInPktErrors
OBJECT-TYPE
The total number of SAP error packets received.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.1.29Counter32read-onlycurrent
hpnicfIpxStatInterface
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2
hpnicfIpxIfStatTable
OBJECT-TYPE
The table of the statistic information on each interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1not-accessiblecurrent
hpnicfIpxIfStatEntry
OBJECT-TYPE
The entry of the statistic table.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1not-accessiblecurrent
hpnicfIpxIfStatIndex
OBJECT-TYPE
The index of the table's entry. According to the interface's index.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.1Integer32 (1..2147483647)not-accessiblecurrent
hpnicfIpxIfStatNetId
OBJECT-TYPE
The network number of the IPX address of this interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.2OCTET STRING (SIZE(4))read-onlycurrent
hpnicfIpxIfStatNodeId
OBJECT-TYPE
The node number of the IPX address of this interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.3OCTET STRING (SIZE(6))read-onlycurrent
hpnicfIpxIfStatIpxReceives
OBJECT-TYPE
The total number of packets received on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.4Counter32read-onlycurrent
hpnicfIpxIfStatIpxSends
OBJECT-TYPE
The total number of packets sent on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.5Counter32read-onlycurrent
hpnicfIpxIfStatIpxRecvBytes
OBJECT-TYPE
The total number of bytes received on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.6Counter32read-onlycurrent
hpnicfIpxIfStatIpxSendBytes
OBJECT-TYPE
The total number of bytes sent on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.7Counter32read-onlycurrent
hpnicfIpxIfStatRipReceives
OBJECT-TYPE
The total number of RIP packets received on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.8Counter32read-onlycurrent
hpnicfIpxIfStatRipSends
OBJECT-TYPE
The total number of RIP packets sent on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.9Counter32read-onlycurrent
hpnicfIpxIfStatRipDiscards
OBJECT-TYPE
The total number of RIP packets discarded on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.10Counter32read-onlycurrent
hpnicfIpxIfStatRipSpecReqReceives
OBJECT-TYPE
The total number of RIP specific request packets received on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.11Counter32read-onlycurrent
hpnicfIpxIfStatRipSpecRspSends
OBJECT-TYPE
The total number of RIP specific response packets sent on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.12Counter32read-onlycurrent
hpnicfIpxIfStatRipGenReqReceives
OBJECT-TYPE
The total number of RIP general request packets received on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.13Counter32read-onlycurrent
hpnicfIpxIfStatRipGenRspSends
OBJECT-TYPE
The total number of RIP general response packets sent on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.14Counter32read-onlycurrent
hpnicfIpxIfStatSapReceives
OBJECT-TYPE
The total number of SAP packets received on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.15Counter32read-onlycurrent
hpnicfIpxIfStatSapSends
OBJECT-TYPE
The total number of SAP packets sent on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.16Counter32read-onlycurrent
hpnicfIpxIfStatSapDiscards
OBJECT-TYPE
The total number of SAP packets discarded on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.17Counter32read-onlycurrent
hpnicfIpxIfStatSapGnsReqReceives
OBJECT-TYPE
The total number of SAP GNS response packets received on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.18Counter32read-onlycurrent
hpnicfIpxIfStatSapGnsRspSends
OBJECT-TYPE
The total number of SAP GNS response packets sent on the interface.
1.3.6.1.4.1.11.2.14.11.15.2.34.4.2.1.1.19Counter32read-onlycurrent