100 ESR Series Routers Operation Manual
7.34 SNMP configuration
SNMP (Simple Network Management Protocol)is a protocol designed for device management in IP
networks featuring TCP/UDP architecture. SNMP provides management data as variables that describe
the configuration of a system being managed.
Objective: Configure SNMPv3 server with authentication and data encryption for 'admin' user. ESR
router IP address: 192.168.52.41, server IP address: 192.168.52.8.
Fig. 7.36—Network structure
Solution:
First, do the following:
Specify zone for gi1/0/1 interface
Configure IP address for ge1/0/1 interfaces
Main configuration step:
Enable SNMP server:
esr(config)# snmp-server
Create SNMPv3 user:
esr(config)# snmp-server user admin
Specify security mode:
esr(snmp-user)# authentication access priv
Specify authentication algorithm for SNMPv3 requests:
esr(snmp-user)# authentication algorithm md5
Define password for SNMPv3 request authentication:
esr(snmp-user)# authentication key ascii-text 123456789
Specify transferred data encryption algorithm:
esr(snmp-user)# privacy algorithm aes128
Define password for transferred data encryption:
esr(snmp-user)# privacy key ascii-text 123456789
Enable SNMPv3 user:
esr(snmp-user)# enable