Difference between revisions of "NXSL:SNMP Transport"
Jump to navigation
Jump to search
m (Text replacement - "^" to "{{deprecated}}") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Represents SNMP Transport functionality. Objects of this class are typically obtained from nodes that support SNMP. Objects of this class used to access [[NXSL_Function_Reference#SNMP|SNMP functions]] of nodes. | {{deprecated}}Represents SNMP Transport functionality. Objects of this class are typically obtained from nodes that support SNMP. Objects of this class used to access [[NXSL_Function_Reference#SNMP|SNMP functions]] of nodes. | ||
'''Class Name''' | '''Class Name''' | ||
Line 14: | Line 14: | ||
| snmpVersion|| string || SNMP version used by the transport. Can be "1", "2c" or "3" | | snmpVersion|| string || SNMP version used by the transport. Can be "1", "2c" or "3" | ||
|} | |} | ||
[[Category:NXSL Class Reference]] |
Latest revision as of 16:13, 13 September 2022
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide) |
Represents SNMP Transport functionality. Objects of this class are typically obtained from nodes that support SNMP. Objects of this class used to access SNMP functions of nodes.
Class Name
SNMP_Transport
Attributes
Name | Type | Description |
---|---|---|
snmpVersion | string | SNMP version used by the transport. Can be "1", "2c" or "3" |