Class: IControl::Management::SNMPConfiguration::GenericSinkInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::GenericSinkInformation
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
This structure is now deprecated. Use structure GenericSinkInformation2 instead. This is a more generic trap configuration that allows any type of trap destination to be specified with any version of SNMP. See the snmpcmd(1) manual page for further details on the arguments that can be passed with snmpcmd_args. In addition to the arguments listed there, the special argument -Ci specifies that you want inform notifications to be used instead of unacknowledged traps (this requires that you also specify a version number of v2c or v3 as well).
Instance Attribute Summary collapse
-
#sink_community ⇒ String
The community name of the host to receive trap messages.
-
#sink_host ⇒ String
The host address for which traps are sent.
-
#snmpcmd_args ⇒ String
Commands to communicate with a network entity using SNMP requests.
Instance Attribute Details
#sink_community ⇒ String
The community name of the host to receive trap messages.
1649 1650 1651 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1649 def sink_community @sink_community end |
#sink_host ⇒ String
The host address for which traps are sent.
1649 1650 1651 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1649 def sink_host @sink_host end |
#snmpcmd_args ⇒ String
Commands to communicate with a network entity using SNMP requests.
1649 1650 1651 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1649 def snmpcmd_args @snmpcmd_args end |