You are on page 1of 33

UNIVERSITI TEKNOLOGI MARA

FACULTY OF ELECTRICAL ENGINEERING

INTERNET PROTOCOL
ECE734

PREPARED BY:

MAHATHIR BIN JOHAR

ID NUMBER:

2009241034

PREPARED FOR

DR MAT IKRAM YUSOF


Chapter 3 Lab 3-7, OSPF Case Study
Topology

Objectives
• Plan, design, and implement the International Travel Agency network shown in the
diagram and described below.
• Verify that all configurations are operational and functioning according to the
guidelines.

Note: This lab uses Cisco 1841 routers with Cisco IOS Release 12.4(24)T1 and the
Advanced IP Services image c1841-advipservicesk9-mz.124-24.T1.bin. You can use other
routers (such as a 2801 or 2811) and Cisco IOS Software versions if they have
comparable capabilities and features. Depending on the router model and Cisco IOS
Software version, the commands available and output produced might vary from what is
shown in this lab.

Required Resources
• 4 routers (Cisco 1841 with Cisco IOS Release 12.4(24)T1 Advanced IP Service or
comparable)
• Serial and console cables

Requirements
The International Travel Agency needs its core network set up for OSPF with the
specifications indicated in the diagram and listed below. Design, configure, and test a
network that meets all the following requirements:

1. Use the addressing scheme shown in the diagram.


2. Configure OSPF with the networks shown in the diagram.
3. Configure the OSPF backbone area to be on Loopback0 on HQ.
4. Configure the Frame Relay subnets as point-to-point subinterfaces, with the link
between HQ and East in area 100, and the link between HQ and West in area 300.
5. Configure area 300 as an NSSA.
6. Configure the router East loopback interfaces to be in area 200. Summarize this area
with the most efficient summary.
7. Redistribute the loopback network on router West into OSPF.
8. Create virtual links as necessary for full connectivity.
9. Make sure that all loopback interfaces are advertised with the correct subnet mask.
# Lab 3-7 OSPF Case Study
# By :Dr Mat IkramYusof CCNP,CCSP,CCNA,CCAI,SCNA,SCSA,SCJP,ITILF
################################################
#################
# To get available chassis and NM, run "dynamips -H 7200 &dynamips -H 7201
&" from
# the command line in the dynamipsdirectory.And " dynagen Lab1-0"
#
# Available C3600 chassis drivers:
# * 3620
# * 3640
# * 3660
################################################
#################
# Available C3600 Network Module drivers:
# * NM-1E
# * NM-4E
# * NM-1FE-TX
# * NM-4T
# * Leopard-2FE
# * NM-16ESW
################################################
#################

mmap = true
ghostios = True
sparsemem = True
autostart = False

[localhost:7200]

#workingdir = C:\Program
Files\Dynamips\sample_labs\internetworkexpert\working
workingdir = C:\Program Files
(x86)\Dynamips\sample_labs\ccnp1Labs\OSPF\Lab3-8\working

[[3640]]
#
# Specify 3640 IOS image on Windows here:
#image = C:\Program Files\Dynamips\images\c3640-jk9o3s-mz.123-
14.T7.extracted.bin
#
# Specify 3640 IOS image on Linux here:
# image = /ios/c3640-jk9o3s-mz.123-14.T7.extracted.bin
image = C:\Program Files (x86)\Dynamips\images\c3640-jk9o3s-mz.124-5a.bin
#
ram = 128
disk0 = 0
disk1 = 0
# Choose an idlepc value from the below
idlepc = 0x60610428
###########################
#
# Define router instances
#
###########################

[[ROUTER FRS]]
model = 3640
console = 2009
slot1 = NM-4T
s1/0 = HQ s1/0
s1/1 = East s1/0
s1/2 = West s1/0

[[ROUTER West]]
model = 3640
console = 2012
slot1 = NM-4T
s1/0 = FRS s1/2

[[ROUTER HQ]]
model = 3640
console = 2011
slot1 = NM-4T
s1/0 = FRS s1/0

[[ROUTER East]]
model = 3640
console = 2010
slot1 = NM-4T
s1/0 = FRS s1/1
ROUTER 3(FRS) CONFIGURATION

FRS#sh run

Building configuration...

Current configuration : 1226 bytes

version 12.4

service timestamps debug datetimemsec

service timestamps log datetimemsec

no service password-encryption

hostname FRS

boot-start-marker

boot-end-marker

noaaa new-model

resource policy

memory-sizeiomem 5

ipcef

frame-relay switching

interface Serial1/0

noip address

encapsulation frame-relay

serial restart-delay 0

clock rate 64000

nodce-terminal-timing-enable

frame-relayintf-type dce

frame-relay route 102 interface Serial1/1 201

frame-relay route 103 interface Serial1/2 301

interface Serial1/1

noip address
encapsulation frame-relay

serial restart-delay 0

clock rate 64000

nodce-terminal-timing-enable

frame-relayintf-type dce

frame-relay route 201 interface Serial1/0 102

interface Serial1/2

noip address

encapsulation frame-relay

serial restart-delay 0

clock rate 64000

nodce-terminal-timing-enable

frame-relayintf-type dce

frame-relay route 301 interface Serial1/0 103

interface Serial1/3

noip address

shutdown

serial restart-delay 0

nodce-terminal-timing-enable

ip http server

noip http secure-server

control-plane

line con 0

line aux 0

linevty 0 4

End
ROUTER 1(HQ) CONFIGURATION

HQ#sh run

Building configuration...

Current configuration : 1354 bytes

version 12.4

service timestamps debug datetimemsec

service timestamps log datetimemsec

no service password-encryption

hostname HQ

boot-start-marker

boot-end-marker

no aaa new-model

resource policy

memory-sizeiomem 5

ipcef

interface Loopback1

ip address 10.1.1.9 255.255.255.252

ipospf network point-to-point

interface Serial1/0

noip address

encapsulation frame-relay

serial restart-delay 0

nodce-terminal-timing-enable

interface Serial1/0.102 point-to-point

ip address 10.1.1.1 255.255.255.252

frame-relay interface-dlci 102

interface Serial1/0.103 point-to-point


ip address 10.1.1.5 255.255.255.252

frame-relay interface-dlci 103

interface Serial1/1

noip address

shutdown

serial restart-delay 0

nodce-terminal-timing-enable

interface Serial1/2

noip address

shutdown

serial restart-delay 0

nodce-terminal-timing-enable

interface Serial1/3

noip address

shutdown

serial restart-delay 0

nodce-terminal-timing-enable

routerospf 1

log-adjacency-changes

area 100 virtual-link 10.1.1.113

area 300 nssa

network 10.1.1.0 0.0.0.3 area 100

network 10.1.1.4 0.0.0.3 area 300

network 10.1.1.8 0.0.0.3 area 0

ip http server

noip http secure-server


control-plane

line con 0

line aux 0

linevty 0 4

end

ROUTER 2(EAST) CONFIGURATION

EAST#sh run

Building configuration...

Current configuration : 1637 bytes

version 12.4

service timestamps debug datetimemsec

service timestamps log datetimemsec

no service password-encryption

hostname EAST

boot-start-marker

boot-end-marker

noaaa new-model

resource policy

memory-sizeiomem 5

ipcef

interface Loopback101

ip address 10.1.1.101 255.255.255.252

ipospf network point-to-point

interface Loopback105

ip address 10.1.1.105 255.255.255.252

ipospf network point-to-point

interface Loopback109

ip address 10.1.1.109 255.255.255.252


ipospf network point-to-point

interface Loopback113

ip address 10.1.1.113 255.255.255.252

ipospf network point-to-point

interface Serial1/0

noip address

encapsulation frame-relay

serial restart-delay 0

nodce-terminal-timing-enable

interface Serial1/0.201 point-to-point

ip address 10.1.1.2 255.255.255.252

frame-relay interface-dlci 201

interface Serial1/1

no ip address

shutdown

serial restart-delay 0

no dce-terminal-timing-enable

interface Serial1/2

no ip address

shutdown

serial restart-delay 0

no dce-terminal-timing-enable

interface Serial1/3

no ip address

shutdown
serial restart-delay 0

no dce-terminal-timing-enable

Router ospf 1

log-adjacency-changes

area 100 virtual-link 10.1.1.9

area 200 range 10.1.1.96 255.255.255.224

network 10.1.1.0 0.0.0.3 area 100

network 10.1.1.100 0.0.0.3 area 200

network 10.1.1.104 0.0.0.3 area 200

network 10.1.1.108 0.0.0.3 area 200

network 10.1.1.112 0.0.0.3 area 200

ip http server

no ip http secure-server

control-plane

line con 0

line aux 0

line vty 0 4

End

ROUTER 4(WEST) CONFIGURATION

WEST#sh run

Building configuration...

Current configuration : 1174 bytes

version 12.4
service timestamps debug date time msec

service timestamps log date time msec

no service password-encryption

hostname WEST

boot-start-marker

boot-end-marker

no aaa new-model

resource policy

memory-size iomem 5

ip cef

interface Loopback3

ip address 10.1.1.13 255.255.255.252

ip ospf network point-to-point

interface Serial1/0

no ip address

encapsulation frame-relay

serial restart-delay 0

no dce-terminal-timing-enable

interface Serial1/0.301 point-to-point

ip address 10.1.1.6 255.255.255.252

frame-relay interface-dlci 301

interface Serial1/1

no ip address

shutdown

serial restart-delay 0

no dce-terminal-timing-enable

!
interface Serial1/2

no ip address

shutdown

serial restart-delay 0

no dce-terminal-timing-enable

interface Serial1/3

no ip address

shutdown

serial restart-delay 0

no dce-terminal-timing-enable

Router ospf 1

log-adjacency-changes

area 300 nssa

redistribute connected subnets

network 10.1.1.4 0.0.0.3 area 300

ip http server

no ip http secure-server

control-plane

line con 0

line aux 0

line vty 0 4

end

RESULT

WEST(tcl)#foreach address {

+>10.1.1.9

+>10.1.1.1

+>10.1.1.5

+>10.1.1.2

+>10.1.1.101
+>10.1.1.105

+>10.1.1.109

+>10.1.1.113

+>} {

+>ping $address }

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.1.1.9, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 56/110/224 ms

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 80/96/120 ms

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.1.1.5, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 52/73/124 ms

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 140/161/188 ms

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.1.1.101, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 120/154/216 ms

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.1.1.105, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 120/160/200 ms

Type escape sequence to abort.


Sending 5, 100-byte ICMP Echos to 10.1.1.109, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 120/135/168 ms

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.1.1.113, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 120/157/184 ms

WEST#sh ip ospf neighbor

Neighbor ID Pri State Dead Time Address Interface

10.1.1.9 0 FULL/ - 00:00:35 10.1.1.5 Serial1/0.301

EAST#sh ip ospf neighbor

Neighbor ID Pri State Dead Time Address Interface

10.1.1.9 0 FULL/ - - 10.1.1.1 OSPF_VL0

10.1.1.9 0 FULL/ - 00:00:34 10.1.1.1 Serial1/0.201

HQ#sh ip ospf neighbor

Neighbor ID Pri State Dead Time Address Interface

10.1.1.113 0 FULL/ - - 10.1.1.2 OSPF_VL0

10.1.1.113 0 FULL/ - 00:00:37 10.1.1.2 Serial1/0.102

10.1.1.13 0 FULL/ - 00:00:32 10.1.1.6 Serial1/0.103

HQ#sh ip route

Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2

i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

ia - IS-IS inter area, * - candidate default, U - per-user static route

o - ODR, P - periodic downloaded static route


Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks

C 10.1.1.8/30 is directly connected, Loopback1

O N2 10.1.1.12/30 [110/20] via 10.1.1.6, 00:47:56, Serial1/0.103

C 10.1.1.0/30 is directly connected, Serial1/0.102

C 10.1.1.4/30 is directly connected, Serial1/0.103

O IA 10.1.1.96/27 [110/65] via 10.1.1.2, 00:47:56, Serial1/0.102

EAST#sh ip route

Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2

i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

ia - IS-IS inter area, * - candidate default, U - per-user static route

o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks

O 10.1.1.8/30 [110/65] via 10.1.1.1, 00:48:37, Serial1/0.201

O E2 10.1.1.12/30 [110/20] via 10.1.1.1, 00:48:35, Serial1/0.201

C 10.1.1.0/30 is directly connected, Serial1/0.201

O IA 10.1.1.4/30 [110/128] via 10.1.1.1, 00:48:37, Serial1/0.201

C 10.1.1.104/30 is directly connected, Loopback105

C 10.1.1.108/30 is directly connected, Loopback109

O 10.1.1.96/27 is a summary, 00:48:57, Null0

C 10.1.1.100/30 is directly connected, Loopback101

C 10.1.1.112/30 is directly connected, Loopback113


WEST#sh ip route

Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2

i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

ia - IS-IS inter area, * - candidate default, U - per-user static route

o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks

O IA 10.1.1.8/30 [110/65] via 10.1.1.5, 00:49:10, Serial1/0.301

C 10.1.1.12/30 is directly connected, Loopback3

O IA 10.1.1.0/30 [110/128] via 10.1.1.5, 00:49:10, Serial1/0.301

C 10.1.1.4/30 is directly connected, Serial1/0.301

O IA 10.1.1.96/27 [110/129] via 10.1.1.5, 00:49:10, Serial1/0.301

LAB 8-4 : IPV6 CHALLENGE LAB


3

Objectives
• Implement the topology diagram using the instructions in the Requirements section.
• Change the IPv6 IGP from OSPFv3 to RIPng.

Background
In the first part of this lab (Steps 1 through 7), you configure IPv4 with EIGRP on routers
R1, R2 and R3. You also configure IPv6 with OSPFv3 on routers R1, R3 and R4, create an
IPv6 tunnel between R1 and R3 and then test network connectivity. In the second part of
the lab (Step 8), you replace the OSPFv3 routing protocol with RIPng and re-test
connectivity.

Required Resources
Note: This lab uses Cisco 1841 routers with Cisco IOS Release 12.4(24)T1 and the
Advanced IP Services image c1841-advipservicesk9-mz.124-24.T1.bin. You can use other
routers (such as a 2801 or 2811) and Cisco IOS Software versions if they have
comparable capabilities and features. Depending on the router model and Cisco IOS
Software version, the commands available and output produced might vary from what is
shown in this lab.
• 4 routers (Cisco 1841 with Cisco IOS Release 12.4(24)T1 Advanced IP Services or
comparable)
• Serial and console cables

Requirements
1. Configure all interfaces in the topology diagram with the IPv4 or IPv6 addresses
shown.

2. Use EUI-64 addresses on the link between R3 and R4.

3. Configure EIGRP AS 1 on R1, R2, and R3 to route all IPv4 networks.

4. Disable EIGRP automatic summarization.


5. Configure a manual IPv6 tunnel between R1 and R3.

6. Include all IPv6 networks in OSPF area 0 on R1, R3, and R4.

7. Manually configure a router ID of 172.16.4.1 on R4 (this address does not need to be


reachable).

8. Remove the OSPFv3 configuration commands from R1, R3, and R4 and configure RIPng
to run on these routers using RIP1 as the process name.

# Lab 8-4 IPv6 Challenge Lab


# By :Dr Mat IkramYusof CCNP,CCSP,CCNA,CCAI,SCNA,SCSA,SCJP,ITILF
################################################
#################
# To get available chassis and NM, run "dynamips -H 7200 &dynamips -H 7201
&" from
# the command line in the dynamipsdirectory.And " dynagen Lab1-0"
#
# Available C3600 chassis drivers:
# * 3620
# * 3640
# * 3660
################################################
#################
# Available C3600 Network Module drivers:
# * NM-1E
# * NM-4E
# * NM-1FE-TX
# * NM-4T
# * Leopard-2FE
# * NM-16ESW
################################################
#################

mmap = true
ghostios = True
sparsemem = True
autostart = False

[localhost:7200]

#workingdir = C:\Program Files


(x86)\Dynamips\sample_labs\internetworkexpert\working
workingdir = C:\Program Files
(x86)\Dynamips\sample_labs\ccnp1Labs\IPV6\working

[[3640]]
#
# Specify 3640 IOS image on Windows here:
#image = C:\Program Files\Dynamips\images\c3640-jk9o3s-mz.123-
14.T7.extracted.bin
#
# Specify 3640 IOS image on Linux here:
# image = /ios/c3640-jk9o3s-mz.123-14.T7.extracted.bin
image = C:\Program Files (x86)\Dynamips\images\c3640-jk9o3s-mz.124-5a.bin
#
ram = 128
disk0 = 0
disk1 = 0
# Choose an idlepc value from the below
idlepc = 0x60610428

###########################
#
# Define router instances
#
###########################

[[ROUTER R1]]
model = 3640
console = 2001
slot0 = NM-4T

s0/0 = R2 s0/0

[[ROUTER R2]]
model = 3640
console = 2002
slot0 = NM-4T
slot1 = NM-1FE-TX

s0/1 = R3 s0/1

[[ROUTER R3]]
model = 3640
console = 2003
slot0 = NM-4T
slot1 = NM-1FE-TX

s0/0 = R4 s0/0

[[ROUTER R4]]
model = 3640
console = 2004
slot0 = NM-4T
slot1 = NM-1FE-TX
R1 CONFIGURATION

R1#sh run
Building configuration...

Current configuration : 1325 bytes


!
version 12.4
service timestamps debug date time msec
service timestamps log date time msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
No aaa new-model
!
resource policy
!
memory-size iomem 5
!
!
Ip cef
!

ipv6 unicast-routing
ipv6cef
!

interface Tunnel0
no ip address
ipv6 address FEC::13:1/112
ipv6 address FEC0::13:1/112
ipv6 rip RIP1 enable
tunnel source Serial0/0
tunnel destination 172.16.23.3
tunnel mode ipv6ip
!
interface Loopback0
no ip address
ipv6 address FEC0::1:1/112
ipv6 rip RIP1 enable
!
interface Serial0/0
bandwidth 64
ip address 172.16.12.1 255.255.255.0
serial restart-delay 0
clock rate 64000
no dce-terminal-timing-enable
no fair-queue
!
interface Serial0/1
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
interface Serial0/2
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
interface Serial0/3
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
Route reigrp 1
network 172.16.0.0
no auto-summary
!
ip http server
no ip http secure-server
!
ipv6 router ospf 1
log-adjacency-changes
!
ipv6 router rip RIP1
!
control-plane
!
line con 0
line aux 0
line vty 0 4
login
!
!
End

R2 CONFIGURATION

R2#sh run
Building configuration...

Current configuration : 1055 bytes


!
version 12.4
service timestamps debug date time msec
service timestamps log date time msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!

No aaa new-model
!
resource policy
!
memory-size iomem 5
!
Ip cef
!

interface Serial0/0
bandwidth 64
ip address 172.16.12.2 255.255.255.0
serial restart-delay 0
no dce-terminal-timing-enable
no fair-queue
!
interface Serial0/1
bandwidth 64
ip address 172.16.23.2 255.255.255.0
serial restart-delay 0
clock rate 64000
no dce-terminal-timing-enable
!
interface Serial0/2
noip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
interface Serial0/3
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
Route reigrp 1
network 172.16.0.0
no auto-summary
!
ip http server
no ip http secure-server
!
control-plane
!
line con 0
line aux 0
line vty 0 4
login

end
R3 CONFIGURATION

R3#sh run

Building configuration...

Current configuration : 1435 bytes

version 12.4

service timestamps debug date time msec

service timestamps log date time msec

no service password-encryption

hostname R3

boot-start-marker

boot-end-marker

no aaa new-model

resource policy

memory-size iomem 5

ip cef

ipv6 unicast-routing

ipv6cef

interface Tunnel0

no ip address

ipv6 address FEC0::13:3/112

ipv6 rip RIP1 enable


tunnel source Serial0/1

tunnel destination 172.16.12.1

tunnel mode ipv6ip

interface Loopback0

no ip address

ipv6 address FEC0::3:1/112

ipv6 rip RIP1 enable

interface Serial0/0

bandwidth 64

no ip address

ipv6 address FEC0:34::/64 eui-64

ipv6 rip RIP1 enable

serial restart-delay 0

clock rate 64000

no dce-terminal-timing-enable

no fair-queue

interface Serial0/1

bandwidth 64

ip address 172.16.23.3 255.255.255.0

serial restart-delay 0

no dce-terminal-timing-enable

interface Serial0/2

no ip address

shutdown

serial restart-delay 0

no dce-terminal-timing-enable

!
interface Serial0/3

no ip address

shutdown

serial restart-delay 0

no dce-terminal-timing-enable

interface FastEthernet1/0

no ip address

shutdown

duplex auto

speed auto

Router eigrp 1

network 172.16.0.0

no auto-summary

ip http server

no ip http secure-server

ipv6 router ospf 1

log-adjacency-changes

ipv6 router rip RIP1

control-plane

line con 0

line aux 0

line vty 0 4
login

end

R4 CONFIGURATION

R4#sh run

Building configuration...

Current configuration : 1195 bytes

version 12.4

service timestamps debug date time msec

service timestamps log date time msec

no service password-encryption

hostname R4

boot-start-marker

boot-end-marker

no aaa new-model

resource policy

