1 Pertemuan 6 Finishing the Configuration. Discussion Topics Importance of configuration standards...

Post on 12-Jan-2016

217 views 0 download

Tags:

Transcript of 1 Pertemuan 6 Finishing the Configuration. Discussion Topics Importance of configuration standards...

1

Pertemuan 6 Finishing the Configuration

Discussion Topics

• Importance of configuration standards• Interface descriptions• Configuring interface description• Login banners• Configuring message-of-the-day (MOTD)• Host name resolution• Configuring host tables• Configuration backup and documentation• Backing up configuration files

2

Importance of Configuration Standards

Configuring Interface Descriptions

An interface description should identify important information such as a router, a circuit number, or a specific network segment.

Login Banners

Configuring Message-of-the-Day (MOTD)

Host Name Resolution

Host Table Configuration

Configuration Backup and Documentation

The copy running-config tftp Command

The copy tftp running-config Command

12

Copying, editing, and pasting configurations

• A TFTP server will allow image and configuration uploads and downloads over the network.

• The TFTP server can be another router, or it can be a host system.

13

• The TFTP host can be any system that has TFTP software loaded and operating and able to receive files from the TCP/IP network.

Copying, editing, and pasting configurations

14

RAMIOS (running)running-config startup-config IOS

copy startup-config tftp

copy tftp startup-config

copy running-config tftp

copy tftp running-config

copy flash tftp

copy tftp flash

Copying, editing, and pasting configurations

15

Copying, editing, and pasting configurations

• Troubleshooting: Be sure you can ping the TFTP server.

16

• When using Windows, the TFTP server software must be running.• The copy can be performed from the console port or from a telnet session.• The telnet session can be performed on the same computer where the TFTP server is running (or to a different computer).

Router# copy flash tftp

TFTP Software and Servers

17

• TFTP software either comes free with the OS (Linux/Unix) or can be downloaded for free.

TFTP Software and Servers

18

• Just double click on the shortcut…• Remember, TFTP is “Trivial” FTP:

– No authentication– No login– No choice for directory– Uses UDP and verified via a TFTP checksum (not TCP ACKs)

Cisco TFTP Server.lnk

TFTP Software and Servers