A3Com-IPX-r5-MIB

File: A3Com-IPX-r5-MIB.mib (58323 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC1286-MIB
RFC-1212

Imported symbols

enterprises PhysAddress DisplayString
MacAddress OBJECT-TYPE

Defined Types

SMDSAddress  
OCTET STRING Size(8)    

RowStatus  
INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)    

IPXNET  
OCTET STRING Size(4)    

A3ipxControlEntry  
SEQUENCE    
  a3ipxControlPort INTEGER
  a3ipxControlRoute INTEGER
  a3ipxControlWanBcast INTEGER
  a3ipxControlChecksum INTEGER
  a3ipxControlWanOpt INTEGER

A3ipxRipControlEntry  
SEQUENCE    
  a3ipxRipControlPort INTEGER
  a3ipxRipControlSwitch INTEGER
  a3ipxRipControlTrigger INTEGER
  a3ipxRipControlPoison INTEGER
  a3ipxRipControlMapOpt INTEGER
  a3ipxRipControlWanOpt INTEGER
  a3ipxRipControlPerRip INTEGER
  a3ipxRipControlPerSap INTEGER
  a3ipxRipControlTalk INTEGER
  a3ipxRipControlListen INTEGER
  a3ipxSapControlTalk INTEGER
  a3ipxSapControlListen INTEGER
  a3ipxRipCtl INTEGER
  a3ipxSapCtl INTEGER

A3ipxWaAddrEntry  
SEQUENCE    
  a3ipxWaAddrEthAddress MacAddress
  a3ipxWaAddrPort INTEGER
  a3ipxWaAddrDLType INTEGER
  a3ipxWaAddrDLAddress PhysAddress
  a3ipxWaAddrStatus RowStatus

A3ipxAttachedNetEntry  
SEQUENCE    
  a3ipxAttachedNetNumber IPXNET
  a3ipxAttachedNetPort INTEGER
  a3ipxAttachedNetFormat INTEGER
  a3ipxAttachedNetType INTEGER
  a3ipxAttachedNetOperState INTEGER
  a3ipxAttachedNetStatus RowStatus

A3ipxRouteEntry  
SEQUENCE    
  a3ipxRouteDestNet IPXNET
  a3ipxRouteAttachedNet IPXNET
  a3ipxRouteDLType INTEGER
  a3ipxRouteDLAddress PhysAddress
  a3ipxRouteHops INTEGER
  a3ipxRouteType INTEGER
  a3ipxRouteProto INTEGER
  a3ipxRouteDelay INTEGER
  a3ipxRouteStatus RowStatus

A3ipxServerEntry  
SEQUENCE    
  a3ipxServerName DisplayString Size(0..47)
  a3ipxServerType OCTET STRING Size(2)
  a3ipxServerNet IPXNET
  a3ipxServerDLAddress MacAddress
  a3ipxServerSocket OCTET STRING Size(2)
  a3ipxServerProto INTEGER
  a3ipxServerStatus RowStatus

A3ipxX25configEntry  
SEQUENCE    
  a3ipxX25configPort INTEGER
  a3ipxX25configPID INTEGER 1..ff
  a3ipxX25configQueueSize INTEGER 1..128
  a3ipxX25configVClimit INTEGER 1..63
  a3ipxX25configVCtimer INTEGER 1..512
  a3ipxX25configProfId INTEGER 0..128

A3ipxSmdsGroupAddressEntry  
SEQUENCE    
  a3ipxSmdsGaIpxPort INTEGER
  a3ipxSmdsGaAddress SMDSAddress

A3ipxPreferredSvrEntry  
SEQUENCE    
  a3ipxPrefSvrPort INTEGER
  a3ipxPrefSvrName DisplayString Size(0..47)
  a3ipxPrefSvrStatus RowStatus

A3ipxPortconfigEntry  
SEQUENCE    
  a3ipxPortconfigPort INTEGER
  a3ipxRipUpdateTime INTEGER 10..65535
  a3ipxSapUpdateTime INTEGER 10..65535
  a3ipxDefMetricHops INTEGER 0..15
  a3ipxDefMetricTicks INTEGER 1..65535

A3ipxSpoofCtlEntry  
SEQUENCE    
  a3ipxSpoofCtlPort INTEGER
  a3ipxSpoofCtlWatchdog INTEGER

Defined Values

a3Com 1.3.6.1.4.1.43
OBJECT IDENTIFIER    

brouterMIB 1.3.6.1.4.1.43.2
OBJECT IDENTIFIER    

a3ComIPX 1.3.6.1.4.1.43.2.7
OBJECT IDENTIFIER    

a3ipxGeneral 1.3.6.1.4.1.43.2.7.1
OBJECT IDENTIFIER    

a3ipxControl 1.3.6.1.4.1.43.2.7.1.7
OBJECT IDENTIFIER    

a3ipxRouteControl 1.3.6.1.4.1.43.2.7.1.1
If this object is set to enabled(1), then IPX routing is enabled. If this object is set to disabled(2), then IPX routing is disabled. Note, if this is disabled(2), then RIP is disabled as well (for all Ports). If this is set to disabled(2), then all dynamic routing entries will be removed. All entries in the server table will be removed as well. NOTE: for NETBuilders running sw version 8.0 and greater, this object is no longer supported. a3ipxControlTable has replaced its functionality.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxWanBcastControl 1.3.6.1.4.1.43.2.7.1.2
If this object is enabled(1), then the IPX router makes copies of all received WAN broadcast packets and forwards them to all ports other than the one on which that packet was received. NOTE: for NETBuilders running sw version 8.0 and greater, this object is no longer supported. a3ipxControlTable has replaced its functionality.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxUpdateTime 1.3.6.1.4.1.43.2.7.1.3
This parameter specifies how often the router sends both RIP and SAP regular updates to exhange routing and service information. This parameter is defined in units of seconds. NOTE: for NETBuilders running sw version 8.0 and greater, this object is no longer supported. a3ipxRipUpdateTime and a3ipxSapUpdateTime have replaced its functionality.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 10..65535  

a3ipxFlushRipSap 1.3.6.1.4.1.43.2.7.1.4
This object is used to remove dynamic routing and or sap entries quickly and efficiently. Setting this object to rip (2) causes all dynamically entered routes to be removed from a3ipxRouteTable. If this object is set to sap (3), all dynamicaly learned sap entries will be removed from a3ipxServerTable. If this object is set to both (4), all dynamic entries will be removed from both the routing table (a3ipxRouteTable) and the sap table (a3ipxServerTable). If a GET REQUEST is received for this object, other (1) will be returned. Setting this object to other (1) will have no effect on any routing or sap entries.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), rip(2), sap(3), both(4)  

a3ipxInternalNet 1.3.6.1.4.1.43.2.7.1.5
This object represents the router's internal network number. This is used during IPX WAN negotiation and is the basis on which the MASTER/SLAVE selection is made. The router with the lowest internal network number becomes the SLAVE of the link.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IPXNET  

a3ipxRouterName 1.3.6.1.4.1.43.2.7.1.6
This object specifies the router's symbolic name and is used during IPX WAN negotiations to build RIP/SAP Information Request/Response packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..48)  

a3ipxControlTable 1.3.6.1.4.1.43.2.7.1.7.1
A list of port-specific IPX control parmeters. This table is used currently to control ipx routing, WAN broadcasts, and WAN checksums.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ipxControlEntry

a3ipxControlEntry 1.3.6.1.4.1.43.2.7.1.7.1.1
Each entry in this table applies control over a seperate port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ipxControlEntry  

a3ipxControlPort 1.3.6.1.4.1.43.2.7.1.7.1.1.1
The IPX port to which this entry applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ipxControlRoute 1.3.6.1.4.1.43.2.7.1.7.1.1.2
If this object is set to enabled(1), then IPX routing is enabled. If this object is set to disabled(2), then IPX routing is disabled. Note, if this is disabled(2), then RIP is disabled as well (for this Port). If this is set to disabled(2), then all dynamic routing entries will be removed. All entries in the server table will be removed as well.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxControlWanBcast 1.3.6.1.4.1.43.2.7.1.7.1.1.3
If this object is enabled(1), then the IPX router makes copies of all received WAN broadcast packets and forwards them to all ports other than the one on which that packet was received.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxControlChecksum 1.3.6.1.4.1.43.2.7.1.7.1.1.4
If this object is set to enabled(1), Checksum will be generated and checked on IPX packet over WAN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxControlWanOpt 1.3.6.1.4.1.43.2.7.1.7.1.1.5
This object is used to enable or disable the IPX WAN feature on a specific port. IPX WAN is the protocol Novell IPX uses to exchange necessary router to router information prior to exchanging IPX RIP and SAP information over various WAN links. If this object has the value wan(1), the feature is enabled. Otherwise it is disabled. This object applies only to WAN ports. For software release 7.0, only ports supporting PPP offer this feature.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER wan(1), noWan(2)  

a3ipxRipControlTable 1.3.6.1.4.1.43.2.7.2
A list of RIP Control parameter entries
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ipxRipControlEntry

a3ipxRipControlEntry 1.3.6.1.4.1.43.2.7.2.1
A list of parameters that determin how IPX updates its routing table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ipxRipControlEntry  

a3ipxRipControlPort 1.3.6.1.4.1.43.2.7.2.1.1
The IPX port to which this entry applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ipxRipControlSwitch 1.3.6.1.4.1.43.2.7.2.1.2
If this object is set to enabled(1), IPX RIP exchanges RIP information with its neighbors and maintains the routing table dynamically. If this object is set to disabled(2), dynamic learning is stopped and no RIP updates are generated. NOTE: this object is no longer supported by NETBuilders running sw version 8.0 and greater. The objects a3ipxRipControlTalk, a3ipxRipControlListen, a3ipxSapControlTalk, and a3ipxSapControlListen have replaced this object's functionality.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxRipControlTrigger 1.3.6.1.4.1.43.2.7.2.1.3
If this object is set to enabled(1), triggered responses are sent when the network topology changes, allowing the network to calculate potentially better routes. If this object is disabled(2), topology change responses are not sent immediately, but are included in the regular updates.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxRipControlPoison 1.3.6.1.4.1.43.2.7.2.1.4
If this object is set to enabled(1), Split Horizon with Poison Reverse is performed. If this object is set to disabled(2), the router omits routes learned from one neighbor in regular updates sent to that neighbor.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxRipControlMapOpt 1.3.6.1.4.1.43.2.7.2.1.5
X.25 addresses and Frame Relay DLCIs can be mapped in two different ways: by using IPX network numbers as previously implemented (OldNbrMap) or by using the Ethernet address of the remote NETBuilder currently implemented (NewNbrMap). This option is set to NewNbrMap by default, but OldNbrMap should be selected to interoperate with a neighbor running earlier than 5.0 bridge/router software.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER oldNbrMap(1), newNbrMap(2)  

a3ipxRipControlWanOpt 1.3.6.1.4.1.43.2.7.2.1.6
This object is used to enable or disable the IPX WAN feature on a specific port. IPX WAN is the protocol Novell IPX uses to exchange necessary router to router information prior to exchanging IPX RIP and SAP information over various WAN links. If this object has the value wan(1), the feature is enabled. Otherwise it is disabled. This object applies only to WAN ports. For software release 7.0, only ports supporting PPP offer this feature.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER wan(1), noWan(2)  

a3ipxRipControlPerRip 1.3.6.1.4.1.43.2.7.2.1.7
This object is used to specify how this router generates IPX RIP updates. If this object is set to periodicRip(1), the router will generate RIP updates periodically. If this object is set to nonPeriodicRip(2), the router will generate incremental updates. When selecting this option, make sure that all participating routers use the same option.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER periodicRip(1), nonPeriodicRip(2)  

a3ipxRipControlPerSap 1.3.6.1.4.1.43.2.7.2.1.8
This object is used to specify how this router generates IPX SAP updates. If this object is set to periodicSap(1), the router will generate SAP updates periodically. If this object is set to nonPeriodicSap(2), the router will generate incremental updates. When selecting this option, make sure that all participating routers use the same option.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER periodicSap(1), nonPeriodicSap(2)  

a3ipxRipControlTalk 1.3.6.1.4.1.43.2.7.2.1.9
This object controls the transmission of IPX RIP updates on this port. If enabled, IPX RIP updates are sent. If disabled, they are not sent.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxRipControlListen 1.3.6.1.4.1.43.2.7.2.1.10
This object determines if IPX RIP updates are accepted over this port. If this object is enabled(1), then the IPX router listens to the incoming RIP updates. If this object is set to disabled(2), then the IPX router does not listen for IPX RIP updates.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxSapControlTalk 1.3.6.1.4.1.43.2.7.2.1.11
This object controls the transmission of IPX SAP updates on this port. If enabled, IPX SAP updates are sent. If disabled, they are not sent.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxSapControlListen 1.3.6.1.4.1.43.2.7.2.1.12
This object determines if IPX SAP updates are accepted over this port. If this object is enabled(1), then the IPX router listens to the incoming SAP updates. If this object is set to disabled(2), then the IPX router does not listen for IPX SAP updates.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxRipCtl 1.3.6.1.4.1.43.2.7.2.1.13
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER talkListen(1), talkNoListen(2), noTalkListen(3), noTalkNoListen(4), auto(5)  

a3ipxSapCtl 1.3.6.1.4.1.43.2.7.2.1.14
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER talkListen(1), talkNoListen(2), noTalkListen(3), noTalkNoListen(4), auto(5)  

a3ipxWaAddrTable 1.3.6.1.4.1.43.2.7.3
A list of IPX entities reachable across a wide area network.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ipxWaAddrEntry

a3ipxWaAddrEntry 1.3.6.1.4.1.43.2.7.3.1
Each entry contains the WAN Address of an IPX entity. Each entry also contains the IPX port over which the entity can be reached.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ipxWaAddrEntry  

a3ipxWaAddrEthAddress 1.3.6.1.4.1.43.2.7.3.1.1
The Ethernet address (IPX Node ID) of a remote IPX entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

a3ipxWaAddrPort 1.3.6.1.4.1.43.2.7.3.1.2
The IPX port through which the IPX entity identified by a3ipxWaAddrEthAddress can be reached.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

a3ipxWaAddrDLType 1.3.6.1.4.1.43.2.7.3.1.3
The type of address that is returned by a3ipxWaAddrDLAddress.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER x25(1), frameRelay(2), smds(3)  

a3ipxWaAddrDLAddress 1.3.6.1.4.1.43.2.7.3.1.4
The WAN address that is used to reach the IPX entity corresponding to this table entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PhysAddress  

a3ipxWaAddrStatus 1.3.6.1.4.1.43.2.7.3.1.5
This object is used to add and delete entries in this table. See the notes describing RowStatus at the beginning of this MIB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ipxAttachedNetTable 1.3.6.1.4.1.43.2.7.4
A list of the IPX Network Numbers attached to an IPX port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ipxAttachedNetEntry

a3ipxAttachedNetEntry 1.3.6.1.4.1.43.2.7.4.1
Each entry specifies an IPX network number, assigns it to a port, and specifies the header format to be used when sending IPX packets to that network. On Ethernet ports, up to four different IPX Network Numbers may be specified, of which only one may be primary. On serial ports, only one IPX Network Number may be configured. The header format assigned to a serial port is irrelevant. The header format is determined, instead, by the owner of the port (X25, ppp, etc.) If an attached network number is removed, the server entries that are reachable through that network will be removed. All routing entries that are reachable through that network are removed as well.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ipxAttachedNetEntry  

a3ipxAttachedNetNumber 1.3.6.1.4.1.43.2.7.4.1.1
The IPX Network Number associated with this table entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IPXNET  

a3ipxAttachedNetPort 1.3.6.1.4.1.43.2.7.4.1.2
The port to which the IPX Network Number is assigned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

a3ipxAttachedNetFormat 1.3.6.1.4.1.43.2.7.4.1.3
The format of the header used on packets sent to the IPX Network Number associated with this table entry. This object can be set to 1, 2, 3, or 4 when adding an entry for a LAN interface. For WAN interfaces, this object must be set to 5, 6, 7, or 8.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ethernet(1), ieee(2), llc(3), snap(4), ppp(5), x25(6), fr(7), smds(8)  

a3ipxAttachedNetType 1.3.6.1.4.1.43.2.7.4.1.4
When more than one IPX Network Number is assigned to a port, one must be labeled the primary number and the rest secondary.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

a3ipxAttachedNetOperState 1.3.6.1.4.1.43.2.7.4.1.5
This identifies the current operational state of an attached IPX network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

a3ipxAttachedNetStatus 1.3.6.1.4.1.43.2.7.4.1.6
This object is used to add and delete entries in this table. See the notes describing RowStatus at the beginning of this MIB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ipxRouteTable 1.3.6.1.4.1.43.2.7.5
A list of IPX routes
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ipxRouteEntry

a3ipxRouteEntry 1.3.6.1.4.1.43.2.7.5.1
Each entry specifies an IPX route. The destination of the route is specified by a3ipxRouteDestNet. The next hop of the route is specified by a3ipxRouteAttachedNet and a3ipxRouteDLAddress. Note, IPX routing must be enabled before routes are exposed via this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ipxRouteEntry  

a3ipxRouteDestNet 1.3.6.1.4.1.43.2.7.5.1.1
The IPX network number of the destination network. The value 0xfffffffe is used to represent the default route.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IPXNET  

a3ipxRouteAttachedNet 1.3.6.1.4.1.43.2.7.5.1.2
The network number of the directly connected network through which the router can reach the destination network.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IPXNET  

a3ipxRouteDLType 1.3.6.1.4.1.43.2.7.5.1.3
The type of network to which the closest router is attached. This value is determined by the value of a3ipxRouteAttachedNet.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ethernet(1), x25(2), frameRelay(3), smds(4)  

a3ipxRouteDLAddress 1.3.6.1.4.1.43.2.7.5.1.4
The Data Link address of the next hop router through which the IPX network can be reached. The type of address is determined by the value of a3ipxRouteDLType.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PhysAddress  

a3ipxRouteHops 1.3.6.1.4.1.43.2.7.5.1.5
The number of gateways that a packet has to pass through before reaching the destination network. The maximum number of hops is 15.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

a3ipxRouteType 1.3.6.1.4.1.43.2.7.5.1.6
The IPX Router allows up to two routes (ie, two separate next hop routers) to a specific destination network, only one of which will be the primary route. The determination of which is primary and which is secondary is based on the speed of the physical port used to reach the next hop routers. If these are equal, the number of hops is used to make this determination. NOTE: NETBuilders running sw version 8.0 and greater will only display primary routes, and when routes are being added, only primary routes will be accepted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

a3ipxRouteProto 1.3.6.1.4.1.43.2.7.5.1.7
This object specifies how the entry was made.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), static(2), rip(3)  

a3ipxRouteDelay 1.3.6.1.4.1.43.2.7.5.1.8
The delay associated with the route.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

a3ipxRouteStatus 1.3.6.1.4.1.43.2.7.5.1.9
This object is used to add and delete entries in this table. See the notes describing RowStatus at the beginning of this MIB. Note, only statically learned routes may be removed via this object. Dynamically learned routes may be removed via the object a3ipxFlushRipSap.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ipxServerTable 1.3.6.1.4.1.43.2.7.6
A list of servers reachable via this router
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ipxServerEntry

a3ipxServerEntry 1.3.6.1.4.1.43.2.7.6.1
Each entry specifies the reachability of a server. The server name is specified by a3ipxServerName. The service is fully specified by a3ipxServerName, and a3ipxServerType.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ipxServerEntry  

a3ipxServerName 1.3.6.1.4.1.43.2.7.6.1.1
The name of the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..47)  

a3ipxServerType 1.3.6.1.4.1.43.2.7.6.1.2
The type of service available on the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

a3ipxServerNet 1.3.6.1.4.1.43.2.7.6.1.3
The IPX network number on which the server resides.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IPXNET  

a3ipxServerDLAddress 1.3.6.1.4.1.43.2.7.6.1.4
The Mac address of the server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

a3ipxServerSocket 1.3.6.1.4.1.43.2.7.6.1.5
The socket number of the service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

a3ipxServerProto 1.3.6.1.4.1.43.2.7.6.1.6
This object identifies how the entry was made. If the entry was learned via the Service Advertisement Protocol, this object will have the value sap(3). If the entry was entered statically, this object will have the value static(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), static(2), sap(3)  

a3ipxServerStatus 1.3.6.1.4.1.43.2.7.6.1.7
This table currently does not allow entries to be added. This object is used to delete entries from this table. See the notes describing RowStatus at the beginning of this MIB. Note, only statically learned service entries may be removed via this object. To remove the dynamically learned entries, use the object a3ipxFlushRipSap.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ipxX25configTable 1.3.6.1.4.1.43.2.7.7
A list of IPX X25 configuration entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ipxX25configEntry

a3ipxX25configEntry 1.3.6.1.4.1.43.2.7.7.1
Each entry specifies a list of X25 configuration parameters applying to an IPX port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ipxX25configEntry  

a3ipxX25configPort 1.3.6.1.4.1.43.2.7.7.1.1
The port number to which this table entry applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ipxX25configPID 1.3.6.1.4.1.43.2.7.7.1.2
The protocol ID that is included in all outgoing IPX packets sent over the X25 port associated with this table entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..ff  

a3ipxX25configQueueSize 1.3.6.1.4.1.43.2.7.7.1.3
The maximum number of packets that can be queued for a specific DTE address when the virtual circuit or the X25 port is congested. NOTE: this object is no longer supported by NETBuilders running sw version 8.0 and greater. The corresponding functionality has been replaced by the X25 Profile feature. SNMP control over this feature will be added at a later date.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 1..128  

a3ipxX25configVClimit 1.3.6.1.4.1.43.2.7.7.1.4
The maximum number of virtual circuits that can be established concurrently for IPX routing. NOTE: this object is no longer supported by NETBuilders running sw version 8.0 and greater. The corresponding functionality has been replaced by the X25 Profile feature. SNMP control over this feature will be added at a later date.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 1..63  

a3ipxX25configVCtimer 1.3.6.1.4.1.43.2.7.7.1.5
The maximum amount of time, in minutes, that can elapse when there is no activity on the X25 virtual circuit before it is cleared. This applies to the first virtual circuit established for a particular DTE address. IF more than one virtual circuit is established for the same DTE address, all are cleared (except for the first one established) when the first virtual circuit is not experiencing congestion. NOTE: this object is no longer supported by NETBuilders running sw version 8.0 and greater. The corresponding functionality has been replaced by the X25 Profile feature. SNMP control over this feature will be added at a later date.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 1..512  

a3ipxX25configProfId 1.3.6.1.4.1.43.2.7.7.1.6
To specify an X.25 profile that will be used when the virtual circuit is set-up to carry the IPX traffic. default (0) indicates that no x25 profile is specified.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

a3ipxSmdsGroupAddressTable 1.3.6.1.4.1.43.2.7.8
A list of SMDS Group Addresses assigned to IPX Ports.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ipxSmdsGroupAddressEntry

a3ipxSmdsGroupAddressEntry 1.3.6.1.4.1.43.2.7.8.1
Each entry specifies the SMDS Group Address assigned to an IPX port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ipxSmdsGroupAddressEntry  

a3ipxSmdsGaIpxPort 1.3.6.1.4.1.43.2.7.8.1.1
This identifies an IPX port to which the SMDS Group Address identified by the corresponding instance of a3ipxSmdsGaAddress is associated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ipxSmdsGaAddress 1.3.6.1.4.1.43.2.7.8.1.2
This identifies an SMDS Group address that is used as the IPX multicast address on the specified SMDS port. If this object has a value of all zeros, then no SMDS Group address is defined for this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  SMDSAddress  

a3ipxPreferredSvrTable 1.3.6.1.4.1.43.2.7.9
A list of those IPX servers that are included in responses to 'Get Nearest Server' requests. Separate lists are kept for each port. When a request is receive over a particular port, this system will respond with the preferred server assigned to that port. If more than one preferred server has been assigned to a particular port, each server will be offered in a round robin fashion. That is, if serverA, serverB, and serverC have been assigned to port 1, serverA will be offered in response to the first request, serverB in response to the second request, and so on.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ipxPreferredSvrEntry

a3ipxPreferredSvrEntry 1.3.6.1.4.1.43.2.7.9.1
Each entry specifies an IPX server that will be offered when a 'Get Nearest Server' request in received over a particular port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ipxPreferredSvrEntry  

a3ipxPrefSvrPort 1.3.6.1.4.1.43.2.7.9.1.1
This identifies an IPX port to which the IPX server identified by the corresponding instance of a3ipxPrefSvrName is associated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ipxPrefSvrName 1.3.6.1.4.1.43.2.7.9.1.2
This identifies an IPX server that is offered in response to 'Get Nearest Server' requests received over the port identified by a3ipxPrefSvrPort. If there exists more than one instance of this object for a particular port, each will be offered in a round robin fashion.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..47)  

a3ipxPrefSvrStatus 1.3.6.1.4.1.43.2.7.9.1.3
This object is used to add and remove entries from this table. See the definition of RowStatus at the beginning of this mib module for details.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ipxPortconfigTable 1.3.6.1.4.1.43.2.7.10
A list of port-specific parmeters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ipxPortconfigEntry

a3ipxPortconfigEntry 1.3.6.1.4.1.43.2.7.10.1
Each entry in this table applies the paramater over a seperate port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ipxPortconfigEntry  

a3ipxPortconfigPort 1.3.6.1.4.1.43.2.7.10.1.1
The port number to which this table entry applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ipxRipUpdateTime 1.3.6.1.4.1.43.2.7.10.1.2
This parameter specifies how often the router sends RIP regular updates to exhange routing information. This parameter is defined in units of seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..65535  

a3ipxSapUpdateTime 1.3.6.1.4.1.43.2.7.10.1.3
This parameter specifies how often the router sends Sap regular updates to exhange and service information. This parameter is defined in units of seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..65535  

a3ipxDefMetricHops 1.3.6.1.4.1.43.2.7.10.1.4
This parameter specifies the hop value placed in NRIP advertisements of the default route. If this object has the value 0, the default route is not advertised.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..15  

a3ipxDefMetricTicks 1.3.6.1.4.1.43.2.7.10.1.5
This parameter specifies the number of ticks placed in NLSP advertisements of the default route.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

a3ipxSpoofCtlTable 1.3.6.1.4.1.43.2.7.11
A table of spoof controls for all the ports. Each row, represented by a3ipxSpoofCtlEntry, contains the various spoof controls that are applicable to a port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ipxSpoofCtlEntry

a3ipxSpoofCtlEntry 1.3.6.1.4.1.43.2.7.11.1
Each entry represents the various spoof controls applicable to a port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ipxSpoofCtlEntry  

a3ipxSpoofCtlPort 1.3.6.1.4.1.43.2.7.11.1.1
Specifies the port number, used as an index to a row entry in the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ipxSpoofCtlWatchdog 1.3.6.1.4.1.43.2.7.11.1.2
Used to enable(1) or disable(2) the Spoofing of Watchdog packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ipxRipHoldTimeFactor 1.3.6.1.4.1.43.2.7.1.8
This parameter specifies a factor that RIP uses to generate a hold time. A holdtime is generated by HoldTimeFactor * UpdateTime. A entry in RIP will be aged out if further update for it is not received within the hold time.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..24  

a3ipxSapHoldTimeFactor 1.3.6.1.4.1.43.2.7.1.9
This parameter specifies a factor that SAP uses to generate a hold time. A holdtime is generated by HoldTimeFactor * UpdateTime. A entry in SAP will be aged out if further update for it is not received within the hold time.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..24