memory-size iomem 5

ip cef

ipv6 unicast-routing

ipv6cef

interface Loopback0

no ip address

ipv6 address FEC0::4:1/112

ipv6 rip RIP1 enable

interface Serial0/0

bandwidth 64

no ip address
ipv6 address FEC0:34::/64 eui-64

ipv6 rip RIP1 enable

serial restart-delay 0

no dce-terminal-timing-enable

no fair-queue

interface Serial0/1

no ip address

shutdown

serial restart-delay 0

no dce-terminal-timing-enable

interface Serial0/2

no ip address

shutdown

serial restart-delay 0

no dce-terminal-timing-enable

interface Serial0/3

no ip address

shutdown

serial restart-delay 0

no dce-terminal-timing-enable

interface FastEthernet1/0

no ip address

shutdown

duplex auto

speed auto

ip http server
no ip http secure-server

ipv6 router ospf 1

router-id 172.16.4.1

log-adjacency-changes

ipv6 router rip RIP1

control-plane

line con 0

line aux 0

line vty 0 4

login

End

-----------------------------------------------------------------------------------------------------------------
---------------------

RESULT

R1#tclsh

R1(tcl)#foreach address {

+>(tcl)#172.16.12.2

+>(tcl)#172.16.23.2

+>(tcl)#172.16.23.3

+>(tcl)#FEC0::3:1

+>(tcl)#FEC0::4:1

+>(tcl)#} {

+>(tcl)#ping $address }

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 172.16.12.2, timeout is 2 seconds:


!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 24/48/64 ms

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 172.16.23.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 24/51/76 ms

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 172.16.23.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 84/104/128 ms

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to FEC0::3:1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 80/120/160 ms

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to FEC0::4:1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 76/136/200 ms

R1#sh ipv6 route

IPv6 Routing Table - 11 entries

Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP

U - Per-user Static route

I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary

O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2

ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2

C FEC::13:0/112 [0/0]

via ::, Tunnel0

L FEC::13:1/128 [0/0]

via ::, Tunnel0


L FE80::/10 [0/0]

via ::, Null0

C FEC0::1:0/112 [0/0]

via ::, Loopback0

L FEC0::1:1/128 [0/0]

via ::, Loopback0

R FEC0::3:0/112 [120/2]

via FE80::AC10:1703, Tunnel0

R FEC0::4:0/112 [120/3]

via FE80::AC10:1703, Tunnel0

C FEC0::13:0/112 [0/0]

via ::, Tunnel0

L FEC0::13:1/128 [0/0]

via ::, Tunnel0

R FEC0:34::/64 [120/2]

via FE80::AC10:1703, Tunnel0

L FF00::/8 [0/0]

via ::, Null0

R4#sh ipv6 int brief

Serial0/0 [up/up]

FE80::CE03:1AFF:FE24:10

FEC0:34::CE03:1AFF:FE24:10

Serial0/1 [administratively down/down]

unassigned

Serial0/2 [administratively down/down]

unassigned

Serial0/3 [administratively down/down]

unassigned

FastEthernet1/0 [administratively down/down]


unassigned

Loopback0 [up/up]

FE80::CE03:1AFF:FE24:10

FEC0::4:1

R1#ping FEC0:34::CE03:1AFF:FE24:10

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to FEC0:34::CE03:1AFF:FE24:10, timeout is 2


seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 88/108/128 ms

R3#sh ipv6 route

IPv6 Routing Table - 11 entries

Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP

U - Per-user Static route

I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary

O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2

ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2

R FEC::13:0/112 [120/2]

via FE80::AC10:C01, Tunnel0

L FE80::/10 [0/0]

via ::, Null0

R FEC0::1:0/112 [120/2]

via FE80::AC10:C01, Tunnel0

C FEC0::3:0/112 [0/0]

via ::, Loopback0

L FEC0::3:1/128 [0/0]

via ::, Loopback0

R FEC0::4:0/112 [120/2]

via FE80::CE03:1AFF:FE24:10, Serial0/0


C FEC0::13:0/112 [0/0]

via ::, Tunnel0

L FEC0::13:3/128 [0/0]

via ::, Tunnel0

C FEC0:34::/64 [0/0]

via ::, Serial0/0

L FEC0:34::CE02:1AFF:FE24:10/128 [0/0]

via ::, Serial0/0

L FF00::/8 [0/0]

via ::, Null0

You might also like