cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
224
Views
0
Helpful
1
Replies

SDM and Config Editor

saugustin
Level 1
Level 1

While enabling the firewall in SDM, it wiped out the cmd "login local" on my "line con 0". I am not able to find a tool in SDM to add the cmd back in except for ConfigEditor, but I do not know the syntax. I just want to be able to merge the new command back into my running config.

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Steve,

if you have telnet or ssh access to the box you can use CLI

telnet box-address

use the user/pwd needed

get enable access

router> enable

router# conf t

router(config)# line con 0

router(config-line)# login local

router(config-line)#end

test console access then if everything is fine:

router# write mem

a username/pwd pair must exist to use this.

Hope to help

Giuseppe

Review Cisco Networking products for a $25 gift card