Home > Articles > Cisco Certification > CCNA Routing and Switching > CCNA SEC: Router Hardening

CCNA SEC: Router Hardening

  • Article is provided courtesy of Cisco Press.
  • Date: Sep 14, 2011.

Contents

  1. CCNA SEC: Router Hardening

Article Description

Hardening a router means that the router is secured against attacks as best as possible. This article discusses various means of making sure your routers are set up with maximum security, including manually hardening the router and router hardening with Cisco SDM.

We don’t tend to like people that are hardened. They can be cold and unsympathetic, and generally morose. We do, on the other hand, love it when our Cisco routers are hardened, especially when these routers live at the perimeter of our internal networks.

What exactly do we mean by router hardening? It means that the router is secured against attacks as best as possible. From secure, tough-to-crack passwords that are encrypted in the configurations, to the shutting down of unnecessary ports and services, the router has few vulnerabilities for would-be attackers to exploit.

For example, the router has built-in web server capabilities. That’s right. Your Cisco router can actually function as a web server on your network. Don’t plan on using the router as a web server? Be sure that this functionality is disabled.

In addition to web services, the Cisco router of today’s networks can provide many, many other potential services to the network. A key element to hardening the router is to find all of these services you are not using, and to disable them.

Manually Hardening the Router

Feel like going “old school” with your perimeter router security? Well, here is what you can do for configurations manually on the device in order to help secure (harden) it:

  • Disable unused router interfaces—that’s right, find ANY interface that is not in use and make sure you issue the shutdown command
  • Disable unused services—these typically include:
    • BOOTP
    • CDP
    • Configuration autoloading
    • FTP
    • TFTP
    • PAD
    • TCP and UDP minor services
    • DEC MOP
  • Disable management protocols that you are not using—these typically include:
    • SNMP
    • HTTP or HTTPS
    • DNS
  • Disable features that are techniques for re-directing your traffic:
    • ICMP Redirects
    • IP Source routing
  • Disable features that are techniques for probes and scans in reconnaissance attacks:
    • Finger
    • ICMP unreachables
    • ICMP mask reply
  • Ensure security of terminal connections:
    • IP identification service
    • TCP keepalives
  • Disable gratuitous ARP and proxy ARP
  • Disable IP-directed broadcasts

You also should inspect the network management protocols in use in your network infrastructure. Remember the following:

  • SNMP version 1 and 2c transfer passwords (called community strings) in clear text—if security is required—consider SNMP version 3.
  • HTTP authentication also sends clear text passwords—when needed, use HTTPS instead.
  • Attackers can respond to broadcast DNS lookups—disable DNS when not in use or configure securely.
  • Telnet is a clear text protocol—do not use it; instead, use SSH.

Router Hardening with the Cisco Router and Security and Device Manager (SDM)

Now one of the reasons that we love Cisco is that they are always trying to make it easy on us. We see this in the area of router hardening. In the Graphical User Interface for managing your perimeter routers, Cisco provides a Security Audit feature. This feature provides two “modes” of operation. The first is the Security Audit Wizard and the second is the One-step Lockdown mode.

The Security Audit Wizard examines your router and then lets you choose which potential security flaws you want to correct. The One-step Lockdown mode automatically makes the router hardening configurations that Cisco would recommend.

Here are the steps of the Security Audit Wizard:

  1. Within the Cisco SDM, choose Configure then Security Audit.
  2. Click the Perform Security Audit button.
  3. Click Next and the Security Audit Interface Configuration page appears —here you are presented with your router interfaces. It is up to you to select which of the interfaces connect to your internal networks, and which of the interfaces connect to your external networks. After you select these options, choose Next.
  4. The security audit now runs. When it is complete, the SDM presents you with a report of potential security vulnerabilities on your device. You can click Save Report in order to save it. If you select Close, the Security Audit Wizard continues to the next phase.
  5. In the final phase of the Security Audit Wizard, you can check or uncheck the vulnerabilities that you want the wizard to automatically repair. Notice there is even an option for Fix All.

As you might guess, using the One-step Lockdown mode is even easier!

  1. Within the Cisco SDM, choose Configure then Security Audit.
  2. Click the One-step Lockdown button.
  3. Click the Yes button that you want to continue and the SDM goes about its business of locking down the device for you.

What exactly does the One-step lockdown do on your device? Well, it is very busy indeed. Here is a list of the changes made by this GUI:

  • Disable Finger Service
  • Disable PAD Service
  • Disable TCP Small Servers Service
  • Disable UDP Small Servers Service
  • Disable IP BOOTP Server Service
  • Disable IP Identification Service
  • Disable CDP
  • Disable IP Source Route
  • Enable Password Encryption Service
  • Enable TCP Keepalives for Inbound Telnet Sessions
  • Enable TCP Keepalives for Outbound Telnet Sessions
  • Enable Sequence Numbers and Time Stamps on Debugs
  • Enable IP CEF
  • Disable IP Gratuitous ARPs
  • Set Minimum Password Length to Less Than 6 Characters
  • Set Authentication Failure Rate to Less Than 3 Retries
  • Set TCP Synwait Time
  • Set Banner
  • Enable Logging
  • Set Enable Secret Password
  • Disable SNMP
  • Set Scheduler Interval
  • Set Scheduler Allocate
  • Set Users
  • Enable Telnet Settings
  • Enable NetFlow Switching
  • Disable IP Redirects
  • Disable IP Proxy ARP
  • Disable IP Directed Broadcast
  • Disable MOP Service
  • Disable IP Unreachables
  • Disable IP Mask Reply
  • Disable IP Unreachables on NULL Interface
  • Enable Unicast RPF on Outside Interfaces
  • Enable Firewall on All of the Outside Interfaces
  • Set Access Class on HTTP Server Service
  • Set Access Class on VTY Lines
  • Enable SSH for Access to the Router

