XYLAN-IP-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for XYLAN-IP-MIB.
27
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
27 total| Object Name |
|---|
xylanIpFilterGroup OBJECT IDENTIFIER .1.3.6.1.4.1.800.2.13.1 |
IMPORTS Unknown .1.3.6.1.4.1.800.2.13.1 |
xylanIpRipFilterTableThe IP Rip Filter Table contains information about
all Rip filters that have been defined. SEQUENCE OF IPRipFilterEntry .1.3.6.1.4.1.800.2.13.1.1 |
xylanIpRipFilterEntryEach entry corresponds to one filter. IPRipFilterEntry .1.3.6.1.4.1.800.2.13.1.1.1 |
xylanIpRipFilterNumThe 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.ro INTEGER .1.3.6.1.4.1.800.2.13.1.1.1.1 |
xylanIpRipFilterAdminStateThe current status of this filter, active (1) means
the filter is functioning, delete (2) tells SNMP to
delete the filterrw Enumeration .1.3.6.1.4.1.800.2.13.1.1.1.2 |
xylanIpRipFilterTypeThe type of filter. The possible types include
rip-output (1) or rip-input (2).rw Enumeration .1.3.6.1.4.1.800.2.13.1.1.1.3 |
xylanIpRipFilterNetThe IP Network Address to filter. An IP Address
of 0.0.0.0 is used to denote All Networks.rw IpAddress .1.3.6.1.4.1.800.2.13.1.1.1.4 |
xylanIpRipFilterNetMaskThe IP Network Mask to be used.rw IpAddress .1.3.6.1.4.1.800.2.13.1.1.1.5 |
xylanIpRipFilterModeThe 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.rw Enumeration .1.3.6.1.4.1.800.2.13.1.1.1.6 |
xylanIpRipFilterGroupIdThe GroupId can be used to apply this filter to a
particular interface. A GroupId of 0 means that the
filter is global.rw INTEGER .1.3.6.1.4.1.800.2.13.1.1.1.7 |
xylanIpRipFilterVlanIdThe VlanId for this filter.rw INTEGER .1.3.6.1.4.1.800.2.13.1.1.1.8 |
xylanIpRipFilterWanTypeIf 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.rw Enumeration .1.3.6.1.4.1.800.2.13.1.1.1.9 |
xylanIpRipFilterSlotIf the WanType specifies a Frame Relay service,
the slot/port/vc can be used to apply this filter to a
particular Virtual Circuit (VC).rw INTEGER .1.3.6.1.4.1.800.2.13.1.1.1.10 |
xylanIpRipFilterPortIf the WanType specifies a Frame Relay service,
the slot/port/vc can be used to apply this filter to a
particular Virtual Circuit (VC).rw INTEGER .1.3.6.1.4.1.800.2.13.1.1.1.11 |
xylanIpRipFilterVcIf the WanType specifies a Frame Relay service,
the slot/port/vc can be used to apply this filter to a
particular Virtual Circuit (VC).rw INTEGER .1.3.6.1.4.1.800.2.13.1.1.1.12 |
xylanIpRipFilterPeerIdIf the WanType specifies a PPP service, the
PeerId can be used to apply this filter to a
particular Peer.rw INTEGER .1.3.6.1.4.1.800.2.13.1.1.1.13 |
xylanIpMiscGroup OBJECT IDENTIFIER .1.3.6.1.4.1.800.2.13.2 |
xylanIpAssocMacTableA table of IP addresses and their associated MAC
addresses learned. SEQUENCE OF IpAssocMacEntry .1.3.6.1.4.1.800.2.13.2.1 |
xylanIpAssocEntryThe information for one of this entity's IP addresses. IpAssocMacEntry .1.3.6.1.4.1.800.2.13.2.1.1 |
xylanIpAssocAddrThe IP address learned from an ARP message's
sender IP address.ro IpAddress .1.3.6.1.4.1.800.2.13.2.1.1.1 |
xylanIpAssocMacThe MAC address learned from an ARP message's
sender hardware address.ro OCTET STRING .1.3.6.1.4.1.800.2.13.2.1.1.2 |
xylanIpAssocSlotThe slot number (1-based) where ARP message was received.ro INTEGER .1.3.6.1.4.1.800.2.13.2.1.1.3 |
xylanIpAssocIntfThe interface number (1-based) where ARP message was received.ro INTEGER .1.3.6.1.4.1.800.2.13.2.1.1.4 |
xylanIpAssocDupMacIf a duplicate IP address is detected, the MAC
address associated with this IP address. A
value of 0 indicates no duplicate IP address
detected.ro OCTET STRING .1.3.6.1.4.1.800.2.13.2.1.1.5 |
xylanIpAssocDupSlotIf a duplicate IP address is detected, the slot
number (1-based) where this duplicate IP address
was learned.ro INTEGER .1.3.6.1.4.1.800.2.13.2.1.1.6 |
xylanIpAssocDupIntfIf a duplicate IP address is detected, the interface
number (1-based) where this duplicate IP address
was learned.ro INTEGER .1.3.6.1.4.1.800.2.13.2.1.1.7 |