Radware Alteon Application Manual page 45

Application switch operating system
Hide thumbs Also See for Alteon:
Table of Contents

Advertisement

To configure an SNMP username
>> # /cfg/sys/ssnmp/snmpv3/usm <x>
User Configuration
Configure users to use the authentication and privacy options. Alteon supports two authentication
algorithms: MD5 and SHA.
To configure authentication and privacy options
This example procedure configures a user with the name test, authentication type MD5,
authentication password test, privacy option DES, and with privacy password test.
1. Enter the following CLI commands:
>> # /cfg/sys/ssnmp/snmpv3/usm 5
>> SNMPv3 usmUser 5 # name "test"
>> SNMPv3 usmUser 5 # auth md5
>> SNMPv3 usmUser 5 # authpw test
>> SNMPv3 usmUser 5 # priv des
>> SNMPv3 usmUser 5 # privpw test
2. After configuring a user, specify the access level for this user along with the views to which the
user is allowed access. This is specified in the access table.
>> # /cfg/sys/ssnmp/snmpv3/access 5
>> SNMPv3 vacmAccess 5 # name "testgrp"
>> SNMPv3 vacmAccess 5 # level authPriv
>> SNMPv3 vacmAccess 5 # rview "iso"
>> SNMPv3 vacmAccess 5 # wview "iso"
>> SNMPv3 vacmAccess 5 # nview "iso"
3. Link the user to a particular access group.
>> # /cfg/sys/ssnmp/snmpv3/group 5
>> SNMPv3 vacmSecurityToGroup 5 # uname test
>> SNMPv3 vacmSecurityToGroup 5 # gname testgrp
If you want to allow the user to access only certain MIBs, see
page
46.
Document ID: RDWR-ALOS-V2900_AG1302
Alteon Application Switch Operating System Application Guide
View-Based Configurations,
Accessing Alteon
45

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents