Chapter 15
Network Discovery and Management
RUGGEDCOM ROX II
CLI User Guide
678 Deleting an SNMP Target Address
Section15.2.6.3
Deleting an SNMP Target Address
To delete an SNMP target address, do the following:
1. Make sure the CLI is in Configuration mode.
2. Delete the SNMP target address by typing:
no admin snmp snmp-target-address target-name
Where:
• target-name is a descriptive name for the target (e.g. Corporate NMS)
3. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section15.2.7
Managing SNMP Users
This section describes how to manage SNMP users.
CONTENTS
• Section15.2.7.1, “Viewing a List of SNMP Users”
• Section15.2.7.2, “Adding an SNMP User”
• Section15.2.7.3, “Deleting an SNMP User”
Section15.2.7.1
Viewing a List of SNMP Users
To view a list of SNMP users configured on the device, type:
show running-config admin snmp snmp-user
If users have been configured, a table or list similar to the following example appears:
ruggedcom# show running-config admin snmp snmp-user | tab
USER AUTH
USER ENGINE ID NAME PROTOCOL AUTH KEY
--------------------------------------------------------------------------------
80:00:3a:9c:03:00:0a:dc:ff:9a:00 oper sha1 $4$kNxlPIYMx2xJhYYI0d4IDw==
80:00:3a:9c:03:00:0a:dc:ff:9a:00 admin none -
80:00:3a:9c:03:00:0a:dc:ff:9a:00 guest md5 $4$kNxlPIYMx2xJhYYI0d4IDw==
!
!
If no SNMP users have been configured, add users as needed. For more information, refer to Section15.2.7.2,
“Adding an SNMP User”.