IPX-INTERFACE-MANAGEMENT-PRIVATE-MIB: View SNMP OID List / Download MIB

VENDOR: LUCENT TECHNOLOGIES


 Home MIB: IPX-INTERFACE-MANAGEMENT-PRIVATE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cjnIpxIfMgmt 1.3.6.1.4.1.1751.2.43.3.2
Cajun Private IPX Interface Management MIB
     cjnIpxIfGroup 1.3.6.1.4.1.1751.2.43.3.2.1
         cjnIpxIfNextIndex 1.3.6.1.4.1.1751.2.43.3.2.1.1 integer read-only
The next available IfIndex. This number should be used to create new rows in the IpxIfTable.
         cjnIpxIfNumber 1.3.6.1.4.1.1751.2.43.3.2.1.2 integer read-only
The number of IPX interfaces.
         cjnIpxIfTable 1.3.6.1.4.1.1751.2.43.3.2.1.3 no-access
A list of Cajun IPX interface entries. The number of entries is given by the value of cjnIpxIfNumber.
             cjnIpxIfEntry 1.3.6.1.4.1.1751.2.43.3.2.1.3.1 no-access
A Cajun IPX interface instance.
                 cjnIpxIfIndex 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.1 integer32 read-only
The globally unique identifier for this interface. This number MUST correlate with the IfTable's IfIndex in MIB-II or RFC2233.
                 cjnIpxIfRowStatus 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.2 rowstatus read-only
The status of this row, by which new entries may be created, or old entries deleted from this table.
                 cjnIpxIfNetNumber 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.3 netnumber read-only
The IPX network number associated with this IPX interface.
                 cjnIpxIfEncapsType 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.4 integer read-only
The Ethernet encapsulation type used on this IPX interface. Enumeration: 'ethernet8023': 4, 'ethernet8022': 2, 'ethernetSNAP': 3, 'ethernetV2': 1.
                 cjnIpxIfVlanIfIndex 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.5 integer32 read-only
The interface index of the VLAN for this interface. This number MUST correlate with the IfTable's IfIndex in MIB-II or RFC2233.
                 cjnIpxIfName 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.6 displaystring read-only
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.
                 cjnIpxIfTicks 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.7 integer32 read-only
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.
                 cjnIpxIfType20RbcastMode 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.8 integer read-only
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. Enumeration: 'disabled': 1, 'inbound': 2, 'outbound': 3, 'both': 4.
                 cjnIpxIfAdminStatus 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.9 integer read-only
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). Enumeration: 'down': 2, 'testing': 3, 'up': 1.
                 cjnIpxIfOperStatus 1.3.6.1.4.1.1751.2.43.3.2.1.3.1.10 integer read-only
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). Enumeration: 'down': 2, 'testing': 3, 'lowerLayerDown': 4, 'up': 1.