1848418 Members
3713 Online
104027 Solutions
New Discussion

SNMPv3 Need help with PCM+ 3.1 and E2650 switch

 
SOLVED
Go to solution
n3tm1n
Valued Contributor

SNMPv3 Need help with PCM+ 3.1 and E2650 switch

Hello,

 

I accidently fat fingered on a line in 2650 switch when enabling SNMPv3 on it. During the "Create a user that uses SHA, I accidently hit enter twice.  I have attempted to create a SHA user, but I still cannot get PCM+ to communicate with the switch via v3. Below is the config process.

 

Is there a way to redo this hole process without "reseting" the switch to factory default.

 

Thanks,

Bob

 

Switch4(config)# snmpv3 enable
SNMPv3 Initialization process.
Creating user 'initial'
Authentication Protocol: MD5
Enter authentication password: ********
Privacy protocol is DES
Enter privacy password: ********
User 'initial' is created
Would you like to create a user that uses SHA? y
Enter user name: _________________________________________ messed up here
Cannot create user ''.

User creation is done.  SNMPv3 is now functional.
Would you like to restrict SNMPv1 and SNMPv2c messages to have read only
access (you can set this later by the command 'snmp restrict-access'): n
Switch4(config)# snmpv3 enable
Switch4(config)# create sha
Invalid input: create
Switch4(config)# no snmpv3
Incomplete input: snmpv3

Switch4(config)# snmpv3 user [user name] auth md5 authpass priv [password]
Switch4(config)# snmpv3 user [user name] auth sha authpass priv [password]
Switch4(config)# snmpv3 group managerpriv user [user name] sec-model ver3
Switch4(config)# show snmpv3 group


Switch4(config)# snmp
 snmp-server
 snmpv3
Switch4(config)# snmpv3 only
Switch4(config)# snmpv3 user [user name] auth md5 authpass priv des [password]

Switch4(config)# snmpv3 user [user name] auth md5 authpass priv des [password]
Switch4(config)# show snmpv3
Incomplete input: snmpv3
Switch4(config)# snmpv3 user [user name] auth md5 authpass priv des [password]
Switch4(config)# snmpv3 user [user name] auth md5 authpass priv des [password]
Switch4(config)# write mem
Switch4(config)# sha user
Invalid input: sha
Switch4(config)# sha
Invalid input: sha
Switch4(config)# snmpv3 user [user name]auth md5 authpass priv des [password

2 REPLIES 2
n3tm1n
Valued Contributor

Re: SNMPv3 Need help with PCM+ 3.1 and E2650 switch

Note: I had another 2650 that I successfully configured to work with PCM.

n3tm1n
Valued Contributor
Solution

Re: SNMPv3 Need help with PCM+ 3.1 and E2650 switch

Figured out my problem... It was me... Geesh... End users...

 

When I was following the Mgmt Config guide, I followed the process to closely on fig.6-2  I ended up using "authpass" as the password and didn't realize until today after I re-did the whole process.