Remote RMX-3200 Version 5.2x Configuration Guide
Configuring Network Setup Parameters: Configuring SNMP
5-15
1. At the main prompt, configure a v3 user (eric) with md5 authentication
(passphrase:
ericauthphrase) and des encryption (passphrase:
ericprivphrase):
config snmp user eric md5 ericauthphrase des ericprivphrase
2. Configure a community (dublinusers)with a v3 user (eric) that has
authentication and encryption (
priv) with read and write access (readwrite):
config snmp community dublinusers v3 user eric priv readwrite
3. Configure a host with the ip address of 12.34.56.78, port number 2, user name
eric, community type v3, with authentication (auth) but no encryption:
config snmp host 12.34.56.78 2 eric v3 auth
4. (optional) Verify that SNMP has been configured properly:
show snmp summary
The command response similar to the following displays:
In this scenario, you will:
Configure an SNMP version 3 user
Configure an SNMP v3 community
Configure an SNMP v3 host
(Dub)>show snmp summary
Authentication traps: enabled
Trap queue: disabled
Communities:
Name User Type Auth Mode
administrator v1 noauth readwrite
dublinusers eric v3 priv readwrite
public v1 noauth readonly
v3comm v3user v3 priv readwrite
V3 Users:
Username Auth Priv
eric md5 des
v3user md5 aes-128
Hosts:
IP Address Port Type Auth Community/User Queue
192.168.7.2 162 v1 noauth administrator sending
12.34.56.78 2 v3 auth eric sending
Priority:
Trap OID Priority
(Dub)>