trusted-manager
This command configures the SNMP Trusted Managers table, which configures SNMP Trusted Managers.
Syntax
(config-system)# snmp settings
(snmp)# trusted-manager <Index>
(trusted-manager-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
ip-address |
Defines the SNMP Trusted Manager's IPv4 address. |
name |
Defines a descriptive name for the SNMP Trusted Manager. |
Command Mode
Privileged User
Example
This example configures an SNMP Trusted Manager with address 10.13.4.145:
(config-system)# snmp settings
(snmp)# trusted-manager 1
(trusted-manager-1)# name MyTrustedSNMP
(trusted-manager-1)# ip-address 10.13.4.145
(trusted-manager-1)# exit