43
<Configuration Example>
Overview: Enable the SNMP function, then set the community name and the address
information.
(1) Enable the SNMP agent.
(2) Set the SNMP manager administrative information as below.
community 1, private, Read-Write, 192.168.1.200
(3) Set the SNMP manager administrative information as below.
community 2, public, Read-Only, 192.168.1.200
(4) Set the SNMP trap receiver settings as below.
trap receiver 1, SNMP v1, 192.168.1.200, community public
Fig. 3-3-2 Example of executing the command to show the SNMP information
M24eG> enable
M24eG# configure
M24eG(config)# snmp-server agent
M24eG(config)# snmp-server community 1 private rw 192.168.1.200
M24eG(config)# snmp-server community 2 public ro 192.168.1.200
M24eG(config)# snmp-server host 1 type v1 192.168.1.200 trap public
M24eG(config)# end
M24eG#
(1)
(2)
(3)
(4)