PDN-ARP-MIB: View SNMP OID List / Download MIB

VENDOR: PARADYNE


 Home MIB: PDN-ARP-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
 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. == == == =================================================================
       pdnNetToMediaGenericMIBObjects 1.3.6.1.4.1.1795.2.24.2.27.1
           pdnNetToMediaParams 1.3.6.1.4.1.1795.2.24.2.27.1.1
               pdnNetToMediaParamsCompEntryTimeout 1.3.6.1.4.1.1795.2.24.2.27.1.1.1 integer32 read-write
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.
               pdnNetToMediaParamsIncompEntryTimeout 1.3.6.1.4.1.1795.2.24.2.27.1.1.2 integer32 read-write
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.
               pdnNetToMediaParamsDefRouteEntryTimeout 1.3.6.1.4.1.1795.2.24.2.27.1.1.3 integer32 read-write
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.
               pdnNetToMediaParamsAprTable 1.3.6.1.4.1.1795.2.24.2.27.1.1.4 no-access
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.
                   pdnNetToMediaParamsAprEntry 1.3.6.1.4.1.1795.2.24.2.27.1.1.4.1 no-access
An entry in the ARP Periodic Request Table. Each entry represents an IP address to send an ARP request to.
                       pdnNetToMediaParamsAprIpAddr 1.3.6.1.4.1.1795.2.24.2.27.1.1.4.1.1 ipaddress no-access
Identifies the IP address to periodically send an ARP request to and is used to identify corresponding rows in the table.
                       pdnNetToMediaParamsAprRowStatus 1.3.6.1.4.1.1795.2.24.2.27.1.1.4.1.2 rowstatus read-only
This object allows create, change, and delete operations on the table.
                       pdnNetToMediaParamsAprReqPeriod 1.3.6.1.4.1.1795.2.24.2.27.1.1.4.1.3 unsigned32 read-only
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).
                       pdnNetToMediaParamsAprTimeToNext 1.3.6.1.4.1.1795.2.24.2.27.1.1.4.1.4 unsigned32 read-only
Indicates the time, in minutes, remaining before the next ARP request will be sent.
           pdnNetToMediaConfig 1.3.6.1.4.1.1795.2.24.2.27.1.2
               pdnNetToMediaConfigTable 1.3.6.1.4.1.1795.2.24.2.27.1.2.1 no-access
A table displaying information about ARP entries.
                   pdnNetToMediaConfigEntry 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1 no-access
A list of information for each ARP entry in the ARP table to be displayed.
                       pdnNetToMediaConfigIpAddr 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.1 ipaddress no-access
This objects corresponds to an IP Address of a Host or Client.
                       pdnNetToMediaConfigMacAddr 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.2 macaddress read-only
This object corresponds to a MAC Address of a Host or Client.
                       pdnNetToMediaConfigMin 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.3 integer32 read-only
This objects displays the number of minutes since an ARP entry was last used.
                       pdnNetToMediaConfigFlags 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.4 integer32 read-only
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.
                       pdnNetToMediaConfigTrailer 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.5 switchstate read-only
This object is used to specify whether or not trailer encapsulation should be enabled or disabled.
                       pdnNetToMediaConfigPerm 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.6 truthvalue read-only
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.
                       pdnNetToMediaConfigRowStatus 1.3.6.1.4.1.1795.2.24.2.27.1.2.1.1.7 rowstatus read-only
This object is used to create or delete a row in this table.
               pdnNetToMediaClearAllArp 1.3.6.1.4.1.1795.2.24.2.27.1.2.2 integer read-write
Setting this object to a value of 'clear' will remove all entries from the ARP table. Enumeration: 'clear': 2, 'noop': 1.
               pdnNetToMediaProxyArpTable 1.3.6.1.4.1.1795.2.24.2.27.1.2.3 no-access
This table is used to enable or disable proxy ARP for the specified interface.
                   pdnNetToMediaProxyArpEntry 1.3.6.1.4.1.1795.2.24.2.27.1.2.3.1 no-access
