XYLAN-IPX-MIB: View SNMP OID List / Download MIB

VENDOR: XYLAN CORP.


 Home MIB: XYLAN-IPX-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
 xylanIpxRoutingGroup 1.3.6.1.4.1.800.2.6.1
     xylanIpxStaticRouteTable 1.3.6.1.4.1.800.2.6.1.1 no-access
The Static Routes table contains information about all destinations reached via statically configured routes.
         xylanIpxStaticRouteEntry 1.3.6.1.4.1.800.2.6.1.1.1 no-access
Each entry corresponds to one static route.
             xylanIpxStaticRouteNetNum 1.3.6.1.4.1.800.2.6.1.1.1.1 octet string read-write
The IPX network number of the route's destination.
             xylanIpxStaticRouteAdminState 1.3.6.1.4.1.800.2.6.1.1.1.2 integer read-write
The current status of this route. active (1) means the route is functioning, delete (2) tell SNMP to delete the route Enumeration: 'active': 1, 'delete': 2.
             xylanIpxStaticRouteNextHopNet 1.3.6.1.4.1.800.2.6.1.1.1.3 octet string read-write
The IPX network number of the router used to reach the first hop in the static route.
             xylanIpxStaticRouteNextHopNode 1.3.6.1.4.1.800.2.6.1.1.1.4 octet string read-write
The IPX node number of the router used to reach the first hop in the static route.
             xylanIpxStaticRouteTicks 1.3.6.1.4.1.800.2.6.1.1.1.5 integer read-only
The delay, in ticks, to reach the route's destination.
             xylanIpxStaticRouteHopCount 1.3.6.1.4.1.800.2.6.1.1.1.6 integer read-only
The number of hops necessary to reach the destination.
 xylanIpxFilterGroup 1.3.6.1.4.1.800.2.6.2
     xylanIpxRipSapFilterTable 1.3.6.1.4.1.800.2.6.2.1 no-access
The IPX Rip/Sap Filter Table contains information about all filters that have been defined.
         xylanIpxRipSapFilterEntry 1.3.6.1.4.1.800.2.6.2.1.1 no-access
Each entry corresponds to one filter.
             xylanIpxRipSapFilterNum 1.3.6.1.4.1.800.2.6.2.1.1.1 integer read-only
The number identifying this instance. This number can be used when specifying a filter to delete.
             xylanIpxRipSapFilterAdminState 1.3.6.1.4.1.800.2.6.2.1.1.2 integer read-write
The current status of this filter, active (1) means the filter is functioning, delete (2) tells SNMP to delete the filter Enumeration: 'active': 1, 'delete': 2.
             xylanIpxRipSapFilterType 1.3.6.1.4.1.800.2.6.2.1.1.3 integer read-write
The type of filter. Enumeration: 'gns-output': 3, 'rip-input': 5, 'sap-output': 1, 'sap-input': 2, 'rip-output': 4.
             xylanIpxRipSapFilterNet 1.3.6.1.4.1.800.2.6.2.1.1.4 octet string read-write
The IPX Network Address to filter. A network address of all 0's is used to denote All Networks.
             xylanIpxRipSapFilterNetMask 1.3.6.1.4.1.800.2.6.2.1.1.5 octet string read-write
The IPX Network Mask to be used.
             xylanIpxRipSapFilterNode 1.3.6.1.4.1.800.2.6.2.1.1.6 octet string read-write
The IPX node address to filter. A node address of all 0's is used to denote All Nodes.
             xylanIpxRipSapFilterNodeMask 1.3.6.1.4.1.800.2.6.2.1.1.7 octet string read-write
The IPX node address mask to be used.
             xylanIpxRipSapFilterSvcType 1.3.6.1.4.1.800.2.6.2.1.1.8 integer read-write
The SAP service type on which to filter. The SAP service types are defined by Novell. A value of ALL (65535) indicates that all services will be filtered.
             xylanIpxRipSapFilterMode 1.3.6.1.4.1.800.2.6.2.1.1.9 integer read-write
