IPX-RIP-PRIVATE-MIB: View SNMP OID List / Download MIB

VENDOR: LUCENT TECHNOLOGIES


 Home MIB: IPX-RIP-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
 cjnIpxRip 1.3.6.1.4.1.1751.2.43.2.20
Cajun IPX RIP Private MIB
       cjnIpxRipGlobalGroup 1.3.6.1.4.1.1751.2.43.2.20.1
           cjnIpxRipEnabled 1.3.6.1.4.1.1751.2.43.2.20.1.1 integer read-write
Enable / Disable IPX RIP on this system. Enumeration: 'disabled': 2, 'enabled': 1.
       cjnIpxRipFilterGroup 1.3.6.1.4.1.1751.2.43.2.20.2
           cjnIpxRipFilterTable 1.3.6.1.4.1.1751.2.43.2.20.2.1 no-access
A list of Cajun IPX RIP filters.
               cjnIpxRipFilterEntry 1.3.6.1.4.1.1751.2.43.2.20.2.1.1 no-access
A Cajun IPX RIP filter instance.
                   cjnIpxRipFilterPrec 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.1 filterprec read-only
The precedence of this RIP filter. The precedence is relative to other RIP filters on the same interface.
                   cjnIpxRipFilterRowStatus 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.2 rowstatus read-only
The status of this row, by which new entries may be created, or old entries deleted from this table.
                   cjnIpxRipFilterNetStart 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.3 netnumber read-only
The first IPX network number in the range which this filter matches.
                   cjnIpxRipFilterNetEnd 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.4 netnumber read-only
The last IPX network number in the range which this filter matches.
                   cjnIpxRipFilterDirection 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.5 integer read-only
The direction of IPX RIP packets to which this filter applies. Inbound applies the filter only to RIP packets received on the interface. Outbound applies the filter only to RIP packets sent on the interface. Both applies the filter to RIP packets sent and received on the interface. Enumeration: 'inbound': 1, 'both': 3, 'outbound': 2.
                   cjnIpxRipFilterAction 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.6 integer read-only
The action to take if this filter matches an IPX RIP entry. Filter causes the RIP entry to be ignored in received RIP packets or suppressed in sent RIP packets. Allow causes the RIP entry to be accepted in received RIP packets or advertised in sent RIP packets. Enumeration: 'filter': 1, 'allow': 2.
                   cjnIpxRipFilterTicks 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.7 integer32 read-only
Used to override the delay, in ticks, to reach the IPX network specified in the RIP entry.
                   cjnIpxRipFilterHops 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.8 integer32 read-only
Used to override the hops to reach the IPX network specified in the RIP entry.
       cjnIpxRipIfGroup 1.3.6.1.4.1.1751.2.43.2.20.3
           cjnIpxRipIfTable 1.3.6.1.4.1.1751.2.43.2.20.3.1 no-access
A list of Cajun IPX RIP interface entries.
               cjnIpxRipIfEntry 1.3.6.1.4.1.1751.2.43.2.20.3.1.1 no-access
A Cajun IPX RIP interface instance.
                   cjnIpxRipIfRowStatus 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.1 rowstatus read-only
The status of this row, by which new entries may be created, or old entries deleted from this table.
                   cjnIpxRipIfInterpacketGap 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.2 integer read-only
If set to enable(1), IPX RIP packets from periodic advertisements are sent with an interpacket gap of 55 milliseconds. If set to disable(2), no interpacket gap is used. Enumeration: 'enable': 1, 'disable': 2.
                   cjnIpxRipIfUseMaximumPacketSize 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.3 integer read-only
If set to enable(1), IPX RIP packets will contain as many entries as will fit in the maximum packet size allowable on the interface given the configured encapsulation type. If set to disable(2), IPX RIP packets will contain at most 50 entries. Enumeration: 'enable': 1, 'disable': 2.
                   cjnIpxRipIfUpdateInterval 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.4 integer32 read-only
The RIP periodic update interval, in seconds.
                   cjnIpxRipIfAgeMultiplier 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.5 integer32 read-only
The holding multiplier for information received in RIP updates. RIP information will be kept for the number of seconds indicated by the cjnIpxRipIfUpdateInterval multiplied by the cjnIpxRipIfAgeMultiplier.
                   cjnIpxRipIfTriggeredUpdates 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.6 integer read-only
Specified whether or not RIP updates are immediately sent on the interface in response to changes in the routing table. Enumeration: 'enable': 1, 'disable': 2.
                   cjnIpxRipIfAdvertiseDefaultRouteOnly 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.7 integer read-only
Specifies whether or not ONLY the default route (FFFFFFFE) is advertised in RIP updates sent on the interface. Enumeration: 'enable': 1, 'disable': 2.
                   cjnIpxRipIfMode 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.8 integer read-only
The handling of RIP packets on the interface. If set to talk(1), RIP packets may be sent on the interface but not received. If set to listen(2), RIP packets may be received but not sent. If set to both(3), RIP packets may be sent and received. Enumeration: 'both': 3, 'talk': 1, 'listen': 2.
       cjnIpxRipIfStatGroup 1.3.6.1.4.1.1751.2.43.2.20.4
           cjnIpxRipIfStatTable 1.3.6.1.4.1.1751.2.43.2.20.4.1 no-access
A list of Cajun IPX RIP interface statistics entries.
               cjnIpxRipIfStatEntry 1.3.6.1.4.1.1751.2.43.2.20.4.1.1 no-access
A Cajun IPX RIP interface statistics instance.
                   cjnIpxRipIfStatTriggeredUpdatesSent 1.3.6.1.4.1.1751.2.43.2.20.4.1.1.1 counter32 read-only
The number of RIP triggered updates sent on the interface.
                   cjnIpxRipIfStatPeriodicUpdatesSent 1.3.6.1.4.1.1751.2.43.2.20.4.1.1.2 counter32 read-only
The number of periodic RIP updates sent on the interface.
                   cjnIpxRipIfStatUpdatesReceived 1.3.6.1.4.1.1751.2.43.2.20.4.1.1.3 counter32 read-only
The number of RIP updates received on the interface.
                   cjnIpxRipIfStatRequestsReceived 1.3.6.1.4.1.1751.2.43.2.20.4.1.1.4 counter32 read-only
The number of RIP requests received on the interface.
                   cjnIpxRipIfStatBadPacketsReceived 1.3.6.1.4.1.1751.2.43.2.20.4.1.1.5 counter32 read-only
The number of incorrectly formatted RIP packets received on the interface.
                   cjnIpxRipIfStatsReset 1.3.6.1.4.1.1751.2.43.2.20.4.1.1.6 integer read-write
When set to the value enable (1) all IPX RIP statistics for this interface are reset to zero after which the value of this MIB object returns to disable(2). Enumeration: 'enable': 1, 'disable': 2.