Charles R. Anderson
Guest
|
Posted:
Sat Oct 16, 2004 3:36 pm Post subject:
Re: Nortel Passport 8600 v3.7 SNMP |
|
|
Jas <london_london75@yahoo.co.uk> wrote:
| Quote: | I upgraded to 3.7 from 3.5, now SNMP community is public, private.
Don't know how to add the correct community strings..
|
The v3.7 security document covers this.
config snmp-v3 community info
Index1 - Index6 are your converted rwa, rw, l3, l2, l1, ro community
strings. first and second are default public/private community
strings.
If all you want is two community strings for read-only and read-write
SNMP v1/v2c access, and you don't care about the six access levels:
config snmp-v3 community info
config snmp-v3 community delete Index1
config snmp-v3 community delete Index2
config snmp-v3 community delete Index3
config snmp-v3 community delete Index4
config snmp-v3 community delete Index5
config snmp-v3 community delete Index6
config snmp-v3 community commname first new-commname readonlystring
config snmp-v3 community commname second new-commname readwritestring
config snmp-v3 community info
save config |
|