ESR series service routers.ESR-Series. User manual
Specify security mode:
esr(snmp-user)# authentication access priv
Specify authentication algorithm for SNMPv3 requests:
esr(snmp-user)# authentication algorithm md5
Set the password for SNMPv3 request authentication:
esr(snmp-user)# authentication key ascii-text 123456789
Specify the transmitted data encryption algorithm:
esr(snmp-user)# privacy algorithm aes128
Set password for the transmitted data encryption:
esr(snmp-user)# privacy key ascii-text 123456789
Enable SNMPv3 user:
Define receiver-server of Trap-PDU messages:
esr(config)# snmp-server host 192.168.52.41
17.4 Zabbix-agent/proxy configuration
Zabbix-agent – agent designed to monitor the device, as well as execute remote commands from the Zabbix
server. The agent can operate in two modes: passive and active. To operate in passive mode, by default, allow
rule in the firewall – TCP protocol, port 10050. For active mode – TCP protocol, port 10051.
A Zabbix proxy is a process capable of collecting monitoring data from one or more monitored devices and
sending this information to a Zabbix server.
17.4.1 Configuration algorithm
Step Description Command Keys
1 Switch to the agent/proxy
configuration context.
esr(config)# zabbix-agent
esr(config)# zabbix-proxy