Lab 01 - Securing The Router For Administrative Access
Lab 01 - Securing The Router For Administrative Access
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 39
Lab - Securing the Router for Administrative Access
IP Addressing Table
Objectives
Part 1: Configure Basic Device Settings
Cable the network as shown in the topology.
Configure basic IP addressing for routers and PCs.
Configure OSPF routing.
Configure PC hosts.
Verify connectivity between hosts and routers.
Part 2: Control Administrative Access for Routers
Configure and encrypt all passwords.
Configure a login warning banner.
Configure enhanced username password security.
Configure an SSH server on a router.
Configure an SSH client and verify connectivity.
Configure an SCP server on a router.
Part 3: Configure Administrative Roles
Create multiple role views and grant varying privileges.
Verify and contrast views.
Part 4: Configure Cisco IOS Resilience and Management Reporting
Secure the Cisco IOS image and configuration files.
Configure SNMPv3 Security using an ACL.
Configure a router as a synchronized time source for other devices using NTP.
Configure Syslog support on a router.
Install a Syslog server on a PC and enable it.
Make changes to the router and monitor syslog results on the PC.
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 39
Lab - Securing the Router for Administrative Access
Background / Scenario
The router is a critical component in any network. It controls the movement of data into and out of the network
and between devices within the network. It is particularly important to protect network routers because the
failure of a routing device could make sections of the network, or the entire network, inaccessible. Controlling
access to routers and enabling reporting on routers is critical to network security and should be part of a
comprehensive security policy.
In this lab, you will build a multi-router network and configure the routers and hosts. Use various CLI tools to
secure local and remote access to the routers, analyze potential vulnerabilities, and take steps to mitigate
them. Enable management reporting to monitor router configuration changes.
The router commands and output in this lab are from a Cisco 1941 router using Cisco IOS software, release
15.4(3)M2 (with a Security Technology Package license). Other routers and Cisco IOS versions can be used.
See the Router Interface Summary Table at the end of the lab to determine which interface identifiers to use
based on the equipment in the lab. Depending on the model of the router, the commands available and output
produced may vary from what is shown in this lab.
Note: Before you begin, ensure that the routers and the switches have been erased and have no startup
configurations.
Required Resources
3 Routers (Cisco 1941 with Cisco IOS Release 15.4(3)M2 image with a Security Technology Package
license)
2 Switches (Cisco 2960 or comparable) (Not Required)
2 PCs (Windows 7 or 8.1, SSH Client, Kiwi or Tftpd32 Syslog server)
Serial and Ethernet cables as shown in the topology
Console cables to configure Cisco networking devices
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 39
Lab - Securing the Router for Administrative Access
c. Configure a clock rate for routers with a DCE serial cable attached to their serial interface. R1 is shown
here as an example.
R1(config)# interface S0/0/0
R1(config-if)# clock rate 64000
d. To prevent the router from attempting to translate incorrectly entered commands as though they were
host names, disable DNS lookup. R1 is shown here as an example.
R1(config)# no ip domain-lookup
b. Issue the show ip route command to verify that all networks display in the routing table on all routers.
R1# show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route
+ - replicated route, % - next hop override
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 39
Lab - Securing the Router for Administrative Access
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 39
Lab - Securing the Router for Administrative Access
Step 3: Configure basic console, auxiliary port, and virtual access lines.
Note: Passwords in this task are set to a minimum of 10 characters but are relatively simple for the benefit of
performing the lab. More complex passwords are recommended in a production network.
a. Configure a console password and enable login for routers. For additional security, the exec-timeout
command causes the line to log out after 5 minutes of inactivity. The logging synchronous command
prevents console messages from interrupting command entry.
Note: To avoid repetitive logins during this lab, the exec-timeout command can be set to 0 0, which
prevents it from expiring. However, this is not considered a good security practice.
R1(config)# line console 0
R1(config-line)# password ciscocon
R1(config-line)# exec-timeout 5 0
R1(config-line)# login
R1(config-line)# logging synchronous
When you configured the password for the console line, what message was displayed?
____________________________________________________________________________________
%Password too shot – must be at least 10 characters. Password not configured
____________________________________________________________________________________
b. Configure a new password of ciscoconpass for the console.
c. Configure a password for the AUX port for router R1.
R1(config)# line aux 0
R1(config-line)# password ciscoauxpass
R1(config-line)# exec-timeout 5 0
R1(config-line)# login
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 39
Lab - Securing the Router for Administrative Access
En esta ocasión si se puede realizar el TELNET a R1 conociendo el password establecido para acceso
remoto
f. Enter privileged EXEC mode and issue the show run command. Can you read the enable secret
password? Explain.
____________________________________________________________________________________
NO, La clave de enable esta encriptada
____________________________________________________________________________________
Can you read the console, aux, and vty passwords? Explain.
____________________________________________________________________________________
SI, La clave de consola, aux y vty no estan encriptadas por lo que estan guardadas en el archivo de
configuración en texto plano; se debe aplicar el comando secret
____________________________________________________________________________________
g. Repeat the configuration portion of steps 3a through 3g on router R3.
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 39
Lab - Securing the Router for Administrative Access
____________________________________________________________________________________
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 8 of 39
Lab - Securing the Router for Administrative Access
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 9 of 39
Lab - Securing the Router for Administrative Access
e. During the Telnet session to R1, access privileged EXEC mode with the enable command.
What password did you use?
El password enable secret cisco12345
____________________________________________________________________________________
f. For added security, set the AUX port to use the locally defined login accounts.
R1(config)# line aux 0
R1(config-line)# login local
g. End the Telnet session with the exit command.
Step 2: Configure a privileged user for login from the SSH client.
a. Use the username command to create the user ID with the highest possible privilege level and a
secret password.
R1(config)# username admin privilege 15 algorithm-type scrypt secret
cisco12345
Note: Usernames are not case sensitive by default. You will learn how to make usernames case sensitive
in Chapter 3.
b. Exit to the initial router login screen. Log in with the username admin and the associated password.
What was the router prompt after you entered the password?
____________________________________________________________________________________
Al autenticarme con un usuario de privilegio 15, se ingresa al modo privilegiado
____________________________________________________________________________________
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 10 of 39
Lab - Securing the Router for Administrative Access
R1(config-line)# exit
Note: The login local command should have been configured in a previous step. It is included here to
provide all commands, if you are doing this for the first time.
Note: If you add the keyword telnet to the transport input command, users can log in using Telnet as well as
SSH, however, the router will be less secure. If only SSH is specified, the connecting host must have an SSH
client installed.
Step 5: Generate the RSA encryption key pair for the router.
The router uses the RSA key pair for authentication and encryption of transmitted SSH data.
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 11 of 39
Lab - Securing the Router for Administrative Access
a. Configure the RSA keys with 1024 for the number of modulus bits. The default is 512, and the range is
from 360 to 2048.
R1(config)# crypto key generate rsa general-keys modulus 1024
The name for the keys will be: R1.ccnasecurity.com
R1(config)#
*Dec 16 21:24:16.175: %SSH-5-ENABLED: SSH 1.99 has been enabled
b. Issue the ip ssh version 2 command to force the use of SSH version 2.
R1(config)# ip ssh version 2
R1(config)# exit
Note: The details of encryption methods are covered in Chapter 7.
Task 5: Research Terminal Emulation Client Software and Configure the SSH Client.
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 12 of 39
Lab - Securing the Router for Administrative Access
d. Click Open.
e. In the PuTTY Security Alert window, click Yes.
f. Enter the admin username and password cisco12345 in the PuTTY window.
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 13 of 39
Lab - Securing the Router for Administrative Access
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 14 of 39
Lab - Securing the Router for Administrative Access
Step 3: Use SCP command on R3 to pull the configuration file from R1.
a. Use SCP to copy the configuration file that you created in Step2a to R3.
R3# copy scp: flash:
Address or name of remote host []? 10.1.1.1
Source username [R3]? admin
Source filename []? R1-Config
Destination filename [R1-Config]? [Enter]
Password: cisco12345
!
2007 bytes copied in 9.056 secs (222 bytes/sec)
c. Issue the more command to view the contents of the R1-Config file.
R3# more R1-Config
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
<Output omitted>
!
end
R3#
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 15 of 39
Lab - Securing the Router for Administrative Access
Task 2: Create New Views for the Admin1, Admin2, and Tech Roles on R1 and R3.
Step 1: Create the admin1 view, establish a password, and assign privileges.
a. The admin1 user is the top-level user below root that is allowed to access this router. It has the most
authority. The admin1 user can use all show, config, and debug commands. Use the following
command to create the admin1 view while in the root view.
R1(config)# parser view admin1
R1(config-view)#
Note: To delete a view, use the command no parser view viewname.
b. Associate the admin1 view with an encrypted password.
R1(config-view)# secret admin1pass
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 16 of 39
Lab - Securing the Router for Administrative Access
R1(config-view)#
c. Review the commands that can be configured in the admin1 view. Use the commands ? command to
see available commands. The following is a partial listing of the available commands.
R1(config-view)# commands ?
RITE-profile Router IP traffic export profile command mode
RMI Node Config Resource Policy Node Config mode
RMI Resource Group Resource Group Config mode
RMI Resource Manager Resource Manager Config mode
RMI Resource Policy Resource Policy Config mode
SASL-profile SASL profile configuration mode
aaa-attr-list AAA attribute list config mode
aaa-user AAA user definition
accept-dialin VPDN group accept dialin configuration mode
accept-dialout VPDN group accept dialout configuration mode
address-family Address Family configuration mode
<output omitted>
d. Add all config, show, and debug commands to the admin1 view and then exit from view configuration
mode.
R1(config-view)# commands exec include all show
R1(config-view)# commands exec include all config terminal
R1(config-view)# commands exec include all debug
R1(config-view)# end
e. Verify the admin1 view.
R1# enable view admin1
Password: admin1pass
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 17 of 39
Lab - Securing the Router for Administrative Access
Step 2: Create the admin2 view, establish a password, and assign privileges.
a. The admin2 user is a junior administrator in training who is allowed to view all configurations but is not
allowed to configure the routers or use debug commands.
b. Use the enable view command to enable the root view, and enter the enable secret password
cisco12345.
R1# enable view
Password: cisco12345
c. Use the following command to create the admin2 view.
R1(config)# parser view admin2
R1(config-view)#
d. Associate the admin2 view with a password.
R1(config-view)# secret admin2pass
R1(config-view)#
e. Add all show commands to the view, and then exit from view configuration mode.
R1(config-view)# commands exec include all show
R1(config-view)# end
f. Verify the admin2 view.
R1# enable view admin2
Password: admin2pass
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 18 of 39
Lab - Securing the Router for Administrative Access
Note: There may be more EXEC commands available than are displayed. This depends on your device
and the IOS image used.
What is missing from the list of admin2 commands that is present in the admin1 commands?
____________________________________________________________________________________
Step 3: Create the tech view, establish a password, and assign privileges.
a. The tech user typically installs end-user devices and cabling. Tech users are only allowed to use
selected show commands.
b. Use the enable view command to enable the root view, and enter the enable secret password
cisco12345.
R1# enable view
Password: cisco12345
c. Use the following command to create the tech view.
R1(config)# parser view tech
R1(config-view)#
d. Associate the tech view with a password.
R1(config-view)# secret techpasswd
R1(config-view)#
e. Add the following show commands to the view and then exit from view configuration mode.
R1(config-view)# commands exec include show version
R1(config-view)# commands exec include show interfaces
R1(config-view)# commands exec include show ip interface brief
R1(config-view)# commands exec include show parser view
R1(config-view)# end
f. Verify the tech view.
R1# enable view tech
Password: techpasswd
Note: There may be more EXEC commands available than are displayed. This depends on your device
and the IOS image used.
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 19 of 39
Lab - Securing the Router for Administrative Access
Note: There may be more EXEC commands available than are displayed. This depends on your device
and the IOS image used.
i. Issue the show ip interface brief command. Were you able to do it as the tech user? Explain.
____________________________________________________________________________________
____________________________________________________________________________________
j. Issue the show ip route command. Were you able to do it as the tech user?
____________________________________________________________________________________
____________________________________________________________________________________
k. Return to root view with the enable view command.
R1# enable view
Password: cisco12345
l. Issue the show run command to see the views you created. For tech view, why are the show and
show ip commands listed as well as show ip interface and show ip interface brief?
____________________________________________________________________________________
____________________________________________________________________________________
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 20 of 39
Lab - Securing the Router for Administrative Access
Task 1: Secure Cisco IOS Image and Configuration Files on R1 and R3.
The Cisco IOS resilient configuration feature enables a router to secure the running image and maintain a
working copy of the configuration. This ensures that those files can withstand malicious attempts to erase the
contents of persistent storage (NVRAM and flash). This feature secures the smallest working set of files to
preserve persistent storage space. No extra space is required to secure the primary Cisco IOS image file. In
this task, you configure the Cisco IOS Resilient Configuration feature.
Note: Cisco IOS resilient configuration feature is not available on the Cisco 1921 router.
Note: The output of the commands in this Task are for example purposes only. Your output will be different.
R1# dir
Directory of flash:/
Step 2: Secure the Cisco IOS image and archive a copy of the running configuration.
a. The secure boot-image command enables Cisco IOS image resilience, which hides the file from the
dir command and show commands. The file cannot be viewed, copied, modified, or removed using
EXEC mode commands. (It can be viewed in ROMMON mode.) When turned on for the first time, the
running image is secured.
R1(config)# secure boot-image
.Feb 11 25:40:13.170: %IOS_RESILIENCE-5-IMAGE_RESIL_ACTIVE: Successfully secured
running image
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 21 of 39
Lab - Securing the Router for Administrative Access
b. The secure boot-config command takes a snapshot of the router running configuration and securely
archives it in persistent storage (flash).
R1(config)# secure boot-config
.Feb 11 25:42:18.691: %IOS_RESILIENCE-5-CONFIG_RESIL_ACTIVE: Successfully secured
config archive [flash:.runcfg-20150211-224218.ar]
IOS image resilience version 15.4 activated at 25:40:13 UTC Wed Feb 11 2015
Secure archive flash: c1900-universalk9-mz.SPA.154-3.M2.bin type is image (elf)
[]
file size is 75551300 bytes, run size is 75730352 bytes
Runnable image, entry point 0x8000F000, run from ram
IOS configuration resilience version 15.4 activated at 25:42:18 UTC Wed Feb 11 2015
Secure archive flash:.runcfg-20150211-224218.ar type is config
configuration archive size 3293 bytes
What is the name of the archived running config file and on what is the name based?
____________________________________________________________________________________
____________________________________________________________________________________
Is the Cisco IOS image or the archived running config file listed?
____________________________________________________________________________________
b. How can you tell that the Cisco IOS image is still there?
____________________________________________________________________________________
____________________________________________________________________________________
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 22 of 39
Lab - Securing the Router for Administrative Access
Step 6: Verify that the Cisco IOS image is now visible in flash.
Use the show flash: command to display the files in flash.
R1# show flash:
-#- --length-- -----date/time------ path
1 75551300 Feb 5 2015 16:53:34 +00:00 c1900-universalk9-mz.SPA.154-3.M2.bin
2 0 Jan 6 2009 01:28:44 +00:00 ipsdir
3 334531 Jan 6 2009 01:35:40 +00:00 ipsdir/R1-sigdef-default.xml
4 461 Jan 6 2009 01:37:42 +00:00 ipsdir/R1-sigdef-delta.xml
5 8509 Jan 6 2009 01:33:42 +00:00 ipsdir/R1-sigdef-typedef.xml
6 38523 Jan 6 2009 01:33:46 +00:00 ipsdir/R1-sigdef-category.xml
7 304 Jan 6 2009 01:31:48 +00:00 ipsdir/R1-seap-delta.xml
8 491 Jan 6 2009 01:31:48 +00:00 ipsdir/R1-seap-typedef.xml
9 1410 Oct 26 2014 04:44:08 +00:00 pre_autosec.cfg
Step 1: Configure an ACL on R1 that will restrict access to SNMP on the 192.168.1.0 LAN.
a. Create a standard access-list named PERMIT-SNMP.
R1(config)# ip access-list standard PERMIT-SNMP
b. Add a permit statement to allow only packets on R1’s LAN.
R1(config-std-nacl)# permit 192.168.1.0 0.0.0.255
R1(config-std-nacl)# exit
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 23 of 39
Lab - Securing the Router for Administrative Access
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 24 of 39
Lab - Securing the Router for Administrative Access
b. Use the command show snmp user to view the SNMP user information.
Note: The snmp-server user command is hidden from view in the configuration for security reasons.
However, if you need to make changes to a SNMP user, you can issue the command no snmp-server
user to remove the user from the configuration, and then re-add the user with the new parameters.
R1# show snmp user
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 25 of 39
Lab - Securing the Router for Administrative Access
f. Issue the debug ntp all command to see NTP activity on R1 as it synchronizes with R2.
R1# debug ntp all
NTP events debugging is on
NTP core messages debugging is on
NTP clock adjustments debugging is on
NTP reference clocks debugging is on
NTP packets debugging is on
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 26 of 39
Lab - Securing the Router for Administrative Access
g. Issue the undebug all or the no debug ntp all command to turn off debugging.
R1# undebug all
h. Verify the time on R1 after it has made an association with R2.
R1# show clock
*20:12:24.859 UTC Wed Dec 17 2014
Step 2: Configure R1 to log messages to the syslog server using the CLI.
a. Verify that you have connectivity between R1 and PC-A by pinging the R1 G0/1 interface IP address
192.168.1.1. If it is not successful, troubleshoot as necessary before continuing.
b. NTP was configured in Task 2 to synchronize the time on the network. Displaying the correct time and
date in syslog messages is vital when using syslog to monitor a network. If the correct time and date of a
message is not known, it can be difficult to determine what network event caused the message.
Verify that the timestamp service for logging is enabled on the router using the show run command. Use
the following command if the timestamp service is not enabled.
R1(config)# service timestamps log datetime msec
c. Configure the syslog service on the router to send syslog messages to the syslog server.
R1(config)# logging host 192.168.1.3
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 27 of 39
Lab - Securing the Router for Administrative Access
b. Define the level of severity for messages sent to the syslog server. To configure the severity levels,
use either the keyword or the severity level number (0–7).
Severity Level Keyword Meaning
0 emergencies System is unusable
1 alerts Immediate action required
2 critical Critical conditions
3 errors Error conditions
4 warnings Warning conditions
5 notifications Normal but significant condition
6 informational Informational messages
7 debugging Debugging messages
Note: The severity level includes the level specified and anything with a lower severity number. For
example, if you set the level to 4, or use the keyword warnings, you capture messages with severity level
4, 3, 2, 1, and 0.
c. Use the logging trap command to set the severity level for R1.
R1(config)# logging trap warnings
d. What is the problem with setting the level of severity too high or too low?
____________________________________________________________________________________
____________________________________________________________________________________
e. If the command logging trap critical were issued, which severity levels of messages would be
logged?
____________________________________________________________________________________
____________________________________________________________________________________
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 28 of 39
Lab - Securing the Router for Administrative Access
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 29 of 39
Lab - Securing the Router for Administrative Access
b. Use the ip ospf authentication command to assign the key-chain to both serial interfaces on R2.
R2(config)# interface s0/0/0
R2(config-if)# ip ospf authentication key-chain NetAcad
R2(config)# interface serial 0/0/1
R2(config-if)# ip ospf authentication key-chain NetAcad
R2(config-if)#
Feb 17 21:36:25.114: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.1.1 on Serial0/0/0 from
LOADING to FULL, Loading Done
Feb 17 21:36:30.686: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.3.1 on Serial0/0/1 from
LOADING to FULL, Loading Done
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 30 of 39
Lab - Securing the Router for Administrative Access
d. Use the ping command to verify connectivity between PC-A and PC-C.
If the pings are not successful, troubleshoot before continuing.
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 31 of 39
Lab - Securing the Router for Administrative Access
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 32 of 39
Lab - Securing the Router for Administrative Access
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 33 of 39
Lab - Securing the Router for Administrative Access
no ip redirects
no ip proxy-arp
no ip unreachables
no ip directed-broadcast
no ip mask-reply
Disabling mop on Ethernet interfaces
no service finger
no service pad
no service udp-small-servers
no service tcp-small-servers
service password-encryption
service tcp-keepalives-in
service tcp-keepalives-out
no cdp run
no ip bootp server
no ip http server
no ip finger
no ip source-route
no ip gratuitous-arps
no ip identd
banner motd ^C Unaauthorized Access Prohibited ^C
security authentication failure rate 10 log
enable password 7 121A0C0411045A53727274
aaa new-model
aaa authentication login local_auth local
line console 0
login authentication local_auth
exec-timeout 5 0
transport output telnet
line aux 0
login authentication local_auth
exec-timeout 10 0
transport output telnet
line vty 0 4
login authentication local_auth
transport input telnet
line tty 1 2
login authentication local_auth
exec-timeout 15 0
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 34 of 39
Lab - Securing the Router for Administrative Access
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 35 of 39
Lab - Securing the Router for Administrative Access
!
end
Note: The questions asked and the output may vary depend on the features on the IOS image and
device.
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 36 of 39
Lab - Securing the Router for Administrative Access
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 37 of 39
Lab - Securing the Router for Administrative Access
____________________________________________________________________________________
Reflection
1. Explain the importance of securing router access and monitoring network devices.
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
2. What advantages does SSH have over Telnet?
_______________________________________________________________________________________
_______________________________________________________________________________________
3. How scalable is setting up usernames and using the local database for authentication?
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
4. Why it is better to have centralized logging servers rather than to have the routers only log locally?
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
5. What are some advantages to using AutoSecure?
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 38 of 39
Lab - Securing the Router for Administrative Access
Router Model Ethernet Interface #1 Ethernet Interface #2 Serial Interface #1 Serial Interface #2
1800 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
1900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
2801 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1)
(F0/0) (F0/1)
2811 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
2900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many
interfaces the router has. There is no way to effectively list all the combinations of configurations for each router
class. This table includes identifiers for the possible combinations of Ethernet and Serial interfaces in the device.
The table does not include any other type of interface, even though a specific router may contain one. An
example of this might be an ISDN BRI interface. The string in parenthesis is the legal abbreviation that can be
used in Cisco IOS commands to represent the interface.
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 39 of 39