beautypg.com

Procedure, Chapter 10 – Technicolor - Thomson Wireless Business DSL Routers SpeedTouchTM620 User Manual

Page 164

background image

Chapter 10

SpeedTouch™ Monitoring

E-DOC-CTC-20051017-0155 v1.0

154

Procedure

The general flow of user configuration is as follows: you create a view, which is
basically a set of MIB access rights. after that, you create a user group with access
to that view. Then, you create a user and add it to the group. Thus, the user will
have the groups MIB access and have tha access rights you defined in the view.

Proceed as follows:

For a more detailed description of these commands and their parameters, refer to
the CLI command guide.

Step

Action

1

Use the following command to create a new view:

:snmp view add viewname=View_All viewtree=iso type=include

2

Use the following command to create a new group with read-, write-
and notification access to that view:

:snmp group add groupname=Grayskull securitymodel=usm

securitylevel=noAuthNoPriv readview=View_all writeview=View_all

notifyview=View_all

3

Use the following command to create a new user:

:snmp user add securityname=Musclor snmpengineID=localSnmpID

authprot=usmNoAuthProtocol privprot=usmNoPrivProtocol

4

Use the following command to add the user to the group:

:snmp securitytogroup add securitymodel=usm

securityname=Musclor groupname=Grayskull

5

Use the following command to enable the SNMP service if necessary:

:service system modify name SNMPV3_AGENT state enabled