Lab: Managing Device Configuration: Topology Diagram
Lab: Managing Device Configuration: Topology Diagram
Lab: Managing Device Configuration: Topology Diagram
Topology Diagram
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 3
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.2 Managing Device Configuration
Setting Value
TFTP Root Directory: TFTP-Root
Security Transmit and Receive Files
Advanced Security All IP addresses
Auto-Close Never
Log Enable Log Requests to the Following File. Leave the default file.
b. Verify a successful upload transfer. Open Log file c:\Program Files\SolarWinds\Free Tools\TFTP-
Server.txt. Contents should be similar to the following:
3/25/2007 12:29 :Receiving router1-confg from (192.168.1.1)
3/25/2007 12:29 :Received router1-confg from (192.168.1.1), 1081 bytes
c. Verify the transferred file. Use Notepad to examine the contents of file c:\TFTP-Root\router1-confg.
b. Connectivity must be reestablished with the TFTP server. Router1 fa0/0 must be configured with an IP
address, and the interface enabled:
c. Verify connectivity between Router and host with the ping command
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 3
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.2 Managing Device Configuration
e. View the configuration in NVRAM (startup-config) to verify an accurate transfer. The configuration
should be the same as what was configured in Task 1, Step 3.
Appendix 1
Purpose Command
Enter the global configuration mode. configure terminal
Example:
Router> enable
Router# configure terminal
Router(config)#
Specify the name for the router. hostname name
Example:
Router(config)# hostname Router1
Router(config)#
Specify an encrypted password to enable secret password
prevent unauthorized access to the Example:
privileged exec mode. Router(config)# enable secret cisco
Router(config)#
Specify a password to prevent password password
unauthorized access to the console. login
Example:
Router(config)# line con 0
Router(config-line)# password class
Router(config-line)# login
Router(config)#
Specify a password to prevent password password
unauthorized telnet access. login
Router vty lines: 0 4 Example:
Switch vty lines: 0 15 Router(config)# line vty 0 4
Router(config-line)# password class
Router(config-line)# login
Router(config-line)#
Configure the MOTD banner. Banner motd %
Example:
Router(config)# banner motd %
Router(config)#
Configure an interface. Example:
Router- interface is OFF by default Router(config)# interface fa0/0
Switch- interface is ON by default Router(config-if)# description description
Router(config-if)# ip address address mask
Router(config-if)# no shutdown
Router(config-if)#
Save the configuration to NVRAM. copy running-config startup-config
Example:
Router# copy running-config startup-config
Router#
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 3