SHIVA-NW-MIB

File: SHIVA-NW-MIB.mib (15959 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
SHIVA-MIB

Imported symbols

Counter TimeTicks DisplayString
OBJECT-TYPE tNetWare

Defined Types

IpxNetNumber  
OCTET STRING Size(4)    

IpxNodeNumber  
OCTET STRING Size(6)    

NetWareName  
OCTET STRING Size(1..47)    

IpxRouteEntry  
SEQUENCE    
  ipxRouteDest IpxNetNumber
  ipxRouteNwIfIndex INTEGER
  ipxRouteHops INTEGER
  ipxRouteTime TimeTicks
  ipxRouteNextHop IpxNodeNumber
  ipxRouteType INTEGER
  ipxRouteProto INTEGER
  ipxRouteAge INTEGER
  ipxRouteUses Counter

SapEntry  
SEQUENCE    
  sapIndex INTEGER
  sapType INTEGER
  sapNet IpxNetNumber
  sapNode IpxNodeNumber
  sapSocket INTEGER
  sapName NetWareName
  sapAge INTEGER
  sapHops INTEGER
  sapNwIfIndex INTEGER

NwifEntry  
SEQUENCE    
  nwifIndex INTEGER
  nwifDescr DisplayString
  nwifType INTEGER
  nwifNetwork IpxNetNumber
  nwifNode IpxNodeNumber
  nwifStatus INTEGER
  nwifIfIndex INTEGER
  nwifHome INTEGER
  nwifNBForward INTEGER

Defined Values

nwIpx 1.3.6.1.4.1.166.4.6.1
OBJECT IDENTIFIER    

nwRip 1.3.6.1.4.1.166.4.6.2
OBJECT IDENTIFIER    

nwSap 1.3.6.1.4.1.166.4.6.3
OBJECT IDENTIFIER    

nwSpx 1.3.6.1.4.1.166.4.6.4
OBJECT IDENTIFIER    

nwIf 1.3.6.1.4.1.166.4.6.5
OBJECT IDENTIFIER    

nwMgmt 1.3.6.1.4.1.166.4.6.6
OBJECT IDENTIFIER    

ipxInReceives 1.3.6.1.4.1.166.4.6.1.1
The number of IPX datagrams received on all interfaces
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxForwDatagrams 1.3.6.1.4.1.166.4.6.1.2
The number of received IPX datagrams which were not addressed directly to the router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxInHdrErrors 1.3.6.1.4.1.166.4.6.1.3
The number of received IPX datagrams which were dropped because of some error in the header, such as a protocol length which was inconsistent with the data-link length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxInDiscards 1.3.6.1.4.1.166.4.6.1.4
The number of received IPX datagrams which were dropped because of a resource error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxInDelivers 1.3.6.1.4.1.166.4.6.1.5
The number of received IPX datagrams delivered to protocol agents within the router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxInUnknownProtos 1.3.6.1.4.1.166.4.6.1.6
The number of packets which were addressed to the node, but for which no protocol handler could be found.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxOutRequests 1.3.6.1.4.1.166.4.6.1.7
The number of IPX datagrams sent on behalf of agents in the router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxOutDiscards 1.3.6.1.4.1.166.4.6.1.8
The number of packets, whether originating locally or remotely, which were not transmitted because of a resource error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxOutNoRoutes 1.3.6.1.4.1.166.4.6.1.9
The number of packets, whether originating locally or remotely, which were not transmitted because there was no known route to the destination network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxNBForwards 1.3.6.1.4.1.166.4.6.1.10
The number of NetBIOS wide-area broadcast packets forwarded by the router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxTooManyHops 1.3.6.1.4.1.166.4.6.1.11
The number of packets which were dropped because the hop count was greater than or equal to 16.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxRouteTable 1.3.6.1.4.1.166.4.6.1.12
This entity's IPX Routing table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxRouteEntry

ipxRouteEntry 1.3.6.1.4.1.166.4.6.1.12.1
A route to a particular destination.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxRouteEntry  

ipxRouteDest 1.3.6.1.4.1.166.4.6.1.12.1.1
The destination IPX network number of this route.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpxNetNumber  

ipxRouteNwIfIndex 1.3.6.1.4.1.166.4.6.1.12.1.2
The nwifIndex of the next hop NetWare interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxRouteHops 1.3.6.1.4.1.166.4.6.1.12.1.3
The number of intervening routers between the agent and the destination network. Directly attached routes have a hop count of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxRouteTime 1.3.6.1.4.1.166.4.6.1.12.1.4
The approximate round-trip transit time, in hundredths of a second, of a 576-byte IPX packet destined for this network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ipxRouteNextHop 1.3.6.1.4.1.166.4.6.1.12.1.5
The IPX node address of the next hop of this route. If the next hop is a directly connected net, the value is the agent's node address on that net.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpxNodeNumber  

ipxRouteType 1.3.6.1.4.1.166.4.6.1.12.1.6
The type of the route. Indicates whether the route is on a directly attached interface or reached through another router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), direct(3), indirect(4)  

ipxRouteProto 1.3.6.1.4.1.166.4.6.1.12.1.7
The routing mechanism by which the route was learned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), rip(2)  

ipxRouteAge 1.3.6.1.4.1.166.4.6.1.12.1.8
The age of the route in seconds. Set to zero if the route is a direct route.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxRouteUses 1.3.6.1.4.1.166.4.6.1.12.1.9
The number of packets that the entity has sent to this network, whether generated internally or forwarded on behalf of another node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxNumRoutes 1.3.6.1.4.1.166.4.6.1.13
The number or routes in this entity's IPX Routing table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ripInMsgs 1.3.6.1.4.1.166.4.6.2.1
The number of RIP packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ripOutMsgs 1.3.6.1.4.1.166.4.6.2.2
The number of RIP packets transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sapInMsgs 1.3.6.1.4.1.166.4.6.3.1
The number of SAP packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sapOutMsgs 1.3.6.1.4.1.166.4.6.3.2
The number of SAP packets transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sapTable 1.3.6.1.4.1.166.4.6.3.3
This entity's Service Advertising Protocol table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SapEntry

sapEntry 1.3.6.1.4.1.166.4.6.3.3.1
An entry in the SAP table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SapEntry  

sapIndex 1.3.6.1.4.1.166.4.6.3.3.1.1
A unique number indicating this entry's ordinal position in the SAP table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

sapType 1.3.6.1.4.1.166.4.6.3.3.1.2
The device type of the server represented by this entry. This can be any 16-bit integer from 1 to 65534.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER novellFileServer(4), novellNacs(35), novellAdvPrintServer(71), novellRemCons(263), shivaNetModem(459), shivaLanRoverE(460), shivaLanRoverT(461)  

sapNet 1.3.6.1.4.1.166.4.6.3.3.1.3
The IPX network number of the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpxNetNumber  

sapNode 1.3.6.1.4.1.166.4.6.3.3.1.4
The IPX node number of the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpxNodeNumber  

sapSocket 1.3.6.1.4.1.166.4.6.3.3.1.5
The IPX socket number of the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sapName 1.3.6.1.4.1.166.4.6.3.3.1.6
The name of the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NetWareName  

sapAge 1.3.6.1.4.1.166.4.6.3.3.1.7
The age of this entry in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sapHops 1.3.6.1.4.1.166.4.6.3.3.1.8
The number of networks between this one and the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sapNwIfIndex 1.3.6.1.4.1.166.4.6.3.3.1.9
The NetWare interface on which information about this server arrived.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sapNumEntries 1.3.6.1.4.1.166.4.6.3.4
The number of entries in this entity's SAP table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwifNumber 1.3.6.1.4.1.166.4.6.5.1
The highest nwifIndex in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwifTable 1.3.6.1.4.1.166.4.6.5.2
A list of NetWare interfaces for this entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NwifEntry

nwifEntry 1.3.6.1.4.1.166.4.6.5.2.1
The description of one of the NetWare interfaces on this entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NwifEntry  

nwifIndex 1.3.6.1.4.1.166.4.6.5.2.1.1
A unique value for each NetWare Interface. Its value is between 1 and the total number of NetWare Interfaces. The value for each interface must remain constant at least from the re-initialization of the entity's network management system to the next re-initialization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwifDescr 1.3.6.1.4.1.166.4.6.5.2.1.2
A text string containing information about the interface. This string is intended for presentation to a human; it must not contain anything but printable ASCII characters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

nwifType 1.3.6.1.4.1.166.4.6.5.2.1.3
The type of interface and encapsulation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), ieee8023(2), ethernet2(3), snap(4), ieee8022(5), dialin(6), ppp(7), rfc1234(8), lantolan(9)  

nwifNetwork 1.3.6.1.4.1.166.4.6.5.2.1.4
IPX network number associated with this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpxNetNumber  

nwifNode 1.3.6.1.4.1.166.4.6.5.2.1.5
IPX node number associated with this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpxNodeNumber  

nwifStatus 1.3.6.1.4.1.166.4.6.5.2.1.6
Status of this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), unlocked(2), locked(3), unconfigured(4), learned(5), guessed(6)  

nwifIfIndex 1.3.6.1.4.1.166.4.6.5.2.1.7
The physical or data-link interface associated with this NetWare interface. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nwifHome 1.3.6.1.4.1.166.4.6.5.2.1.8
An indication of whether or not the entity is homed on this interface, that is to say, an interface on which the entity could perform registrations for services that it chooses to advertise.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER home(1), notHome(2)  

nwifNBForward 1.3.6.1.4.1.166.4.6.5.2.1.9
Indicates whether Novell NetBIOS Wide Area Broadcast packets are forwarded out this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

nwmgmtType 1.3.6.1.4.1.166.4.6.6.1
The device type of the primary network management service advertisement. If the value is shivaUniversal, the server type is coded in nwmgmtName.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER shivaNetModem(459), shivaLanRoverE(460), shivaLanRoverT(461), shivaUniversal(462), ibm8325model002(1386), ibm8325model001(1387), shivaLanRoverEPLUS(1388), shivaLanRoverTPLUS(1389), ibm8235model012(1873), ibm8235model011(1874), shivaLanRoverE115(1947), shivaLanRoverT115(1948), ibm8235model022(1949), ibm8325model021(1950), shivaLanRoverAccessSwitchE(2084), nortelRapport8E(2178), nortelRapport8T(2179), nortelRapportDialupSwitch112E(2216), ibm8325modelI40E(2229), ibm8235modelI40T(2242)  

nwmgmtNet 1.3.6.1.4.1.166.4.6.6.2
The IPX network number of the primary network management service advertisement.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpxNetNumber  

nwmgmtNode 1.3.6.1.4.1.166.4.6.6.3
The IPX node number of the primary network management service advertisement.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpxNodeNumber  

nwmgmtSocket 1.3.6.1.4.1.166.4.6.6.5
The IPX socket number of the primary network management service advertisement.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwmgmtName 1.3.6.1.4.1.166.4.6.6.6
The name of the the primary network management service advertisement.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NetWareName