meanrabbit
IS-IT--Management
Hello All,
I'm having to get the network passed on a Security audit. Our router (cisco 2620) keeps failing on the scan because Telnet is enabled. I'm new to our routers, (my friend/coworker handled these things and he passed away recently)
and I've been forced into learning these things now.
I was able to figure out how to login with the console cable and 'enable' the connection. I did the following and copied it to the notepad.
# show run
Now that I made a backup (i think). I need to figure out how to disable telnet so we can only access the router via the console cable. Below is the bottom of the config file. I assume my answer lies here somewhere?
------------------------------
!
!
line con 0
password 1stg3n!
login
transport preferred none
speed 115200
line aux 0
line vty 0 4
password 1stg3n!
login
!
!
end
------------------
I dont suppose there is some 1 line command I can enter rather then panicking over reloading the configurating?
Any help or link to a FAQ would be appreciated greatly.
Thanks Much
ed
I'm having to get the network passed on a Security audit. Our router (cisco 2620) keeps failing on the scan because Telnet is enabled. I'm new to our routers, (my friend/coworker handled these things and he passed away recently)

I was able to figure out how to login with the console cable and 'enable' the connection. I did the following and copied it to the notepad.
# show run
Now that I made a backup (i think). I need to figure out how to disable telnet so we can only access the router via the console cable. Below is the bottom of the config file. I assume my answer lies here somewhere?
------------------------------
!
!
line con 0
password 1stg3n!
login
transport preferred none
speed 115200
line aux 0
line vty 0 4
password 1stg3n!
login
!
!
end
------------------
I dont suppose there is some 1 line command I can enter rather then panicking over reloading the configurating?
Any help or link to a FAQ would be appreciated greatly.
Thanks Much
ed