Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
23 views

Static Routes and Basic Router Config

This document provides a summary of basic router configuration commands in Cisco IOS including commands for user exec mode, privileged exec mode, terminal configuration mode, line configuration mode, and interface configuration mode. Some key commands are enable to enter privileged exec mode, copy running-config startup-config to save the active configuration, show interfaces to display interface statistics, and ip route to configure a static route between a destination network, subnet mask, local interface, and next hop router IP address.

Uploaded by

IOnutz St
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Static Routes and Basic Router Config

This document provides a summary of basic router configuration commands in Cisco IOS including commands for user exec mode, privileged exec mode, terminal configuration mode, line configuration mode, and interface configuration mode. Some key commands are enable to enter privileged exec mode, copy running-config startup-config to save the active configuration, show interfaces to display interface statistics, and ip route to configure a static route between a destination network, subnet mask, local interface, and next hop router IP address.

Uploaded by

IOnutz St
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Basic router config & Static Routes

User EXEC Mode


enable - Enter Privileged EXEC mode

Privileged EXEC Mode


copy running-config startup-config - Copy the active configuration to NVRAM. copy startup-config running-config - Copy the configuration in NVRAM to RAM. erase startup-configuration - Erase the configuration located in NVRAM. ping ip_address - Ping to that address. traceroute ip_address - Trace each hop to that address. show interfaces - Display statistics for all interfaces on a device. show clock - Show the time set in the router. show version - Display currently loaded IOS version, hardware, and device information. show arp - Display the ARP table of the device. show startup-config - Display the saved configuration located in NVRAM. show running-config - Display the contents of the currently running configuration file. show ip interface - Display IP statistics for interface(s) on a router. configure terminal - Enter terminal configuration mode.

Terminal Configuration Mode


hostname hostname - Assign a host name to device. enable password password - Set an unencrypted enable password. enable secret password - Set a strongly encrypted enable password. service password-encryption - Encrypt display of all passwords except secret. banner motd# message # - Sets a message-of-the-day banner. line console 0 - Enter console line configuration mode. line vty 0 4 - Enter virtual terminal (Telnet) line configuration mode.

interface Interface_name - Enter interface configuration mode

ip route dest_net dest_net_mask local_exit_intf next_router_IP Set a static route Line Configuration Mode
login - Enable password checking at login. password password - Set line password.

Interface Configuration Mode


ip address ip_address netmask - Set interface IP address and subnet mask. description d escription - Set interface description. clock rate value - Set clock rate for DCE device. no shutdown - Set interface to up.

shutdown - Administratively set interface to down.

You might also like