0% found this document useful (0 votes)
14 views

04 Ospf V3

This document configures OSPF routing between three routers: Router 1 is configured with router ID 1.1.1.1 and interfaces for serial 0/0/0 with IPv6 address 12::1/120 and loopback 0 with 1::1/128. Both interfaces are added to OSPF area 0. Router 2 is similarly configured with router ID 2.2.2.2, interfaces for serial 0/0/0 with 12::2/120 and loopback 0 with 2::2/128 in area 0. It also has a FastEthernet 0/0 interface with IPv6 address 23::2/120 in area 0. Router 3 is configured with router ID

Uploaded by

solve 404
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

04 Ospf V3

This document configures OSPF routing between three routers: Router 1 is configured with router ID 1.1.1.1 and interfaces for serial 0/0/0 with IPv6 address 12::1/120 and loopback 0 with 1::1/128. Both interfaces are added to OSPF area 0. Router 2 is similarly configured with router ID 2.2.2.2, interfaces for serial 0/0/0 with 12::2/120 and loopback 0 with 2::2/128 in area 0. It also has a FastEthernet 0/0 interface with IPv6 address 23::2/120 in area 0. Router 3 is configured with router ID

Uploaded by

solve 404
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

OSPF ROUTING V 3 by:tr3snanto@gmail.

com

ROUTER 1

Router>en
Router#conf t

Router(config)#int serial 0/0/0


Router(config-if)#no shut

Router(config-if)#ipv6 add 12::1/120


Router(config-if)#ipv6 unicast-routing

Router(config)#ipv6 router ospf 10


Router(config-rtr)#router-id 1.1.1.1

Router(config-rtr)#int serial 0/0/0


Router(config-if)#ipv6 ospf 10 area 0

Router(config-if)#int loopback0
Router(config-if)#ipv6 add 1::1/128
Router(config-if)#ipv6 ospf 10 area 0

ROUTER2

Router>en
Router#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname SEMARANG
SEMARANG(config)#ipv6 unicast-routing
SEMARANG(config)#int serial 0/0/0
SEMARANG(config-if)#ipv6 add 12::2/120
SEMARANG(config-if)#ipv6 ospf 10 area 0
SEMARANG(config-if)#int loopback0

SEMARANG(config-if)#ipv6 add 2::2/128


SEMARANG(config-if)#int loopback0
SEMARANG(config-if)#ipv6 ospf 10 area 0
SEMARANG(config-if)#ex

SEMARANG(config)#ipv6 router ospf 10


SEMARANG(config-rtr)#router-id 2.2.2.2
SEMARANG(config-rtr)#ex
SEMARANG(config)#interface fa0/0
SEMARANG(config-if)#ipv6 add 23::2/120
SEMARANG(config-if)#ipv6 ospf 10 area 0
SEMARANG(config-if)#no shut

ROUTER3
Router>en
Router#conf t
Router(config)#hostname SURABAYA
SURABAYA(config)#ipv6 unicast-routing
SURABAYA(config-if)#ipv6 router ospf 10
SURABAYA(config-rtr)#router-id 3.3.3.3
SURABAYA(config-rtr)#interface fa0/0
SURABAYA(config-if)#ipv6 add 23::3/120
SURABAYA(config-if)#ipv6 ospf 10 area 0
SURABAYA(config-if)#interface loopback0
SURABAYA(config-if)#ipv6 add 3::3/128
SURABAYA(config-if)#ipv6 ospf 10 area 0

You might also like