PDN-TRAPMGR-MIB

File: PDN-TRAPMGR-MIB.mib (7788 bytes)

Imported modules

RFC1155-SMI RFC-1212 PDN-TC
SNMPv2-TC PDN-HEADER-MIB

Imported symbols

IpAddress OBJECT-TYPE SwitchState
DisplayString RowStatus pdn-traps

Defined Types

DevTrapMgrEntry  
SEQUENCE    
  devTrapMgrIpAddress IpAddress
  devTrapMgrDestination INTEGER
  devTrapMgrCircuit INTEGER
  devTrapMgrSubCircuit INTEGER

PdnDevTrapMgrEntry  
SEQUENCE    
  pdnDevTrapMgrDestAddress IpAddress
  pdnDevTrapMgrSubnetMask IpAddress
  pdnDevTrapMgrDestPort INTEGER
  pdnDevTrapMgrCommunityName DisplayString Size(1..32)
  pdnDevTrapMgrEnable INTEGER
  pdnDevTrapMgrRowStatus RowStatus

Defined Values

devTrapMgrMaxNumber 1.3.6.1.4.1.1795.2.24.2.9.1
Maximum number of managers allowed in the devTrapMgrTable. This may vary per device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

devTrapMgrCurrentNumber 1.3.6.1.4.1.1795.2.24.2.9.2
Current number of managers in devTrapMgrTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

devTrapMgrTable 1.3.6.1.4.1.1795.2.24.2.9.3
The trap manager table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DevTrapMgrEntry

devTrapMgrEntry 1.3.6.1.4.1.1795.2.24.2.9.3.1
An entry in the trap manager table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DevTrapMgrEntry  

devTrapMgrIpAddress 1.3.6.1.4.1.1795.2.24.2.9.3.1.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

devTrapMgrDestination 1.3.6.1.4.1.1795.2.24.2.9.3.1.2
The ifIndex to be used with the associated IpAddress when sending traps.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

devTrapMgrCircuit 1.3.6.1.4.1.1795.2.24.2.9.3.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

devTrapMgrSubCircuit 1.3.6.1.4.1.1795.2.24.2.9.3.1.4
The subcircuit used for management when devTrapMgrCircuit can be further subdivided.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pdnDevTrapMgrTable 1.3.6.1.4.1.1795.2.24.2.9.4
The paradyne's device trap manager table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnDevTrapMgrEntry

pdnDevTrapMgrEntry 1.3.6.1.4.1.1795.2.24.2.9.4.1
An entry of a trap manager configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PdnDevTrapMgrEntry  

pdnDevTrapMgrDestAddress 1.3.6.1.4.1.1795.2.24.2.9.4.1.1
The IP Address of the destination to which a trap must be sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

pdnDevTrapMgrSubnetMask 1.3.6.1.4.1.1795.2.24.2.9.4.1.2
This object is used to specify the subnet mask
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

pdnDevTrapMgrDestPort 1.3.6.1.4.1.1795.2.24.2.9.4.1.3
The Port destination used to send the trap.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pdnDevTrapMgrCommunityName 1.3.6.1.4.1.1795.2.24.2.9.4.1.4
This object corresponds to the name of the SNMP Community that will be used when sending the trap out to this manager destination.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

pdnDevTrapMgrEnable 1.3.6.1.4.1.1795.2.24.2.9.4.1.5
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

pdnDevTrapMgrRowStatus 1.3.6.1.4.1.1795.2.24.2.9.4.1.6
This object is used to add/delete rows to/from the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

pdnDevConfigTrapsEnable 1.3.6.1.4.1.1795.2.24.2.9.5
This objects allows NMS to turn off/on the generation of Traps in the device.
Status: mandatory Access: read-write
OBJECT-TYPE    
  SwitchState