Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SNMPv3 via Passport 8600 **Need Help***

Status
Not open for further replies.

xyCruiseryx

Technical User
Oct 18, 2004
94
0
0
DE
Hello , i try to configure SNMPv3 Passport 8600. In the Pdf is the follow describe.

Note: You must configure a valid SNMPv3 user through the CLI before
you can access the SNMPv3 USM table, VACM table, and Community
table.

Now i configure the follow commands:

Passport-8603:3# config snmp-v3 usm create testing md5 auth test

The account for Device Manager is now :

User: testing Pw: test

But when i try to login about the devicemanager i get the follow message: autorizationsError

Can anyone help me..????
 
Here's a K.I.S.S. SNMPv3 setup:

Code:
config snmp-v3 usm create USERNAME md5 auth PASS1 priv PASS2
config snmp-v3 group-member create USERNAME usm GROUP
config snmp-v3 group-access create GROUP "" usm authPriv
config snmp-v3 group-access view GROUP "" usm authPriv read "root" write "root" notify "root"

replace USERNAME, PASS1, PASS2 and GROUP with your local equiv. md5 auth is not considered the strongest, but it's what my infrastructure already supports

Tony
 
Code:
config snmp-v3 group-access create GROUP "" usm authPriv
config snmp-v3 group-access view GROUP "" usm authPriv read "root" write "root" notify "root"

This commands are not supported on passport.

the both:
config snmp-v3 usm create USERNAME md5 auth PASS1 priv PASS2
config snmp-v3 group-member create USERNAME usm GROUP
are OK.


The command: config snmp-v3 group-access create GROUP "" usm authPriv
config snmp-v3 group-access view GROUP "" usm authPriv read "root" write "root" notify "root"

are not right ???? can you write me this detailed ???

THX

 
What software are you running ?

3.5.x was a SNMP rebuild config change release
 
Please? give same exmple to configure SNMPv3 BPS and BS470
 
I entered foloving command
BPS2000(config)#snmp-server user test_user write-view +1.3
But when I login using DM, I recive error
java.lang.ClassCastException
 
BPS2000(config)#snmp-server view test_view +1.0 +1.2 +1.3
BPS2000(config)#snmp-server user repaRU md5 mypassword read test_view write-view test_view
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top