Hello,
I have lost administration in my switch (Cisco Catalyst 6000 Multilayer Switch Feature Card MSFC2) configuring "aaa" It seems due to an ACL and I have no user local configured only line vty password. It has a RW snmp community. Do yo know if is possible to set a username via snmp? or Could you please suggestme another way to recover administration?
My aaa configuration is:
aaa new-model
aaa authentication login default group local tacacs+
aaa authentication enable default enable group tacacs+
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa authorization config-commands
aaa authorization exec default group local tacacs+
aaa authorization commands 15 default local group tacacs+
tacacs-server host 10.10.0.231
tacacs-server host 10.10.0.232
tacacs-server key xxxx
line vty 0 4
exec-timeout 15 0
password xxxxx
login
In the ACS I have no request login logs
Thanks in advance!!