The action defined by this filter. block (1) means packets matching this filter will be blocked, and allow (0) means that packets matching this filter will be allowed. Enumeration: 'block': 2, 'allow': 1.
             xylanIpxRipSapFilterGroupId 1.3.6.1.4.1.800.2.6.2.1.1.10 integer read-write
The GroupId can be used to apply this filter to a particular interface. A GroupId of 0 means that the filter is global.
             xylanIpxRipSapFilterVlanId 1.3.6.1.4.1.800.2.6.2.1.1.11 integer read-write
The VlanId for this filter.
             xylanIpxRipSapFilterWanType 1.3.6.1.4.1.800.2.6.2.1.1.12 integer read-write
If the Vlan has Wan Routing enabled, this object can be used to specify whether this interface is a Frame Relay service or a PPP service. This will be used to determine whether the slot/port/vc or PeerId fields are applicable to this entry. A value of 1 implies that this field is not used. (The interface is not a WAN interface or the filter is not being applied to a specific VC or PeerId.) A value of 2 indicates that this is a Frame Relay service in which case the slot/port/vc fields can be used to apply the filter to a specific VC. A value of 3 indicates that this is a PPP service and the Peer ID field may be used. Enumeration: 'frame-relay': 2, 'ppp': 3, 'not-used': 1.
             xylanIpxRipSapFilterSlot 1.3.6.1.4.1.800.2.6.2.1.1.13 integer read-write
If the WanType specifies a Frame Relay service, the slot/port/vc can be used to apply this filter to a particular Virtual Circuit (VC).
             xylanIpxRipSapFilterPort 1.3.6.1.4.1.800.2.6.2.1.1.14 integer read-write
If the WanType specifies a Frame Relay service, the slot/port/vc can be used to apply this filter to a particular Virtual Circuit (VC).
             xylanIpxRipSapFilterVc 1.3.6.1.4.1.800.2.6.2.1.1.15 integer read-write
If the WanType specifies a Frame Relay service, the slot/port/vc can be used to apply this filter to a particular Virtual Circuit (VC).
             xylanIpxRipSapFilterPeerId 1.3.6.1.4.1.800.2.6.2.1.1.16 integer read-write
If the WanType specifies a PPP service, the PeerId can be used to apply this filter to a particular Peer.
 xylanIpxWatchdogSpoofGroup 1.3.6.1.4.1.800.2.6.3
     xylanIpxWatchdogSpoofTable 1.3.6.1.4.1.800.2.6.3.1 no-access
The IPX Watchdog Spoofing Table contains information about all of the WAN routing services and their current IPX spoofing status.
         xylanIpxWatchdogSpoofEntry 1.3.6.1.4.1.800.2.6.3.1.1 no-access
Each entry corresponds to one WAN routing service.
             xylanIpxWatchdogSpoofGroupId 1.3.6.1.4.1.800.2.6.3.1.1.1 integer read-write
The GroupId of the WAN routing service that this entry applies to.
             xylanIpxWatchdogSpoofMode 1.3.6.1.4.1.800.2.6.3.1.1.2 integer read-write
This controls whether the IPX Watchdog Spoofing is enabled or disabled. When enabled, this routing service will spoof IPX Watchdog packets. When disabled, this routing service will not spoof IPX Watchdog packets. Enumeration: 'disabled': 1, 'enabled': 2.
 xylanIpxSerialFilterGroup 1.3.6.1.4.1.800.2.6.4
     xylanIpxSerialFilterTable 1.3.6.1.4.1.800.2.6.4.1 no-access
The IPX Serialization Filtering Table contains information about all of the WAN routing services and their current IPX Serialization Filtering status.
         xylanIpxSerialFilterEntry 1.3.6.1.4.1.800.2.6.4.1.1 no-access
Each entry corresponds to one WAN routing service.
             xylanIpxSerialFilterGroupId 1.3.6.1.4.1.800.2.6.4.1.1.1 integer read-write
The GroupId of the WAN routing service that this entry applies to.
             xylanIpxSerialFilterMode 1.3.6.1.4.1.800.2.6.4.1.1.2 integer read-write
