XYLAN-IP-MIB

File: XYLAN-IP-MIB.mib (12028 bytes)

Imported modules

RFC-1212 RFC1155-SMI XYLAN-BASE-MIB

Imported symbols

OBJECT-TYPE IpAddress xylanIpArch

Defined Types

IPRipFilterEntry  
SEQUENCE    
  xylanIpRipFilterNum INTEGER
  xylanIpRipFilterAdminState INTEGER
  xylanIpRipFilterType INTEGER
  xylanIpRipFilterNet IpAddress
  xylanIpRipFilterNetMask IpAddress
  xylanIpRipFilterMode INTEGER
  xylanIpRipFilterGroupId INTEGER
  xylanIpRipFilterVlanId INTEGER
  xylanIpRipFilterWanType INTEGER
  xylanIpRipFilterSlot INTEGER
  xylanIpRipFilterPort INTEGER
  xylanIpRipFilterVc INTEGER
  xylanIpRipFilterPeerId INTEGER

IpAssocMacEntry  
SEQUENCE    
  xylanIpAssocAddr IpAddress
  xylanIpAssocMac OCTET STRING
  xylanIpAssocSlot INTEGER
  xylanIpAssocIntf INTEGER
  xylanIpAssocDupMac OCTET STRING
  xylanIpAssocDupSlot INTEGER
  xylanIpAssocDupIntf INTEGER

Defined Values

xylanIpFilterGroup 1.3.6.1.4.1.800.2.13.1
OBJECT IDENTIFIER    

xylanIpMiscGroup 1.3.6.1.4.1.800.2.13.2
OBJECT IDENTIFIER    

xylanIpRipFilterTable 1.3.6.1.4.1.800.2.13.1.1
The IP Rip Filter Table contains information about all Rip filters that have been defined.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPRipFilterEntry

xylanIpRipFilterEntry 1.3.6.1.4.1.800.2.13.1.1.1
Each entry corresponds to one filter.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPRipFilterEntry  

xylanIpRipFilterNum 1.3.6.1.4.1.800.2.13.1.1.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanIpRipFilterAdminState 1.3.6.1.4.1.800.2.13.1.1.1.2
The current status of this filter, active (1) means the filter is functioning, delete (2) tells SNMP to delete the filter
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), delete(2)  

xylanIpRipFilterType 1.3.6.1.4.1.800.2.13.1.1.1.3
The type of filter. The possible types include rip-output (1) or rip-input (2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER rip-output(1), rip-input(2)  

xylanIpRipFilterNet 1.3.6.1.4.1.800.2.13.1.1.1.4
The IP Network Address to filter. An IP Address of 0.0.0.0 is used to denote All Networks.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

xylanIpRipFilterNetMask 1.3.6.1.4.1.800.2.13.1.1.1.5
The IP Network Mask to be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

xylanIpRipFilterMode 1.3.6.1.4.1.800.2.13.1.1.1.6
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), block(2)  

xylanIpRipFilterGroupId 1.3.6.1.4.1.800.2.13.1.1.1.7
The GroupId can be used to apply this filter to a particular interface. A GroupId of 0 means that the filter is global.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanIpRipFilterVlanId 1.3.6.1.4.1.800.2.13.1.1.1.8
The VlanId for this filter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanIpRipFilterWanType 1.3.6.1.4.1.800.2.13.1.1.1.9
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER not-used(1), frame-relay(2), ppp(3)  

xylanIpRipFilterSlot 1.3.6.1.4.1.800.2.13.1.1.1.10
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanIpRipFilterPort 1.3.6.1.4.1.800.2.13.1.1.1.11
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanIpRipFilterVc 1.3.6.1.4.1.800.2.13.1.1.1.12
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanIpRipFilterPeerId 1.3.6.1.4.1.800.2.13.1.1.1.13
If the WanType specifies a PPP service, the PeerId can be used to apply this filter to a particular Peer.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanIpAssocMacTable 1.3.6.1.4.1.800.2.13.2.1
A table of IP addresses and their associated MAC addresses learned.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpAssocMacEntry

xylanIpAssocEntry 1.3.6.1.4.1.800.2.13.2.1.1
The information for one of this entity's IP addresses.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpAssocMacEntry  

xylanIpAssocAddr 1.3.6.1.4.1.800.2.13.2.1.1.1
The IP address learned from an ARP message's sender IP address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanIpAssocMac 1.3.6.1.4.1.800.2.13.2.1.1.2
The MAC address learned from an ARP message's sender hardware address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

xylanIpAssocSlot 1.3.6.1.4.1.800.2.13.2.1.1.3
The slot number (1-based) where ARP message was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanIpAssocIntf 1.3.6.1.4.1.800.2.13.2.1.1.4
The interface number (1-based) where ARP message was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanIpAssocDupMac 1.3.6.1.4.1.800.2.13.2.1.1.5
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

xylanIpAssocDupSlot 1.3.6.1.4.1.800.2.13.2.1.1.6
If a duplicate IP address is detected, the slot number (1-based) where this duplicate IP address was learned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanIpAssocDupIntf 1.3.6.1.4.1.800.2.13.2.1.1.7
If a duplicate IP address is detected, the interface number (1-based) where this duplicate IP address was learned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER