PDN-ARP-MIB

File: PDN-ARP-MIB.mib (32033 bytes)

Imported modules

PDN-TC SNMPv2-TC SNMPv2-SMI
SNMPv2-CONF IF-MIB IP-MIB
PDN-HEADER-MIB

Imported symbols

SwitchState VnidRange MacAddress
TruthValue RowStatus IpAddress
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
Integer32 Unsigned32 MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP ifIndex
ipNetToMediaIfIndex ipNetToMediaEntry ipNetToMediaPhysAddress
pdn-common

Defined Types

PdnNetToMediaParamsAprEntry  
SEQUENCE    
  pdnNetToMediaParamsAprIpAddr IpAddress
  pdnNetToMediaParamsAprRowStatus RowStatus
  pdnNetToMediaParamsAprReqPeriod Unsigned32
  pdnNetToMediaParamsAprTimeToNext Unsigned32

PdnNetToMediaConfigEntry  
SEQUENCE    
  pdnNetToMediaConfigIpAddr IpAddress
  pdnNetToMediaConfigMacAddr MacAddress
  pdnNetToMediaConfigMin Integer32
  pdnNetToMediaConfigFlags Integer32
  pdnNetToMediaConfigTrailer SwitchState
  pdnNetToMediaConfigPerm TruthValue
  pdnNetToMediaConfigRowStatus RowStatus

PdnNetTo8023MediaConfigEntry  
SEQUENCE    
  pdnNetTo8023MediaConfigIpAddr IpAddress
  pdnNetTo8023MediaConfigVnidId VnidRange
  pdnNetTo8023MediaConfigMacAddr MacAddress
  pdnNetTo8023MediaConfigMin Integer32
  pdnNetTo8023MediaConfigFlags Integer32
  pdnNetTo8023MediaConfigTrailer SwitchState
  pdnNetTo8023MediaConfigPerm TruthValue
  pdnNetTo8023MediaConfigRowStatus RowStatus

PdnNetToMediaProxyArpEntry  
SEQUENCE    
  pdnNetToMediaProxyArpStatus INTEGER

IpNetToMediaExtEntry  
SEQUENCE    
  ipNetToMediaNHR IpAddress

IpNetToMediaLimitEntry  
SEQUENCE    
  ipNetToMediaLimitEnabled TruthValue
  ipNetToMediaMaxIPAddresses Integer32

Defined Values

pdn-arp 1.3.6.1.4.1.1795.2.24.2.27
This MIB contains objects that are used to configure ARP entries and display ARP information. ================================================================= == == == Copyright (C) 2005 Paradyne Networks, Inc. == == == =================================================================
MODULE-IDENTITY    

pdnNetToMediaGenericMIBObjects 1.3.6.1.4.1.1795.2.24.2.27.1
OBJECT IDENTIFIER    

pdnNetToMediaMIBTraps 1.3.6.1.4.1.1795.2.24.2.27.2
OBJECT IDENTIFIER    

pdnNetToMediaMIBNotifications 1.3.6.1.4.1.1795.2.24.2.27.2.0
OBJECT IDENTIFIER    

pdnNetToMediaParams 1.3.6.1.4.1.1795.2.24.2.27.1.1
OBJECT IDENTIFIER    

pdnNetToMediaConfig 1.3.6.1.4.1.1795.2.24.2.27.1.2
OBJECT IDENTIFIER    

pdnNetTo8023MediaConfig 1.3.6.1.4.1.1795.2.24.2.27.1.3
OBJECT IDENTIFIER    

pdnNetToMediaConformance 1.3.6.1.4.1.1795.2.24.2.27.1.4
OBJECT IDENTIFIER    

pdnNetToMediaParamsCompEntryTimeout 1.3.6.1.4.1.1795.2.24.2.27.1.1.1
Complete Entry Timeout is the length of time that a complete entry remains in the ARP table before removal. A complete entry is one for which there is a MAC address -- i.e. a node has responded to the ARP request. If an entry gets this old without being referenced, it will be removed from the table. The range for this parameter is 1 to 200000 minutes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..99999  

pdnNetToMediaParamsIncompEntryTimeout 1.3.6.1.4.1.1795.2.24.2.27.1.1.2
Incomplete Entry Timeout is the length of time that an incomplete entry remains in the ARP table before removal. An incomplete entry is one for which there is no MAC address -- i.e. an ARP request has been made, but no response has been received. This is also the amount of time that a packet will remain in the system while waiting for address resolution. The range for this parameter is 1 to 255 minutes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..99999  

pdnNetToMediaParamsDefRouteEntryTimeout 1.3.6.1.4.1.1795.2.24.2.27.1.1.3
Default Route Entry Timeout is the length of time a default route entry will remain in the ARP table. If default route gets this old without being referenced, an ARP request will be sent to the next hop router. If no response is received, it will be removed from the ARP table and the card will switch to the next reachable default route with the highest preference. The range for this parameter is 1 to 20 minutes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..99999  

pdnNetToMediaParamsAprTable 1.3.6.1.4.1.1795.2.24.2.27.1.1.4
The ARP Periodic Request Table. This table allows timers which control the rate in which ARP requests are periodically sent to IP addresses to be configured and displayed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnNetToMediaParamsAprEntry

pdnNetToMediaParamsAprEntry 1.3.6.1.4.1.1795.2.24.2.27.1.1.4.1
An entry in the ARP Periodic Request Table. Each entry represents an IP address to send an ARP request to.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnNetToMediaParamsAprEntry  

pdnNetToMediaParamsAprIpAddr 1.3.6.1.4.1.1795.2.24.2.27.1.1.4.1.1
Identifies the IP address to periodically send an ARP request to and is used to identify corresponding rows in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

pdnNetToMediaParamsAprRowStatus 1.3.6.1.4.1.1795.2.24.2.27.1.1.4.1.2
This object allows create, change, and delete operations on the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pdnNetToMediaParamsAprReqPeriod 1.3.6.1.4.1.1795.2.24.2.27.1.1.4.1.3
Configures the period, in minutes, that ARP requests are periodically sent. The range is from one request every minute to one request every day (1440 minutes).
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..1440  

pdnNetToMediaParamsAprTimeToNext 1.3.6.1.4.1.1795.2.24.2.27.1.1.4.1.4
Indicates the time, in minutes, remaining before the next ARP request will be sent.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pdnNetToMediaConfigTable 1.3.6.1.4.1.1795.2.24.2.27.1.2.1
A table displaying information about ARP entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnNetToMediaConfigEntry

pdnNetToMediaConfigEntry 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1
A list of information for each ARP entry in the ARP table to be displayed.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnNetToMediaConfigEntry  

pdnNetToMediaConfigIpAddr 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.1
This objects corresponds to an IP Address of a Host or Client.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

pdnNetToMediaConfigMacAddr 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.2
This object corresponds to a MAC Address of a Host or Client.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

pdnNetToMediaConfigMin 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.3
This objects displays the number of minutes since an ARP entry was last used.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..99999  

pdnNetToMediaConfigFlags 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.4
This object contains multiple information for an entry. The information can be interpreted as follows: 0x0004 -- permanent entry 0x0008 -- publish entry (respond for other host) 0x0010 -- has requested trailers 0x0020 -- Proxy ARP entry 0x0040 -- Subnetted Proxy ARP entry 0x0100 -- ARP For Default Gateway.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pdnNetToMediaConfigTrailer 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.5
This object is used to specify whether or not trailer encapsulation should be enabled or disabled.
Status: current Access: read-create
OBJECT-TYPE    
  SwitchState  

pdnNetToMediaConfigPerm 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.6
This object is used to specify whether or not an entry should be stored permanently in Non-volatile storage. If the value is 'true' (1) a permanent entry is added to non-volatile storage.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

pdnNetToMediaConfigRowStatus 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.7
This object is used to create or delete a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pdnNetTo8023MediaConfigTable 1.3.6.1.4.1.1795.2.24.2.27.1.3.1
A table displaying information about ARP entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnNetTo8023MediaConfigEntry

pdnNetTo8023MediaConfigEntry 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1
A list of information for each ARP entry in the ARP table to be displayed.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnNetTo8023MediaConfigEntry  

pdnNetTo8023MediaConfigIpAddr 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.1
This objects corresponds to an IP Address of a Host or Client.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

pdnNetTo8023MediaConfigVnidId 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.2
The VNID Id number of the virtual network for which this entry contains management information.
Status: current Access: read-only
OBJECT-TYPE    
  VnidRange  

pdnNetTo8023MediaConfigMacAddr 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.3
This object corresponds to a MAC Address of a Host or Client.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

pdnNetTo8023MediaConfigMin 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.4
This objects displays the number of minutes since an ARP entry was last used.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..99999  

pdnNetTo8023MediaConfigFlags 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.5
This object contains multiple information for an entry. The information can be interpreted as follows: 0x0004 -- permanent entry 0x0008 -- publish entry (respond for other host) 0x0010 -- has requested trailers 0x0020 -- Proxy ARP entry 0x0040 -- Subnetted Proxy ARP entry 0x0100 -- ARP For Default Gateway.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pdnNetTo8023MediaConfigTrailer 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.6
This object is used to specify whether or not trailer encapsulation should be enabled or disabled.
Status: current Access: read-create
OBJECT-TYPE    
  SwitchState  

pdnNetTo8023MediaConfigPerm 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.7
This object is used to specify whether or not an entry should be stored permanently in Non-volatile storage. If the value is 'true' (1) a permanent entry is added to non-volatile storage.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

pdnNetTo8023MediaConfigRowStatus 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.8
This object is used to create or delete a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pdnNetToMediaClearAllArp 1.3.6.1.4.1.1795.2.24.2.27.1.2.2
Setting this object to a value of 'clear' will remove all entries from the ARP table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), clear(2)  

pdnNetToMediaProxyArpTable 1.3.6.1.4.1.1795.2.24.2.27.1.2.3
This table is used to enable or disable proxy ARP for the specified interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnNetToMediaProxyArpEntry

pdnNetToMediaProxyArpEntry 1.3.6.1.4.1.1795.2.24.2.27.1.2.3.1
This is an entry that allows user to enable or disable proxy ARP for the specified interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnNetToMediaProxyArpEntry  

pdnNetToMediaProxyArpStatus 1.3.6.1.4.1.1795.2.24.2.27.1.2.3.1.1
Setting this object to a value 'enable' will enable proxy ARP for the interface identified by IfIndex. The value 'disable' will disable proxy ARP for the interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

ipNetToMediaConfig 1.3.6.1.4.1.1795.2.24.2.27.1.2.4
OBJECT IDENTIFIER    

ipNetToMediaForwardingMode 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.1
Setting this object to a value 'basic' will configure bridge to run in basic (transparent) mode. Setting the value to mux(2), will set bridge to run in mux forwarding mode. For more information about transparent vs. forwarding mode refer to RFC1483 that defines bridge functionality and the mib RFC1493 that defines mib needed to support different bridge functionality. Setting the value to ult(4), will enable Uplink Tagging. The Uplink Tagging Feature was added for the BitStorm 4800 and implements a portion of the IEEE 802.3Q VLAN standard to provide tagged Ethernet frames on the uplink port with a one-to-one mapping of ingress ADSL (subscriber) link to the LAN identifier carried in the Ethernet tag header. See Speedway (4800) R1.1 Requirements for detail. vlan(5) enables general VLAN support.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER basic(1), mux(2), sms(3), ult(4), vlan(5)  

ipNetToMediaDefaultNHR 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.2
Setting this address will configure default NHR for the system.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipNetToMediaExtTable 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.3
The IP Address Translation table used for mapping from IP addresses to physical addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpNetToMediaExtEntry

ipNetToMediaExtEntry 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.3.1
Each entry contains one IpAddress to `physical' address equivalence.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpNetToMediaExtEntry  

ipNetToMediaNHR 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.3.1.1
This object is used to configure nhr for the interface using proxy ARP.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

ipNetToMediaLimitTable 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.4
This table is used for to configure max number of IP addresses allowed on that interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpNetToMediaLimitEntry

ipNetToMediaLimitEntry 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.4.1
Each entry contains number of IP addresses allowed on that interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpNetToMediaLimitEntry  

ipNetToMediaLimitEnabled 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.4.1.1
This object is used to enable/disable limiting number of ip addresses on interfaces using proxy ARP.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ipNetToMediaMaxIPAddresses 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.4.1.2
This object is used to configure number of ip addresses allowed on interfaces using proxy ARP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..99999  

unauthorizedUserEvent 1.3.6.1.4.1.1795.2.24.2.27.2.0.1
This trap is to communicate that on the interface where security authorization (MAC or IP to port) is enabled, frame arrived that is not authorized for that interface.
Status: current Access: read-create
NOTIFICATION-TYPE    

pdnNetToMediaCompliances 1.3.6.1.4.1.1795.2.24.2.27.1.4.1
OBJECT IDENTIFIER    

pdnNetToMediaGroups 1.3.6.1.4.1.1795.2.24.2.27.1.4.2
OBJECT IDENTIFIER    

pdnNetToMediaCompliance 1.3.6.1.4.1.1795.2.24.2.27.1.4.1.1
The compliance statement for the entities which implement the PDN-ARP-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

pdnNetToMediaObjGroups 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.1
OBJECT IDENTIFIER    

pdnNetToMediaNtfyGroups 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.2
OBJECT IDENTIFIER    

pdnNetToMediaParamsGroup 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.1.1
A collection of objects providing way to configure ARP table entries.
Status: current Access: read-create
OBJECT-GROUP    

pdnNetToMediaConfigGroup 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.1.2
A collection of objects providing way to add ARP table entries.
Status: current Access: read-create
OBJECT-GROUP    

pdnNetToMedia8023ConfigGroup 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.1.3
A collection of objects providing way to add 802.3 ARP table entries.
Status: current Access: read-create
OBJECT-GROUP    

pdnNetToMediaClearGroup 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.1.4
A collection of objects that allows to clear all arp entries from a table.
Status: current Access: read-create
OBJECT-GROUP    

pdnNetToMediaProxyArpGroup 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.1.5
A collection of objects that allows to set all proxy ARP entries.
Status: current Access: read-create
OBJECT-GROUP    

pdnNetToMediaConfigProxyArpGroup 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.1.6
A collection of objects that allows to set some proxy ARP entries.
Status: current Access: read-create
OBJECT-GROUP    

pdnNetToMediaExtGroup 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.1.7
A collection of objects that allows to set some proxy ARP entries.
Status: current Access: read-create
OBJECT-GROUP    

pdnNetToMediaLimitGroup 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.1.8
A collection of objects that allows to set some proxy ARP entries.
Status: current Access: read-create
OBJECT-GROUP    

pdnNetToMediaParamsAprConfigGroup 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.1.9
A collection of objects to configure a timer to send ARP request to IP addresses periodically.
Status: current Access: read-create
OBJECT-GROUP    

pdnNetToMediaParamsAprTimeToNextGroup 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.1.10
Object to display the amount of time remaining until the next ARP request gets sent for a particular IP address.
Status: current Access: read-create
OBJECT-GROUP    

pdnNetToMediaUnauthorizedUserEventGroup 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.2.1
Unauthorized user event group.
Status: current Access: read-create
NOTIFICATION-GROUP