This controls whether the IPX Serialization Filtering is enabled or disabled. When enabled, this routing service will filter IPX Serialization packets. When disabled, this routing service will not filter IPX Serialization packets. Enumeration: 'disabled': 1, 'enabled': 2.
 xylanSpxKeepaliveSpoofGroup 1.3.6.1.4.1.800.2.6.5
     xylanSpxKeepaliveSpoofTable 1.3.6.1.4.1.800.2.6.5.1 no-access
The SPX Keepalive Spoofing Table contains information about all of the WAN routing services and their current SPX Keepalive spoofing status.
         xylanSpxKeepaliveSpoofEntry 1.3.6.1.4.1.800.2.6.5.1.1 no-access
Each entry corresponds to one WAN routing service.
             xylanSpxKeepaliveSpoofGroupId 1.3.6.1.4.1.800.2.6.5.1.1.1 integer read-write
The GroupId of the WAN routing service that this entry applies to.
             xylanSpxKeepaliveSpoofMode 1.3.6.1.4.1.800.2.6.5.1.1.2 integer read-write
This controls whether the SPX Keepalive Spoofing is enabled or disabled. When enabled, this routing service will spoof SPX Keepalive packets. When disabled, this routing service will not spoof SPX Keepalive packets. Enumeration: 'disabled': 1, 'enabled': 2.
 xylanIpxType20Group 1.3.6.1.4.1.800.2.6.6
     xylanIpxType20Table 1.3.6.1.4.1.800.2.6.6.1 no-access
The IPX Type 20 packets allow NetBios to use IPX. This can enable the passing of packet on each interface.
         xylanIpxType20Entry 1.3.6.1.4.1.800.2.6.6.1.1 no-access
Each entry corresponds to one Virtual LAN.
             xylanIpxType20VlanId 1.3.6.1.4.1.800.2.6.6.1.1.1 integer read-write
The VLAN Id of the routing interface that this entry applies to.
             xylanIpxType20Mode 1.3.6.1.4.1.800.2.6.6.1.1.2 integer read-write
This controls whether IPX Type 20 packet are enabled or disabled. When enabled, this routing interface will forward Type 20 packets. When disabled, the packets will not. Enumeration: 'disabled': 1, 'enabled': 2.
 xylanIpxTimerGroup 1.3.6.1.4.1.800.2.6.7
     xylanIpxTimerTable 1.3.6.1.4.1.800.2.6.7.1 no-access
The IPX Timer allows adjustable variation of the RIP and SAP timers.
         xylanIpxTimerEntry 1.3.6.1.4.1.800.2.6.7.1.1 no-access
Each entry corresponds to one Virtual LAN.
             xylanIpxTimerVlanId 1.3.6.1.4.1.800.2.6.7.1.1.1 integer read-write
The VLAN Id of the routing interface that this entry applies to.
             xylanIpxTimerSap 1.3.6.1.4.1.800.2.6.7.1.1.2 integer read-write
This controls whether IPX SAP packet timer duration.
             xylanIpxTimerRip 1.3.6.1.4.1.800.2.6.7.1.1.3 integer read-write
This controls whether IPX RIP packet timer duration.
 xylanIpxDefRouteGroup 1.3.6.1.4.1.800.2.6.8
     xylanIpxDefRouteTable 1.3.6.1.4.1.800.2.6.8.1 no-access
The default route table contains information about the destinations to which all packets are sent when the destination network is not known.
         xylanIpxDefRouteEntry 1.3.6.1.4.1.800.2.6.8.1.1 no-access
One table entry per switch for default route.
             xylanIpxDefRouteNum 1.3.6.1.4.1.800.2.6.8.1.1.1 integer read-write
The table row ID will always be 1.
             xylanIpxDefRouteNet 1.3.6.1.4.1.800.2.6.8.1.1.2 octet string read-write
The IPX network number of the router used to reach the first hop in the default route.
             xylanIpxDefRouteNode 1.3.6.1.4.1.800.2.6.8.1.1.3 octet string read-write
The IPX node number of the router used to reach the first hop in the default route.
 xylanIpxExtGroup 1.3.6.1.4.1.800.2.6.9
     xylanIpxExtMsg 1.3.6.1.4.1.800.2.6.9.1 integer read-write
A boolean variable that indicated whether extended RIP/SAP packets are sent and received.