Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Cho sơ đồ Lab như sau:

Hãy cấu hình định tuyến cho sơ đồ này dùng RIPng.

1) Cấu hình IPv6 address cho các thiết bị

1.1)Trên RouterX:
hostname RouterX
ipv6 unicast-routing

int g0/0/0
no sh
ipv6 address 2021::1/64
exit
int g0/0/1
no sh
ipv6 address 2022::/64 eui-64
exit

1.2) Trên RouterY:


hostname RouterY
ipv6 unicast-routing
int g0/0/0
no sh
ipv6 address 2023::1/64
exit
int g0/0/1
no sh
ipv6 address 2022::/64 eui-64
exit
1.3) Trên các LaptopX vs LaptopY
2) Routing with RIPng

2.1) RouterX:
RouterX(config)#ipv6 router rip XY

RouterX(config)#int g0/0/0
RouterX(config-if)#ipv6 rip XY enable
RouterX(config-if)#exit
RouterX(config)#

RouterX(config)#int g0/0/1
RouterX(config-if)#ipv6 rip XY enable
RouterX(config-if)#exit
RouterX(config)#

2.2) RouterY:
RouterY(config)#ipv6 router rip XY

RouterY(config)#int g0/0/0
RouterY(config-if)#ipv6 rip XY enable
RouterY(config-if)#exit
RouterY(config)#

RouterY(config)#int g0/0/1
RouterY(config-if)#ipv6 rip XY enable
RouterY(config-if)#exit
RouterY(config)#
3) Kiểm tra thông tin cấu hình IPv6 trên các interface & thông
tin định tuyến

show ipv6 interface brief


show ipv6 route
show ipv6 rip database
4) Kiểm tra thông mạng

You might also like