上QQ阅读APP看书,第一时间看更新
1.4.5 工程组织与实施
第一步:按照图1-6,使用直连线、交叉线和光纤连接物理设备。
第二步:根据图1-6,规划IP地址,并且配置PC的IPv6地址、子网掩码、默认网关等参数。
第三步:启动超级终端程序,并设置相关参数。
图1-6 某企业网IPv6-IPv4网络主机通信系统图(部分)
第四步:在路由器R1上配置IPv4与IPv6地址、GRE隧道、RIP等。
(1)在路由器R1上配置串口信息,其配置命令如下。
(2)在路由器R1上配置以太网口IPv6地址,其配置命令如下。
R1(config)#interface f0/0 R1(config-if)#ipv6 address 12::1/64 R1(config-if)#no shutdown
(3)在路由器R1上配置回环接口,其配置命令如下。
R1(config)#interface Loopback 101 R1(config-if)#ip address 10.1.1.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit
(4)在路由器R1上配置GRE隧道,其配置命令如下。
(5)在路由器R1上配置RIP,其配置命令如下。
第五步:在路由器R2上配置IP地址、GRE隧道、RIP等。
(1)在路由器R2上配置串口信息,其配置命令如下。
Router >enable Router#conf t Router(config)#hostname R2 R2(config)#no ip domain-lookup R2(config)#inter face S1/0 R2(config-if)#bandwidth 10000000 R2(config-if)#ip address 202.202.202.2 255.255.255.0 R2(config-if)#no shutdown
(2)在路由器R2上配置以太网口IPv6地址,其配置命令如下。
R2(config)#inter face f0/0 R2(config-if)#ipv6 address 11::1/64 R2(config-if)#no shutdown
(3)在路由器R2上配置回环接口,其配置命令如下。
R2(config)#inter face Loopback 102 R2(config-if)#ip address 10.2.2.2 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#exit
(4)在路由器R2上配置GRE隧道,其配置命令如下。
(5)在路由器R2上配置RIP,其配置命令如下。
第六步:配置PC1和PC2主机上的IPv6地址。
略。