OLT LTP-16N, LTP-16NT. User Manual
37
•
•
•
•
•
•
4.3.6 Deleting a user
To delete a user, enter the
no user
command in the
configure view
. Pass the user name as a parameter:
LTP-16N# configure terminal
LTP-16N(configure)# no user operator
User operator successfully deleted
4.4 Services configuration
4.4.1 Introduction
This section describes configuration of integrated terminal services.
4.4.2 SNMPD configuration
For the terminal to work via SNMP, the appropriate service should be enabled.
Step 1.
Switch to the
configure view.
LTP-16N# configure terminal
Step 2.
Enable the SNMP agent of the terminal by using
snmp enable
command.
LTP-16N(configure)# ip snmp enable
Step 3.
The settings of the SNMP agent change as soon as the configuration is applied. No terminal
reboot is needed.
LTP-16N(configure)# do commit
You need to configure users to operate with SNMPv3.
Step 1.
Add users and set the privilege levels
LTP-16N(configure)# ip snmp user "rwuser" auth-password "rwpassword" enc-password
"rwencrpass" access rw
LTP-16N(configure)# ip snmp user "rouser" auth-password "ropassword" enc-password
"roencrpass" access ro
Step 2.
The settings of the SNMP agent change as soon as the configuration is applied. No terminal
reboot is needed.
LTP-16N(configure)# do commit
Step 3.
Check the configuration using the
show running
command