Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.03 KB

SnmpTrap.md

File metadata and controls

16 lines (12 loc) · 1.03 KB

SnmpTrap

Complex type that models a trap message sent from an agent to the manager.

Properties

Name Type Description Notes
destination str Address to which the SNMP trap information is sent. [optional]
enabled bool Enables/disables the trap on the server If enabled, trap is active on the server. [optional]
port int Port used by the server to communicate with trap destination. Enter a value between 1-65535. [optional]
type str Type of trap which decides whether to receive a notification when a trap is received at the destination. [optional] [default to 'Trap']
user str SNMP user for the trap. Applicable only to SNMPv3. [optional]
version str SNMP version used for the trap. [optional] [default to 'V3']

[Back to Model list] [Back to API list] [Back to README]