Solutions

In some cases, your answers may differ from the solutions shown here. Cisco devices may have several different methods of accomplishing the intended results. Access lists, policy names, and other elements local to the Seattle router may vary without affecting the overall solution.

Beginning Router Configuration

The following listing shows the configuration of the new Seattle router at initial installation:

Router# show config
Current configuration:
!
Version 12.3
service tcp-small-servers
service udp-small-servers
no service password-encryption
!
hostname Router
!
interface FastEthernet0/0
 no ip address
 shutdown
!
interface Serial1/0
 no ip address
 shutdown
!
line console 0
line aux 0
line vty 0 4
!
end
					

Solution Configuration Steps ...

Get CCSP Self-Study: Securing Cisco IOS Networks (SECUR) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.