PDN-TRAPMGR-MIB: View SNMP OID List / Download MIB
VENDOR: PARADYNE
Home | MIB: PDN-TRAPMGR-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 |
devTrapMgrMaxNumber | 1.3.6.1.4.1.1795.2.24.2.9.1 | integer | read-only |
Maximum number of managers allowed in the devTrapMgrTable. This may vary per device. |
devTrapMgrCurrentNumber | 1.3.6.1.4.1.1795.2.24.2.9.2 | integer | read-only |
Current number of managers in devTrapMgrTable. |
devTrapMgrTable | 1.3.6.1.4.1.1795.2.24.2.9.3 | no-access |
The trap manager table. |
|
1.3.6.1.4.1.1795.2.24.2.9.3.1 | no-access |
An entry in the trap manager table. |
||
devTrapMgrIpAddress | 1.3.6.1.4.1.1795.2.24.2.9.3.1.1 | ipaddress | read-write |
Unique IP address identifying a Trap Manager. An existing Trap Manager may be deleted by setting the devTrapMgrIpAddress object to 0.0.0.0 or by setting the devTrapMgrIpAddress object to a new address. A new Trap Manager may be added by setting the devTrapMgrIpAddress object of 0.0.0.0 to the new address as long as there is still room for another Trap Manager. |
devTrapMgrDestination | 1.3.6.1.4.1.1795.2.24.2.9.3.1.2 | integer | read-write |
The ifIndex to be used with the associated IpAddress when sending traps. |
devTrapMgrCircuit | 1.3.6.1.4.1.1795.2.24.2.9.3.1.3 | integer | read-write |
The circuit used for management when multiple circuits are allowed over the specified interface (ifIndex). If the interface allows only one circuit, devTrapMgrCircuit is set to 0. |
devTrapMgrSubCircuit | 1.3.6.1.4.1.1795.2.24.2.9.3.1.4 | integer | read-write |
The subcircuit used for management when devTrapMgrCircuit can be further subdivided. |
pdnDevTrapMgrTable | 1.3.6.1.4.1.1795.2.24.2.9.4 | no-access |
The paradyne's device trap manager table. |
|
1.3.6.1.4.1.1795.2.24.2.9.4.1 | no-access |
An entry of a trap manager configuration. |
||
pdnDevTrapMgrDestAddress | 1.3.6.1.4.1.1795.2.24.2.9.4.1.1 | ipaddress | read-only |
The IP Address of the destination to which a trap must be sent. |
pdnDevTrapMgrSubnetMask | 1.3.6.1.4.1.1795.2.24.2.9.4.1.2 | ipaddress | read-only |
This object is used to specify the subnet mask |
pdnDevTrapMgrDestPort | 1.3.6.1.4.1.1795.2.24.2.9.4.1.3 | integer | read-write |
The Port destination used to send the trap. |
pdnDevTrapMgrCommunityName | 1.3.6.1.4.1.1795.2.24.2.9.4.1.4 | displaystring | read-write |
This object corresponds to the name of the SNMP Community that will be used when sending the trap out to this manager destination. |
pdnDevTrapMgrEnable | 1.3.6.1.4.1.1795.2.24.2.9.4.1.5 | integer | read-write |
This object corresponds to turning traps on/off for a particular destination. enable (1) - traps will be sent to the specified destination. disable (2)- traps will not be sent to the specified destination. Enumeration: 'enable': 1, 'disable': 2. |
pdnDevTrapMgrRowStatus | 1.3.6.1.4.1.1795.2.24.2.9.4.1.6 | rowstatus | read-write |
This object is used to add/delete rows to/from the table. |
pdnDevConfigTrapsEnable | 1.3.6.1.4.1.1795.2.24.2.9.5 | switchstate | read-write |
This objects allows NMS to turn off/on the generation of Traps in the device. |