Top Banner
Cisco S2 C4 Router Components
26

Cisco S2 C4

Feb 25, 2016

Download

Documents

tarak

Cisco S2 C4. Router Components. Configure a Router. You can configure a router from from the console terminal (a computer connected to the router through a console port) during its installation via modem by using the auxiliary port - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Cisco S2 C4

Cisco S2 C4

Router Components

Page 2: Cisco S2 C4

Configure a Router

• You can configure a router from– from the console terminal (a computer

connected to the router– through a console port) during its installation – via modem by using the auxiliary port – from Virtual Terminals 0-4, after it has been

installed on the network – from a TFTP server on the network

Page 3: Cisco S2 C4

Router Components

• Console Port• Auxiliary Port• Dialin • Modem• Interfaces

– Network management station, VTY 0-4– TFTP server, Virtual Terminal

Page 4: Cisco S2 C4

Internal Components

• ROM and RAM• NVRAM• Flash• Interfaces

Page 5: Cisco S2 C4

RAM for Working Storage

• Command Executive translates syntax to usable router commands

• Active configuration file tells router what to do

• Tables include routing tables and ARP tables

• Buffers are temporary storage areas

Page 6: Cisco S2 C4

Router Modes

• User Router >• Enable Router #• Global Router (config)#• Interface Router (config-if)#• Setup mode (startup-config program from

console)• RXBoot recover from catastrophe

Page 7: Cisco S2 C4

Router Status Commands

• show version -- displays the configuration of the system hardware, the software version, the names and sources of configuration files, and the boot image

• show processes -- displays information about the active processes

• show protocols -- displays the configured protocols; shows the status of all configured Layer 3 protocols

• show memory -- shows statistics about the router's memory, including memory free pool statistics

Page 8: Cisco S2 C4

Status Commands (cont’d)• show stacks -- monitors the stack use of processes and

interrupt routines and displays the reason for the last system reboot

• show buffers -- provides statistics for the buffer pools on the router

• show flash -- shows information about the Flash memory device

• show running-config (write term on Cisco IOS Release 10.3 or earlier) -- displays the active configuration file

Page 9: Cisco S2 C4

Show Status (cont’d)

• show startup-config (show config on Cisco IOS Release 10.3 or earlier) -- displays the backup configuration file

• show interfaces -- displays statistics for all interfaces configured on the router

Page 10: Cisco S2 C4

Configuration Files

• Show running-config• Show startup-config

– Study displays from both commands– write term and show config, used with Cisco

IOS Release 10.3 and earlier, have been replaced with new commands – they will be discontinued in a future version

Page 11: Cisco S2 C4

More Show Commands• show interfaces -- displays configurable parameters and

real-time statistics related to all interfaces configured on the router (see Figure ).

• show version --displays information about the Cisco IOS software version that is currently running on the router

• show protocols -- display the protocols configured on the router. This command shows the global and interface-specific status of any configured Level 3 protocol– Use commands and study screen output

Page 12: Cisco S2 C4

Lab

• Practice all router commands introduced to date

• Pay particular attention to screen output• Enter output data in your journal

Page 13: Cisco S2 C4

Cisco Discovery Protocol (CDP)

• access a summary of what theconfigurations look like on other directly-connected routers.

• Uses data link address (MAC address)

Page 14: Cisco S2 C4

Show CDP

• display the CDP updates on the local router– device identifiers -- e.g. the router's configured host name

and domain– name (if any) – address list -- at least one address for SNMP, up to one

address for each supported protocol – port identifier -- e.g. Ethernet 0, Ethernet 1, and Serial0 – capabilities list -- e.g. if the device acts as a source route

bridge as well as a router – version -- information such as that provided by the local

command

Page 15: Cisco S2 C4

Show CDP Interface

• display the values of the CDP timers, the interface status, and the encapsulation used by CDP for its advertisement and discovery frame transmission.– Timers set for 60 and 180 seconds respectively

Page 16: Cisco S2 C4

show cdp entry {device name}

• To show information about one neighbor• Show CDP neighbors

– display the CDP updates received on the local router– neighbor device ID – local port type and number – decremental hold-time value, in seconds – neighbor device capability code – neighbor hardware platform – neighbor remote port type and number

Page 17: Cisco S2 C4

Lab

• Router Topology• Create table for router addresses• Practice CDP commands

Page 18: Cisco S2 C4

Testing the Router

• telnet, • ping,• trace, • show ip route, • show interfaces • debug

Page 19: Cisco S2 C4

Telnet

• command provides a virtual terminal so administrators can use Telnet operations to connect with other routers running TCP/IP

• With Cisco's implementation of TCP/IP, you do not need to enter the command connect or telnet to establish a Telnet connection.

• Just enter the host name– Use exit or logout to terminate the session

Page 20: Cisco S2 C4

Ping

• You can use the ping user EXEC command to diagnose basic network connectivity.

• The ping uses the ICMP (Internet Control Message Protocol).

• Characters communicate status– ! Successful connection– . Timed out

Page 21: Cisco S2 C4

Trace

• takes advantage of the error messages generated by routers when a packet exceeds its Time To Live (TTL) value.

• sends several packets and displays the round-trip time for each.

• The benefit of the trace command is that it tells which router in the path was the last one to be reached. This is called fault isolation.

Page 22: Cisco S2 C4

IP Route

• determines whether a routing table entry exists for the target network.

Page 23: Cisco S2 C4

Questions to Ask

• Is there a Carrier Detect signal? • Is the physical link between devices good? • Are the keepalive messages being

received? • Can data packets be sent across the

physical link?

Page 24: Cisco S2 C4

Show Interfaces & Clear

• display the statistics. The statistics reflect router operation since the last time the counters were cleared. shows the critical counters.

• Use the clear counters command to reset the counters to 0. By starting from 0, you get a better picture of the current status of the network.

Page 25: Cisco S2 C4

Debugging

• The debug privileged EXEC command starts the console display of the network events specified in the command parameter. Use the terminal monitor command to forward debug output to your Telnet session terminal.

• Use the undebug all command (or no debug all) to turn debugging off when you no longer need it. Debugging is really intended for solving problems.

• Don’t leave it on indefinitely

Page 26: Cisco S2 C4

Challenge Lab

• Use telnet, ping, trace, debug commands• Use show commands• Log screen output in your journal