Information Technology Reference
In-Depth Information
Task 9: Examine Router show Commands
There are many show commands that you can use to examine the operation of the router. In both priv-
ileged EXEC and user EXEC modes, the command show ? provides a list of available show com-
mands. The list is considerably longer in privileged EXEC mode than it is in user EXEC mode.
Examine the show running-config command.
Step 1.
The show running-config command is used to display the contents of the currently run-
ning configuration file. From privileged EXEC mode on the R1 router, examine the output
of the show running-config command. If the --More-- prompt appears, press the
Spacebar to view the remainder of the command output:
R1# show running-config
!
version 12.3
!
hostname R1
!
!
enable secret 5 $1$AFDd$0HCi0iYHkEWR4cegQdTQu/
!
no ip domain-lookup
!
interface FastEthernet0/0
description R1 LAN
mac-address 0007.eca7.1511
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
mac-address 0001.42dd.a220
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
description Link to R2
ip address 192.168.2.1 255.255.255.0
clock rate 64000
!
interface Serial0/0/1
no ip address
Search WWH ::




Custom Search