0% found this document useful (0 votes)
48 views1 page

Router Secutiy

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views1 page

Router Secutiy

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

console : Admin port

s/w
1) Hyperterminal
2) Putty
3) Zoc Terminal

Give security to a Router

1) Console :
Router> user mode
Router>enable
Router# priviliged mode
Router#confgiure terminal
Router(config)#
Router(config)#line con 0
Router(config-line)#password rttc
Router(config-line)#login
Router(config-line)#end
Router#write
2) enable password
Router(config)#
Router(config)#enable password abcd
Router(config)#end
Router#wr
3) Telnet password
Router(config)#line vty 0 4
Router(config-line)#password cisco
Router(config-line)#login
Router(config-line)#end
Router#
Router#write
4) secure the password

Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#service password-encryption
Router(config)#end
Router#
Router#write

Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int range fa0/7-24
Switch(config-if-range)#shutdown
Switch(config-if-range)#end
Switch#write
Building configuration...
[OK]
Switch#

You might also like