Router Hardening with the Cisco’s AutoSecure

Cisco also provides a One-step lockdown-like feature at the command line! This feature is called AutoSecure. It uses the command shown below:

auto secure [management | forwarding] [no-interact | full]
 [ntp | login | ssh | firewall | tcp-intercept]

Notice that this command can run fully automated like the One-step Lockdown mode of the Security Audit feature in SDM. You would issue the command auto secure no-interact. You should notice also that you can run “subsets” of the command’s full capabilities. For example, you could run auto secure management in order to just harden the network management capabilities of the router.

You might not be surprised to learn that the Command Line AutoSecure feature is capable of doing a bit more than the graphical user interface counterpart. Specifically, Cisco SDM does not implement these Cisco AutoSecure features:

  • Disabling NTP
  • Configuring AAA
  • Setting SPD values
  • Enabling TCP intercepts
  • Configuring antispoofing ACLs on outside interfaces

The Cisco SDM also implements some of the Cisco AutoSecure features differently. For example:

  • The SDM disables SNMP but does not configure SNMPv3 (on some routers).
  • The SDM enables and configures SSH on crypto Cisco IOS images, but does not enable SCP or disable other access and file transfer services, such as FTP for example.

Conclusion

As we have seen, there is more than one option when it comes to ensuring that your Cisco router is well protected against security vulnerabilities. Essentially, two GUI options exist within the Cisco SDM, and a very powerful command line option exists. Of course, administrators can always walk through configuration manually. Whatever you choose, progress with a plan of carefully testing to ensure your router hardening configurations do not cause disruptions within your production network. It is wonderful to be secure, but you do not want this security at the risk of a lack of functionality. We love the help desk phones to remain quiet!

vceplus-200-125    | boson-200-125    | training-cissp    | actualtests-cissp    | techexams-cissp    | gratisexams-300-075    | pearsonitcertification-210-260    | examsboost-210-260    | examsforall-210-260    | dumps4free-210-260    | reddit-210-260    | cisexams-352-001    | itexamfox-352-001    | passguaranteed-352-001    | passeasily-352-001    | freeccnastudyguide-200-120    | gocertify-200-120    | passcerty-200-120    | certifyguide-70-980    | dumpscollection-70-980    | examcollection-70-534    | cbtnuggets-210-065    | examfiles-400-051    | passitdump-400-051    | pearsonitcertification-70-462    | anderseide-70-347    | thomas-70-533    | research-1V0-605    | topix-102-400    | certdepot-EX200    | pearsonit-640-916    | itproguru-70-533    | reddit-100-105    | channel9-70-346    | anderseide-70-346    | theiia-IIA-CIA-PART3    | certificationHP-hp0-s41    | pearsonitcertification-640-916    | anderMicrosoft-70-534    | cathMicrosoft-70-462    | examcollection-cca-500    | techexams-gcih    | mslearn-70-346    | measureup-70-486    | pass4sure-hp0-s41    | iiba-640-916    | itsecurity-sscp    | cbtnuggets-300-320    | blogged-70-486    | pass4sure-IIA-CIA-PART1    | cbtnuggets-100-101    | developerhandbook-70-486    | lpicisco-101    | mylearn-1V0-605    | tomsitpro-cism    | gnosis-101    | channel9Mic-70-534    | ipass-IIA-CIA-PART1    | forcerts-70-417    | tests-sy0-401    | ipasstheciaexam-IIA-CIA-PART3    | mostcisco-300-135    | buildazure-70-533    | cloudera-cca-500    | pdf4cert-2v0-621    | f5cisco-101    | gocertify-1z0-062    | quora-640-916    | micrcosoft-70-480    | brain2pass-70-417    | examcompass-sy0-401    | global-EX200    | iassc-ICGB    | vceplus-300-115    | quizlet-810-403    | cbtnuggets-70-697    | educationOracle-1Z0-434    | channel9-70-534    | officialcerts-400-051    | examsboost-IIA-CIA-PART1    | networktut-300-135    | teststarter-300-206    | pluralsight-70-486    | coding-70-486    | freeccna-100-101    | digitaltut-300-101    | iiba-CBAP    | virtuallymikebrown-640-916    | isaca-cism    | whizlabs-pmp    | techexams-70-980    | ciscopress-300-115    | techtarget-cism    | pearsonitcertification-300-070    | testking-2v0-621    | isacaNew-cism    | simplilearn-pmi-rmp    | simplilearn-pmp    | educationOracle-1z0-809    | education-1z0-809    | teachertube-1Z0-434    | villanovau-CBAP    | quora-300-206    | certifyguide-300-208    | cbtnuggets-100-105    | flydumps-70-417    | gratisexams-1V0-605    | ituonline-1z0-062    | techexams-cas-002    | simplilearn-70-534    | pluralsight-70-697    | theiia-IIA-CIA-PART1    | itexamtips-400-051    | pearsonitcertification-EX200    | pluralsight-70-480    | learn-hp0-s42    | giac-gpen    | mindhub-102-400    | coursesmsu-CBAP    | examsforall-2v0-621    | developerhandbook-70-487    | root-EX200    | coderanch-1z0-809    | getfreedumps-1z0-062    | comptia-cas-002    | quora-1z0-809    | boson-300-135    | killtest-2v0-621    | learncia-IIA-CIA-PART3    | computer-gcih    | universitycloudera-cca-500    | itexamrun-70-410    | certificationHPv2-hp0-s41    | certskills-100-105    | skipitnow-70-417    | gocertify-sy0-401    | prep4sure-70-417    | simplilearn-cisa    |
http://www.pmsas.pr.gov.br/wp-content/    | http://www.pmsas.pr.gov.br/wp-content/    |