IPX-INTERFACE-MANAGEMENT-PRIVATE-MIB

File: IPX-INTERFACE-MANAGEMENT-PRIVATE-MIB.mib (8056 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IPX-PRIVATE-MIB
Cajun-ROOT

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
RowStatus DisplayString NetNumber
cjnMgmt

Defined Types

CjnIpxIfEntry  
SEQUENCE    
  cjnIpxIfIndex Integer32
  cjnIpxIfRowStatus RowStatus
  cjnIpxIfNetNumber NetNumber
  cjnIpxIfEncapsType INTEGER
  cjnIpxIfVlanIfIndex Integer32
  cjnIpxIfName DisplayString
  cjnIpxIfTicks Integer32
  cjnIpxIfType20RbcastMode INTEGER
  cjnIpxIfAdminStatus INTEGER
  cjnIpxIfOperStatus INTEGER

Defined Values

cjnIpxIfMgmt 1.3.6.1.4.1.1751.2.43.3.2
Cajun Private IPX Interface Management MIB
MODULE-IDENTITY    

cjnIpxIfGroup 1.3.6.1.4.1.1751.2.43.3.2.1
OBJECT IDENTIFIER    

cjnIpxIfNextIndex 1.3.6.1.4.1.1751.2.43.3.2.1.1
The next available IfIndex. This number should be used to create new rows in the IpxIfTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cjnIpxIfNumber 1.3.6.1.4.1.1751.2.43.3.2.1.2
The number of IPX interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cjnIpxIfTable 1.3.6.1.4.1.1751.2.43.3.2.1.3
A list of Cajun IPX interface entries. The number of entries is given by the value of cjnIpxIfNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CjnIpxIfEntry

cjnIpxIfEntry 1.3.6.1.4.1.1751.2.43.3.2.1.3.1
A Cajun IPX interface instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  CjnIpxIfEntry  

cjnIpxIfIndex 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.1
The globally unique identifier for this interface. This number MUST correlate with the IfTable's IfIndex in MIB-II or RFC2233.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cjnIpxIfRowStatus 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.2
The status of this row, by which new entries may be created, or old entries deleted from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cjnIpxIfNetNumber 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.3
The IPX network number associated with this IPX interface.
Status: current Access: read-create
OBJECT-TYPE    
  NetNumber  

cjnIpxIfEncapsType 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.4
The Ethernet encapsulation type used on this IPX interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ethernetV2(1), ethernet8022(2), ethernetSNAP(3), ethernet8023(4)  

cjnIpxIfVlanIfIndex 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.5
The interface index of the VLAN for this interface. This number MUST correlate with the IfTable's IfIndex in MIB-II or RFC2233.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

cjnIpxIfName 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.6
The protocol unique name associated with this interface. This name is limited to 31 characters and may appear in other protocol interface entries such as IP and Appletalk but MAY NOT be duplicated within the cjnIpxIfTable. In other words, other protocols can use this interface name but IPX may only have this name associated with one interface.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..31)  

cjnIpxIfTicks 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.7
The period of time, in ticks, that it takes to transmit one byte of data, excluding protocol headers, to a destination on the other end of the circuit, if the circuit is free of other traffic.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

cjnIpxIfType20RbcastMode 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.8
The handling of NetBIOS Type 20 packets on the interface. If set to disabled(1), Type 20 packets are neither sent nor received on the interface. If set to inbound(2), Type 20 packets may be received but not sent. If set to outbound(3), Type 20 packets may be sent on the interface but not received. If set to both(4), Type 20 packets may be sent and received.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disabled(1), inbound(2), outbound(3), both(4)  

cjnIpxIfAdminStatus 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.9
The administrative state of this interface. The testing(3) state indicates that no operational packets can be passed. When a managed system initializes, all interfaces start with ifAdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, ifAdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3)  

cjnIpxIfOperStatus 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.10
The current operational state of this interface. The testing(3) state indicates that no operational packets can be passed. If cjnIpxIfAdminStatus is down(2) then cjnIpxIfOperStatus should be down(2). If cjnIpxIfAdminStatus is up(1) then cjnIpxIfOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic; it should change to lowerLayerDown(4) if the interface is waiting for external actions (such as a port on the VLAN associated with the interface becoming operational).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3), lowerLayerDown(4)