0% found this document useful (0 votes)
77 views2 pages

Cisco Router Command Sheet

Uploaded by

Jeff Scott
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views2 pages

Cisco Router Command Sheet

Uploaded by

Jeff Scott
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

SIDER /25 /26 /27 /28 /29 /30 /31 /32

Subnet 128 192 224 240 248 252 254 255


Net 2 4 8 16 32 64 128 256
Host 128 64 32 16 8 4 2 1

Cisco Router Command sheet

1. Continue with configuration dialogue? Yes or No? Choose No.


2. Router > Enable
3. Configure Terminal (config t).
4. Prompt will now read Router (config)#
5. Router (config)# hostname Rtr0
6. Configure Router Ethernet and serial interfaces:
Rtr0(config)# do show ip interface brief or (do sh ip int b)
Note: Router interface will come up showing Gigabit and Serial ports
7. Configure Ethernet interface first. Rtr0(config)# interface gigabitethernet0/0
or (int g0/0)
Prompt will change to Rtr0(config-if)#
8. Rtr0(config-if)# ip address 201.3.1.1 255.255.255.0
9. Rtr(config-if) no shutdown
10. exit

Configure Serial (Remember DCE side Clock)


1. Rtr0 is the DCE
2. Rtr0(config)# interface serial0/0/0 or (int s0/0/0)
3. Prompt Changes to Rtr0(config-if)#
4. Rtr0(config-if)# ip address 201.3.2.1 255.255.255.0
5. Rtr0(config-if)# clock rate 64000
6. Rtr0(config-if)#no shutdown
7. exit
8. Save config – do copy run start

Router(config-if)# do show running-config or do show ip interface brief

Gigabit Ethernet0/0 interface should see configured IP address, method “manuel” status “up” and
protocol “up”

Configure PC
IP Adress 201.3.1.10
Subnet Mask: 255.255.255.0
Default Gateway 201.3.1.1

Verify Network Connectivity From PC0


Ping loopback 127.0.0.1
Do the same on the other side, but pay attention to topology.

Configure PC NICs with static IP address, subnet and default gateway. Use host IP of next available
host.

Verify local network configuration from PCs. You should be able to ping the PC’s default gateway and
router serial interface. If not, troubleshoot!

Access to remote networks will NOT work. For each router, configure routing protocol RIPv2 as
follows:

a. Enter the following commands:


Rtr (config)# router rip
Rtr (config-router) # version 2
Rtr (config-router) # network classful-network-address

The router rip command adds the RIP routing protocol to the configuration. The version 2
command configures version 2 to support VLSM. The network network-addr command
advertises directly connected classful networks (even though it is subnetted with VLSM).
Enter one network statement per classful network. RIP does not start working until at least
one network statement is entered. In this case, the command is network 199.101.4.0 on both
routers.

b. View each router’s routing table. (Remember, RIP exchanges tables every 30
seconds...give it time to exchange.) Troubleshoot if RIP route is not there! c. You should be
able to ping from PC to PC. If not, troubleshoot!

Static Route: View Rtr0 routing table


Rtr0# show ip route
Which network is address is missing? 201.3.3.0/24
Create Static Route on Rtr0 using following syntax: ip route remote-network-address subnet mask. Use
below and use command -
Rtr0(config)# ip route 201.3.3.0 255.255.255.0 s0/0/0
Serial connection is a point to point interface
Do the same for Rtr1

You might also like