Difference between revisions of "Cisco securing device"

From Ever changing code
Jump to navigation Jump to search
Line 1: Line 1:
= Switching off unnecessary =
no ip source-route
ip options drop
no ip http server
no ip http secure-server
no service tcp-small-servers
no service udp-small-servers
service tcp-keepalives-in
service tcp-keepalives-out
no ip bootp server
no ip finger
no ip identd
no service config
no lldp run
no service pad
= References =
= References =
*[http://rolande.wordpress.com/2007/04/14/best-practices-for-inbound-access-lists/ Best Practices for Inbound Cisco Access Lists] 2007
*[http://rolande.wordpress.com/2007/04/14/best-practices-for-inbound-access-lists/ Best Practices for Inbound Cisco Access Lists] 2007
*[http://routerjockey.com/2011/09/06/best-practices-and-securing-cisco-ios/ Best Practices and Securing Cisco IOS] 2011
*[http://routerjockey.com/2011/09/06/best-practices-and-securing-cisco-ios/ Best Practices and Securing Cisco IOS] 2011
*[http://www.dslreports.com/faq/7766 How do I secure a Cisco router from the Internet?] 2009
*[http://www.dslreports.com/faq/7766 How do I secure a Cisco router from the Internet?] 2009

Revision as of 16:59, 27 October 2013

Switching off unnecessary

no ip source-route 
ip options drop 
no ip http server 
no ip http secure-server 
no service tcp-small-servers 
no service udp-small-servers 
service tcp-keepalives-in 
service tcp-keepalives-out 
no ip bootp server 
no ip finger 
no ip identd 
no service config 
no lldp run 
no service pad

References