Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
20 views1 page

OSPFV3 Single Area Configuration

The document outlines the basic configuration steps for three routers (Router1, Router2, and Router3) to enable IPv6 unicast routing. Each router is assigned specific IPv6 addresses for their interfaces, including serial and gigabit Ethernet interfaces. The configuration commands ensure that the interfaces are activated and properly set up for communication.

Uploaded by

Habtamu Asayto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

OSPFV3 Single Area Configuration

The document outlines the basic configuration steps for three routers (Router1, Router2, and Router3) to enable IPv6 unicast routing. Each router is assigned specific IPv6 addresses for their interfaces, including serial and gigabit Ethernet interfaces. The configuration commands ensure that the interfaces are activated and properly set up for communication.

Uploaded by

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

Step 1.

Basic Configuration
Router1
Router>enable
Router#configure terminal
Router(config)#ipv6 unicast-routing
Router(config)#interface serial 0/0/0
Router(config-if)#no shutdown
Router(config-if)#ipv6 address 200:db8:22:1::1/64
Router(config-if)#exit

Router(config)#interface serial 0/0/1


Router(config-if)#no shutdown
Router(config-if)#ipv6 address 200:db8:22:3::1/64
Router(config-if)#exit

Router(config)#interface gigabitEthernet 0/0


Router(config-if)#ipv6 address 200:db8:22:10::1/64
Router(config-if)#no shutdown
Router(config-if)#exit
Router2
Router>enable
Router#configure terminal
Router(config)#ipv6 unicast-routing
Router(config)#interface gigabitEthernet 0/0
Router(config-if)#no shutdown
Router(config-if)#ipv6 address 200:db8:22:20::1/64
Router(config-if)#exit

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


Router(config-if)#ipv6 address 200:db8:22:1::2/64
Router(config-if)#no shutdown
Router(config-if)#exit

Router(config)#interface serial 0/0/1


Router(config-if)#ipv6 address 200:db8:22:2::1/64
Router(config-if)#no shutdown
Router(config-if)#exit
Route3
Router(config)#interface gigabitEthernet 0/0
Router(config-if)#ipv6 address 200:db8:22:30::1/64
Router(config-if)#no shutdown
Router(config-if)#exit

Router(config)#interface serial 0/1/0


Router(config-if)#ipv6 address 200:db8:22:3::2/64
Router(config-if)#no shutdown

Router(config-if)#interface serial 0/1/1


Router(config-if)#ipv6 address 200:db8:22:2::2/64
Router(config-if)#no shutdown
Router(config-if)#exit

You might also like