CCNA Security Lab 17 - Cisco SDM One-Step Lockdown - SDM
CCNA Security Lab 17 - Cisco SDM One-Step Lockdown - SDM
CCNA Security Lab 17 - Cisco SDM One-Step Lockdown - SDM
net
Lab Objective:
The objective of this lab exercise is for you to learn and understand how use
Lab Purpose:
The Cisco SDM One-Step Lockdown feature tests your router configuration for any
changes to correct any problems found. This is similar to the Cisco IOS Auto
Secure feature.
Lab Difficulty:
Readiness Assessment:
When you are ready for your certification exam, you should complete this lab in
Lab Topology:
Task 1:
configure Host 1 with the IP address illustrated. Because Host 1 and R1 are on
the same subnet, you do not need to configure a default gateway on Host 1.
Task 2:
a privilege level of 15 and a password of security on R1. In addition to this, enable SSH using default parameters, as
well as HTTPS on R1. HTTPS users should be authenticated using the local router
Task 3:
Task 3:
Access R1 via SDM from Host 1 and navigate to the SDM One-Step Lockdow n feature.
Initiate this feature and familiarize yourself with navigating SDM to implement
One-Step Lockdown.
Task 1:
Router(config)#hostname R1
R1(config)#int fastethernet0/0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#exit
R1#
Task 2:
Choose the size of the key modulus in the range of 360 to 2048 for your
General Purpose Keys. Choosing a key modulus greater than 512 may take
a few minutes.
R1(config)#exit
R1#
Task 3:
To access a Cisco IOS router using SDM, you either need SDM installed on the local machine or you can simply use
any web browser and connect to the router using the format https://x.x.x.x to reach the device. Either method
works in the same manner. This example will be based on SDM installed on the local computer:
Next, log into SDM using the username and password pair configured on R1 and click OK:
Once you have successfully logged into SDM, navigate to the Configure radio button — next to the Home button —
in the top LEFT hand corner:
Next, click on the Security Audit button to take you to the next screen:
Once you are on the Security Audit page, click on the One-step lockdown radio button on the very bottom of the
page:
This will bring up a warning; click on Yes to initialize the Security Audit:
When the Wizard has run, click on the Deliver radio button:
Once SDM has configured the router with the recommendations, click on Ok to accept:
To verify your work, click on View — at the top of the Taskbar — and select Running Config…
This opens up a box with the current running configuration. Scroll through the configuration an familiarize yourself
with the configurations that are implemented by One-Step Lockdown:
Lab 17 Configurations
R1 Configuration
R1#show running-config
Building configuration...
version 12.4
no service pad
service tcp-keepalives-in
service tcp keepalives in
service tcp-keepalives-out
service password-encryption
service sequence-numbers
!
hostname R1
boot-start-marker
boot-end-marker
no network-clock-participate slot 1
no network-clock-participate w ic 0
no ip source-route
ip cef
no ip bootp server
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-533650306
revocation-check none
rsakeypair TP-self-signed-533650306
certificate self-signed 02
quit
archive
log config
hidekeys
!
!
ip ssh time-out 60
ip ssh authentication-retries 2
interface Null0
no ip unreachables
interface FastEthernet0/0
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
duplex auto
speed auto
no mop enabled
interface Serial0/0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
shutdow n
ip forward-protocol nd
ip http server
ip http secure-server
no cdp run
!
!
control-plane
^C
line con 0
line aux 0
line vty 0 4
privilege level 15
password 7 13061E010803
end