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

VENDOR: XYLAN CORP.


 Home MIB: XYLAN-IP-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
 xylanIpFilterGroup 1.3.6.1.4.1.800.2.13.1
     xylanIpRipFilterTable 1.3.6.1.4.1.800.2.13.1.1 no-access
The IP Rip Filter Table contains information about all Rip filters that have been defined.
         xylanIpRipFilterEntry 1.3.6.1.4.1.800.2.13.1.1.1 no-access
Each entry corresponds to one filter.
             xylanIpRipFilterNum 1.3.6.1.4.1.800.2.13.1.1.1.1 integer read-only
The unique number identifying this instance. This number can be used when specifying a filter to delete. This number is used by the implementation to specify the location of this particular filter within the linked-list of all filters; therefore, it will be modified as filters are added/deleted.
             xylanIpRipFilterAdminState 1.3.6.1.4.1.800.2.13.1.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.
             xylanIpRipFilterType 1.3.6.1.4.1.800.2.13.1.1.1.3 integer read-write
The type of filter. The possible types include rip-output (1) or rip-input (2). Enumeration: 'rip-input': 2, 'rip-output': 1.
             xylanIpRipFilterNet 1.3.6.1.4.1.800.2.13.1.1.1.4 ipaddress read-write
The IP Network Address to filter. An IP Address of 0.0.0.0 is used to denote All Networks.
             xylanIpRipFilterNetMask 1.3.6.1.4.1.800.2.13.1.1.1.5 ipaddress read-write
The IP Network Mask to be used.
             xylanIpRipFilterMode 1.3.6.1.4.1.800.2.13.1.1.1.6 integer read-write
The action defined by this filter. block (2) means packets matching this filter will be blocked, and allow (1) means that packets matching this filter will be allowed. Enumeration: 'block': 2, 'allow': 1.
             xylanIpRipFilterGroupId 1.3.6.1.4.1.800.2.13.1.1.1.7 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.
             xylanIpRipFilterVlanId 1.3.6.1.4.1.800.2.13.1.1.1.8 integer read-write
The VlanId for this filter.
             xylanIpRipFilterWanType 1.3.6.1.4.1.800.2.13.1.1.1.9 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.
             xylanIpRipFilterSlot 1.3.6.1.4.1.800.2.13.1.1.1.10 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).
             xylanIpRipFilterPort 1.3.6.1.4.1.800.2.13.1.1.1.11 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).
             xylanIpRipFilterVc 1.3.6.1.4.1.800.2.13.1.1.1.12 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).
             xylanIpRipFilterPeerId 1.3.6.1.4.1.800.2.13.1.1.1.13 integer read-write
If the WanType specifies a PPP service, the PeerId can be used to apply this filter to a particular Peer.
 xylanIpMiscGroup 1.3.6.1.4.1.800.2.13.2
     xylanIpAssocMacTable 1.3.6.1.4.1.800.2.13.2.1 no-access
A table of IP addresses and their associated MAC addresses learned.
         xylanIpAssocEntry 1.3.6.1.4.1.800.2.13.2.1.1 no-access
The information for one of this entity's IP addresses.
             xylanIpAssocAddr 1.3.6.1.4.1.800.2.13.2.1.1.1 ipaddress read-only
The IP address learned from an ARP message's sender IP address.
             xylanIpAssocMac 1.3.6.1.4.1.800.2.13.2.1.1.2 octet string read-only
The MAC address learned from an ARP message's sender hardware address.
             xylanIpAssocSlot 1.3.6.1.4.1.800.2.13.2.1.1.3 integer read-only
The slot number (1-based) where ARP message was received.
             xylanIpAssocIntf 1.3.6.1.4.1.800.2.13.2.1.1.4 integer read-only
The interface number (1-based) where ARP message was received.
             xylanIpAssocDupMac 1.3.6.1.4.1.800.2.13.2.1.1.5 octet string read-only
If a duplicate IP address is detected, the MAC address associated with this IP address. A value of 0 indicates no duplicate IP address detected.
             xylanIpAssocDupSlot 1.3.6.1.4.1.800.2.13.2.1.1.6 integer read-only
If a duplicate IP address is detected, the slot number (1-based) where this duplicate IP address was learned.
             xylanIpAssocDupIntf 1.3.6.1.4.1.800.2.13.2.1.1.7 integer read-only
If a duplicate IP address is detected, the interface number (1-based) where this duplicate IP address was learned.