Technicolor - Thomson SpeedTouchTM620 Network Router User Manual


 
Chapter 10
SpeedTouch™ Monitoring
E-DOC-CTC-20051017-0155 v1.0
143
10.2.4 How to Configure SNMPv1
Configuring SNMPv1 on
the SpeedTouch™
The SpeedTouch™ supports SNMPv3, but is also backwards compatible with
SNMPv1. However, you need specific configuration procedures for this. Basically
you need to do the following in order to configure SNMPv1:
Configure the SNMPv1 Client
If applicable, enable SNMPv1 traps
How to Configure the
SNMPv1 Client
Proceed as follows:
Step Action
1 Create a new community:
:snmp community add index=RWCommunity
securityname=RWCommunity
communityname=private
2 Create a new view:
:snmp view add viewname=all
viewtree=iso
type=include
3 Configure a group with the required access rights to access that view:
:snmp group add groupname=test_groupname_write
securitymodel=snmpv1
securitylevel=noAuthNoPriv
readview=all writeview=all notifyview=all
4 Configure the community to have these group rights
:snmp securitytogroup modify securitymodel=snmpv1
securityname=RWCommunity
groupname=test_groupname_write
5 Allow external access to the SNMP agent:
:service system modify name SNMPV3_AGENT state enabled