Hello:
I am tryhing to disable a cisco 1720's ability to be accessed remotely. We are interested only in accessing the router via the console connection (cisco rollover cable to a serial port). We do not use the auxillary connection and want to disable remote telnet access.
The portion of my "show run" that deals with this sort of thing:
I tried disabling the VTY lines and wasn't able to do so. Any ideas? Thanks in advance.
I am tryhing to disable a cisco 1720's ability to be accessed remotely. We are interested only in accessing the router via the console connection (cisco rollover cable to a serial port). We do not use the auxillary connection and want to disable remote telnet access.
The portion of my "show run" that deals with this sort of thing:
Code:
line con 0
password ######
login
transport preferred none
line aux 0
password ########
login
transport preferred none
transport input all
stopbits 1
flowcontrol hardware
line vty 0 4
password #######
login
transport preferred none
transport input none
I tried disabling the VTY lines and wasn't able to do so. Any ideas? Thanks in advance.