ESR series service routers.ESR-Series. User manual
•
•
•
•
•
•
•
Step Description Command Keys
7 Set the value of SNMP value that 
contains the information on the 
device location.
esr(config)# snmp-server location 
<LOCATION>
<LOCATION> – information about 
equipment location, set by the 
string up to 255 characters.
8 Specify user access level via 
SNMPv3.
esr(config-snmp-user)# access 
<TYPE>
<TYPE> – access level:
ro – read-only access;
rw – read and write access.
9 Specify user security mode via 
SNMPv3.
esr(config-snmp-user)# 
authentication access <TYPE>
<TYPE> – security mode:
auth – used only for 
authentication;
priv – both authentication 
and data encryption are 
used.
10 Specify SNMPv3 queries 
authentication algorithm.
esr(config-snmp-user)# 
authentication algorithm 
<ALGORITHM>
<ALGORITHM> – encryption 
algorithm:
md5 – password is hashed 
by md5 algorithm;
sha1 – password is 
encrypted by sha1 
algorithm.
11 Set the password for SNMPv3 
queries authentication.
esr(config-snmp-user)# 
authentication key ascii-text 
{ <CLEAR-TEXT> | encrypted 
<ENCRYPTED-TEXT> }
<CLEAR-TEXT> – password, set by 
the string of 8 to 16 characters;
encrypted – when 
specifying a command, an 
encrypted password is set:
<ENCRYPTED-TEXT> – encrypted 
password of 8 to 16 bytes (from 16 
to 32 characters) in hexadecimal 
format (0xYYYY ...) or (YYYY ...).
12 Enable filtration and set the 
profile of IP addresses from 
which SNMPv3 packets with the 
given SNMPv3 user name can be 
received.
esr(config-snmp-user)# client-list 
<NAME>
<NAME> – name of the previously 
conscious object-group, specified 
in a string of up to 31 characters.
13 Specify vrf for SNMPv3 user 
(optional).
esr-21(config-snmp-user)# ip vrf 
forwarding <VRF>
<VRF> – VRF instance name, set 
by the string of up to 31 
characters, which contains SNMP 
notification collector.
14 Enable filtration and set IPv4/
IPv6 address which is provided 
with the access to the router as 
the given SNMPv3 user.
esr(config-snmp-user)# ip address 
<ADDR>
<ADDR> – IP address of the client 
provided with the access, defined 
as AAA.BBB.CCC.DDD where each 
part takes values of [0..255].