Bài Lab IPv6 Basic và định tuyến OSPFv3
3 posters
Trang 1 trong tổng số 1 trang
Bài Lab IPv6 Basic và định tuyến OSPFv3
Ta có mô hình bài lab như sau
- Các bước cấu hình cho router 1
enable
conf t
hostname R1
int s 2/0
ip add 192.1.12.1 255.255.255.252
ipv6 address fec1::12:1/64
no sh
exit
int fa 0/0
ipv6 address 2010::1/64
no sh
no kee
exit
int lo 0
ip add 1.1.1.1 255.255.255.0
ip ospf network point-to-point
exit
router ospf 1
network 192.1.12.0 0.0.0.3 area 0
network 1.1.1.0 0.0.0.255 area 0
router-id 1.1.1.1
exit
ipv6 unicast-routing
ipv6 router ospf 10
router-id 11.11.11.11
int s 2/0
ipv6 ospf 10 area 0
exit
int fa 0/0
ipv6 ospf 10 area 0
- Các bước cấu hình cho router 2
enable
conf t
hostname R2
int s 2/0
ip add 192.1.12.2 255.255.255.252
ipv6 address fec1::12:2/64
no sh
exit
int lo 0
ip add 2.2.2.2 255.255.255.0
ip ospf network point-to-point
exit
int s 2/1
ip add 192.1.23.1 255.255.255.252
ipv6 address fec0::23:2/64
no sh
exit
router ospf 2
network 192.1.12.0 0.0.0.3 area 0
network 192.1.23.0 0.0.0.3 area 0
network 2.2.2.0 0.0.0.255 area 0
router-id 2.2.2.2
exit
ipv6 unicast-routing
ipv6 router ospf 22
router-id 22.22.22.22
exit
int serial 2/0
ipv6 ospf 22 area 0
exit
int serial 2/1
ipv6 ospf 22 area 0
exit
- Các bước cấu hình cho router 3
enable
conf t
hostname R3
int s 2/0
ip add 192.1.23.2 255.255.255.252
ipv6 address fec0::23:3/64
no sh
exit
int fa 0/0
ipv6 address 2030::1/64
no sh
no kee
exit
int lo 0
ip add 3.3.3.3 255.255.255.0
ip ospf network point-to-point
exit
router ospf 3
network 192.1.23.0 0.0.0.3 area 0
network 3.3.3.0 0.0.0.255 area 0
router-id 3.3.3.3
exit
ipv6 unicast-routing
ipv6 router ospf 33
router-id 33.33.33.33
exit
int s2/0
ipv6 ospf 33 area 0
int fa 0/0
ipv6 ospf 33 area 0
Nếu máy tính đang ở hệ điều hành Window Server 2003 thì mặc định nó không có IPv6. Ta sẽ install nó như sau:
- Start/Run/CMD.exe và nhập vào lệnh netsh interface ipv6 install
- Restart lại máy tính.
Đối với Window XP thì nhập vào lệnh ipv6 install và restart lại máy tính.
trích: http://thegioimang.org bài viết của Mr.Try
- Các bước cấu hình cho router 1
enable
conf t
hostname R1
int s 2/0
ip add 192.1.12.1 255.255.255.252
ipv6 address fec1::12:1/64
no sh
exit
int fa 0/0
ipv6 address 2010::1/64
no sh
no kee
exit
int lo 0
ip add 1.1.1.1 255.255.255.0
ip ospf network point-to-point
exit
router ospf 1
network 192.1.12.0 0.0.0.3 area 0
network 1.1.1.0 0.0.0.255 area 0
router-id 1.1.1.1
exit
ipv6 unicast-routing
ipv6 router ospf 10
router-id 11.11.11.11
int s 2/0
ipv6 ospf 10 area 0
exit
int fa 0/0
ipv6 ospf 10 area 0
- Các bước cấu hình cho router 2
enable
conf t
hostname R2
int s 2/0
ip add 192.1.12.2 255.255.255.252
ipv6 address fec1::12:2/64
no sh
exit
int lo 0
ip add 2.2.2.2 255.255.255.0
ip ospf network point-to-point
exit
int s 2/1
ip add 192.1.23.1 255.255.255.252
ipv6 address fec0::23:2/64
no sh
exit
router ospf 2
network 192.1.12.0 0.0.0.3 area 0
network 192.1.23.0 0.0.0.3 area 0
network 2.2.2.0 0.0.0.255 area 0
router-id 2.2.2.2
exit
ipv6 unicast-routing
ipv6 router ospf 22
router-id 22.22.22.22
exit
int serial 2/0
ipv6 ospf 22 area 0
exit
int serial 2/1
ipv6 ospf 22 area 0
exit
- Các bước cấu hình cho router 3
enable
conf t
hostname R3
int s 2/0
ip add 192.1.23.2 255.255.255.252
ipv6 address fec0::23:3/64
no sh
exit
int fa 0/0
ipv6 address 2030::1/64
no sh
no kee
exit
int lo 0
ip add 3.3.3.3 255.255.255.0
ip ospf network point-to-point
exit
router ospf 3
network 192.1.23.0 0.0.0.3 area 0
network 3.3.3.0 0.0.0.255 area 0
router-id 3.3.3.3
exit
ipv6 unicast-routing
ipv6 router ospf 33
router-id 33.33.33.33
exit
int s2/0
ipv6 ospf 33 area 0
int fa 0/0
ipv6 ospf 33 area 0
Nếu máy tính đang ở hệ điều hành Window Server 2003 thì mặc định nó không có IPv6. Ta sẽ install nó như sau:
- Start/Run/CMD.exe và nhập vào lệnh netsh interface ipv6 install
- Restart lại máy tính.
Đối với Window XP thì nhập vào lệnh ipv6 install và restart lại máy tính.
trích: http://thegioimang.org bài viết của Mr.Try
vongocminhhoang (102C)- Tổng số bài gửi : 70
Join date : 17/02/2011
Re: Bài Lab IPv6 Basic và định tuyến OSPFv3
Copy bài tràn lan quá. Mình thấy bạn nên gom hết các chủ đề liên quan đến Cisco vào 1 topic.
Chứ copy paste kiểu này thì có mấy bạn hiểu/biết nó là cái gì chứ.
Chứ copy paste kiểu này thì có mấy bạn hiểu/biết nó là cái gì chứ.
letuananh (102C)- Tổng số bài gửi : 76
Join date : 17/02/2011
Re: Bài Lab IPv6 Basic và định tuyến OSPFv3
vongocminhhoang (102C) đã viết:Ta có mô hình bài lab như sau
- Các bước cấu hình cho router 1
enable
conf t
hostname R1
int s 2/0
ip add 192.1.12.1 255.255.255.252
ipv6 address fec1::12:1/64
no sh
exit
int fa 0/0
ipv6 address 2010::1/64
no sh
no kee
exit
int lo 0
ip add 1.1.1.1 255.255.255.0
ip ospf network point-to-point
exit
router ospf 1
network 192.1.12.0 0.0.0.3 area 0
network 1.1.1.0 0.0.0.255 area 0
router-id 1.1.1.1
exit
ipv6 unicast-routing
ipv6 router ospf 10
router-id 11.11.11.11
int s 2/0
ipv6 ospf 10 area 0
exit
int fa 0/0
ipv6 ospf 10 area 0
- Các bước cấu hình cho router 2
enable
conf t
hostname R2
int s 2/0
ip add 192.1.12.2 255.255.255.252
ipv6 address fec1::12:2/64
no sh
exit
int lo 0
ip add 2.2.2.2 255.255.255.0
ip ospf network point-to-point
exit
int s 2/1
ip add 192.1.23.1 255.255.255.252
ipv6 address fec0::23:2/64
no sh
exit
router ospf 2
network 192.1.12.0 0.0.0.3 area 0
network 192.1.23.0 0.0.0.3 area 0
network 2.2.2.0 0.0.0.255 area 0
router-id 2.2.2.2
exit
ipv6 unicast-routing
ipv6 router ospf 22
router-id 22.22.22.22
exit
int serial 2/0
ipv6 ospf 22 area 0
exit
int serial 2/1
ipv6 ospf 22 area 0
exit
- Các bước cấu hình cho router 3
enable
conf t
hostname R3
int s 2/0
ip add 192.1.23.2 255.255.255.252
ipv6 address fec0::23:3/64
no sh
exit
int fa 0/0
ipv6 address 2030::1/64
no sh
no kee
exit
int lo 0
ip add 3.3.3.3 255.255.255.0
ip ospf network point-to-point
exit
router ospf 3
network 192.1.23.0 0.0.0.3 area 0
network 3.3.3.0 0.0.0.255 area 0
router-id 3.3.3.3
exit
ipv6 unicast-routing
ipv6 router ospf 33
router-id 33.33.33.33
exit
int s2/0
ipv6 ospf 33 area 0
int fa 0/0
ipv6 ospf 33 area 0
Nếu máy tính đang ở hệ điều hành Window Server 2003 thì mặc định nó không có IPv6. Ta sẽ install nó như sau:
- Start/Run/CMD.exe và nhập vào lệnh netsh interface ipv6 install
- Restart lại máy tính.
Đối với Window XP thì nhập vào lệnh ipv6 install và restart lại máy tính.
trích: http://thegioimang.org bài viết của Mr.Try
zữ quá, chơi định tuyến động ospf luôn hả
nếu được giải thích từng lệnh cho các bạn hiểu với
NguyenQuocHien(102C)- Tổng số bài gửi : 33
Join date : 23/02/2011
Similar topics
» Tuyển dụng-Quảng cáo
» Thảo luận Bài 4
» Mất 4-5 năm để chuyển lên IPv6
» Thảo luận về sự khác nhau IP v4 và IP v6 nha các bạn?
» IPv4 va IPv6
» Thảo luận Bài 4
» Mất 4-5 năm để chuyển lên IPv6
» Thảo luận về sự khác nhau IP v4 và IP v6 nha các bạn?
» IPv4 va IPv6
Trang 1 trong tổng số 1 trang
Permissions in this forum:
Bạn không có quyền trả lời bài viết