TELDAT-MON-PROTOCOL-ARP-MIB: View SNMP OID List / Download MIB
VENDOR: TELDAT, S.A.
Home | MIB: TELDAT-MON-PROTOCOL-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).
|
|||
Object Name | OID | Type | Access | Info |
telProdNpMonProtArp | 1.3.6.1.4.1.2007.4.1.2.3.2 | |||
telProdNpMonProtArpAsocTable | 1.3.6.1.4.1.2007.4.1.2.3.2.1 | no-access |
Parameter list associated to each interface with ARP. |
|
1.3.6.1.4.1.2007.4.1.2.3.2.1.1 | no-access |
Each entry has interface number, order number for each table entry, field to delete an entry, MAC address or DLCI, IP address associated and a Refresh field. |
||
telProdNpMonProtArpAsocIfcIndex | 1.3.6.1.4.1.2007.4.1.2.3.2.1.1.1 | integer | read-only |
Interface number. It is the first index |
telProdNpMonProtArpAsocOrdIndex | 1.3.6.1.4.1.2007.4.1.2.3.2.1.1.2 | integer | read-only |
Entry order number. It is the second index |
telProdNpMonProtArpAsocClear | 1.3.6.1.4.1.2007.4.1.2.3.2.1.1.3 | integer | read-write |
Field that enables the deletion of an entry. Enumeration: 'error': 3, 'ok': 2, 'undefined': 4, 'delete': 1. |
telProdNpMonProtArpAsocDirMac | 1.3.6.1.4.1.2007.4.1.2.3.2.1.1.4 | displaystring | read-only |
MAC address, or DLCI number in case of Frame Relay |
telProdNpMonProtArpAsocDirIP | 1.3.6.1.4.1.2007.4.1.2.3.2.1.1.5 | ipaddress | read-only |
IP address associated. |
telProdNpMonProtArpAsocRefr | 1.3.6.1.4.1.2007.4.1.2.3.2.1.1.6 | integer | read-only |
Refresh field. |
telProdNpMonProtArpAsocType | 1.3.6.1.4.1.2007.4.1.2.3.2.1.1.7 | integer | read-write |
Type of entry, public (1) or private (2) Enumeration: 'public': 1, 'private': 2. |
telProdNpMonProtArpCmdTable | 1.3.6.1.4.1.2007.4.1.2.3.2.2 | no-access |
Table of the delete command associated to ARP prot. |
|
1.3.6.1.4.1.2007.4.1.2.3.2.2.1 | no-access |
It has two fields: interface number and delete field |
||
telProdNpMonProtArpCmdIndex | 1.3.6.1.4.1.2007.4.1.2.3.2.2.1.1 | integer | read-only |
Interface number. It is the table index. |
telProdNpMonProtArpCmdDelete | 1.3.6.1.4.1.2007.4.1.2.3.2.2.1.2 | integer | read-write |
This field is used to signal the complete table deletion. Enumeration: 'error': 3, 'ok': 2, 'undefined': 4, 'delete': 1. |