This is an entry that allows user to enable or disable proxy ARP for the specified interface.
                       pdnNetToMediaProxyArpStatus 1.3.6.1.4.1.1795.2.24.2.27.1.2.3.1.1 integer read-only
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. Enumeration: 'enable': 2, 'disable': 1.
               ipNetToMediaConfig 1.3.6.1.4.1.1795.2.24.2.27.1.2.4
                   ipNetToMediaForwardingMode 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.1 integer read-write
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. Enumeration: 'vlan': 5, 'sms': 3, 'mux': 2, 'ult': 4, 'basic': 1.
                   ipNetToMediaDefaultNHR 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.2 ipaddress read-write
Setting this address will configure default NHR for the system.
                   ipNetToMediaExtTable 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.3 no-access
The IP Address Translation table used for mapping from IP addresses to physical addresses.
                       ipNetToMediaExtEntry 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.3.1 no-access
Each entry contains one IpAddress to `physical' address equivalence.
                           ipNetToMediaNHR 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.3.1.1 ipaddress read-only
This object is used to configure nhr for the interface using proxy ARP.
                   ipNetToMediaLimitTable 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.4 no-access
This table is used for to configure max number of IP addresses allowed on that interface.
                       ipNetToMediaLimitEntry 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.4.1 no-access
Each entry contains number of IP addresses allowed on that interface.
                           ipNetToMediaLimitEnabled 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.4.1.1 truthvalue read-only
This object is used to enable/disable limiting number of ip addresses on interfaces using proxy ARP.
                           ipNetToMediaMaxIPAddresses 1.3.6.1.4.1.1795.2.24.2.27.1.2.4.4.1.2 integer32 read-only
This object is used to configure number of ip addresses allowed on interfaces using proxy ARP.
           pdnNetTo8023MediaConfig 1.3.6.1.4.1.1795.2.24.2.27.1.3
               pdnNetTo8023MediaConfigTable 1.3.6.1.4.1.1795.2.24.2.27.1.3.1 no-access
A table displaying information about ARP entries.
                   pdnNetTo8023MediaConfigEntry 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1 no-access
A list of information for each ARP entry in the ARP table to be displayed.
                       pdnNetTo8023MediaConfigIpAddr 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.1 ipaddress no-access
This objects corresponds to an IP Address of a Host or Client.
                       pdnNetTo8023MediaConfigVnidId 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.2 vnidrange read-only
The VNID Id number of the virtual network for which this entry contains management information.
                       pdnNetTo8023MediaConfigMacAddr 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.3 macaddress read-only
This object corresponds to a MAC Address of a Host or Client.
                       pdnNetTo8023MediaConfigMin 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.4 integer32 read-only
This objects displays the number of minutes since an ARP entry was last used.
                       pdnNetTo8023MediaConfigFlags 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.5 integer32 read-only
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.
                       pdnNetTo8023MediaConfigTrailer 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.6 switchstate read-only
This object is used to specify whether or not trailer encapsulation should be enabled or disabled.
                       pdnNetTo8023MediaConfigPerm 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.7 truthvalue read-only
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.
                       pdnNetTo8023MediaConfigRowStatus 1.3.6.1.4.1.1795.2.24.2.27.1.3.1.1.8 rowstatus read-only
This object is used to create or delete a row in this table.
           pdnNetToMediaConformance 1.3.6.1.4.1.1795.2.24.2.27.1.4
               pdnNetToMediaCompliances 1.3.6.1.4.1.1795.2.24.2.27.1.4.1
                   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.
               pdnNetToMediaGroups 1.3.6.1.4.1.1795.2.24.2.27.1.4.2
                   pdnNetToMediaObjGroups 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.1
                       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.
                       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.
                       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.
                       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.
                       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.
                       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.
                       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.
                       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.
                       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.
                       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.
                   pdnNetToMediaNtfyGroups 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.2
                       pdnNetToMediaUnauthorizedUserEventGroup 1.3.6.1.4.1.1795.2.24.2.27.1.4.2.2.1
Unauthorized user event group.
       pdnNetToMediaMIBTraps 1.3.6.1.4.1.1795.2.24.2.27.2
           pdnNetToMediaMIBNotifications 1.3.6.1.4.1.1795.2.24.2.27.2.0
               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.