Services
Simple Network Management Protocol (SNMP)
IX20 User Guide
393
edge
external
internal
ipsec
loopback
setup
(config)>
Repeat this step to list additional firewall zones.
5. Set the name of the user that will be used to connect to the SNMP agent.
(config)> service snmp username
name
(config)>
6. Set the password for the user that will be used to connect to the SNMP agent:
(config)> service snmp password
pwd
(config)>
7. (Optional) Set the port number for the SNMP agent. The default is
161
.
(config)> service snmp port
port
(config)>
8. (Optional) Configure Multicast DNS (mDNS)
mDNS is a protocol that resolves host names in small networks that do not have a DNS server.
For the SNMP agent, mDNS is disabled by default. To enable:
(config)> service snmp mdns enable true
(config>
9. (Optional) Set the authentication type. Allowed values are
MD5
or
SHA
. The default is
MD5
.
(config)> service snmp auth_type SHA
(config)>
10. (Optional) Set the privacy passphrase. If not set, the password, entered above, is used.
(config)> service snmp privacy
pwd
(config)>
11. (Optional) Set the privacy protocol, either
DES
or
AES
. The default is
DES
.
(config)> service snmp privacy_protocol AES
(config)>
12. Save the configuration and apply the change:
(config)> save
Configuration saved.
>