10.3.7 Setting System Management Information on the SNMP Agent and Enabling/Disabling the SNMP Agent
10.3.7 Setting System Management Information on the SNMP Agent and Enabling/Disabling the SNMP Agent
The SNMP agent is disabled by default. The default port number for the agent is 161. Specify an e-mail address up with 128 characters. When placing a limit on the receiving e-mail address, confirm the setting.
- Execute the showsnmp command to display the SNMP settings.
The following example displays the status where no management information is set.
XSCF> showsnmp Agent Status: Disabled Agent port: 161 System Location: Unknown System Contact: Unknown System Description: Unknown : |
- Execute the setsnmp command to configure SNMP.
The following example specifies the system installation location, description, and administrator e-mail address.
XSCF> setsnmp -l MainTower21F -c foo@example.com -d DataBaseServer |
- Execute the setsnmp command to enable the SNMP agent.
The following example enables the agent.
XSCF> setsnmp enable |
- The following example disables the agent.
XSCF> setsnmp disable |
- Execute the showsnmp command, and confirm the SNMP settings.
In the following example, the SNMP agent is enabled.
XSCF> showsnmp Agent Status: Enabled Agent port: 161 System Location: MainTower21F System Contact: foo@example.com System Description: DataBaseServer : |
< Previous Page | Next Page >