Day 9: Configuration, IOS, and Security

Example 1-5. Configuring a Default Route Using the Exit Interface

Router(config)# ip route 0.0.0.0 0.0.0.0 s0

Example 1-6. Configuring a Static Route Using the Next-Hop Address

Router(config)# ip route 192.168.4.0 255.255.255.0 192.168.3.2

Example 1-7. Back up a Configuration to a TFTP Server

Router# copy running-config tftp Address or name of remote host []? 10.0.0.25 Destination filename[router-config]? portland.1 Write file portland.1 to 10.0.0.25 [confirm] y Writing Portland.1 !!!!!! [ok]

Example 1-8. Restore a BackUp Configuration from a TFTP Server

Router# copy tftp running-config Address or name of remote host []? 10.0.0.25 Source filename []? portland.1 Destination filename [running-config]? running-config ...

Get 31 Days Before Your CCENT Certification 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.