早教吧 育儿知识 作业答案 考试题库 百科 知识分享
早教吧考试题库频道 --> 计算机类考试 -->软考中级 -->

【问题2】 (8分) 根据网络拓扑和需求说明,完成(或解释)路由器R1的配置。 R1#configure terminal ;

题目

【问题2】 (8分)

根据网络拓扑和需求说明,完成(或解释)路由器R1的配置。

R1#configure terminal ;进入全局配置模式

R1(config)# interface ethernet0 :进入端口配置模式

R1(confg-if)# ip address (3) (4) ;配置端口IP地址

R1(config-if)# ipv6 nat ; (5)

R1(config-if)#interface ethernet1

R1(config-if)# ipv6 address (6) /64

R1(config-if)# ipv6 nat

R1(config) #ipv6 access-list ipv6 permit 2001:aaaa::1/64 any ; (7)

R1(config) #ipv6 nat prefix (8)

R1(confg) #ipv6 nat v6v4 pool ipv4-pool (9) (10) prefix-length 24

R1(config) #ipv6 nat v6v4 source list ipv6 pool ipv4-pool

R1(config) #exit

参考答案
正确答案:

 【问题2】(8分)

(3)192.17.5.1

(4)255.255.255.0

(5)在接口上启用NAT-PT

(6)2001:aaaa::1

(7)指定IPv6网络中允许被转换的IPv6地址范围

(8) 2001:aaaa:0:0:0:1::/96

(9)16.23.31.10

(10) 16.23.31.20

看了【问题2】 (8分) 根据网络...的网友还看了以下: