CCNA:IPv6 静态路由汇总基本实验

  • 格式:doc
  • 大小:63.50 KB
  • 文档页数:6

下载文档原格式

  / 6
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

CCNA:IPv6 静态路由汇总基本实验

来源:作者:发布时间:2009-02-18 阅读次数

亚威岁末大优惠——所有Cisco培训课程7折

Intention: 使用汇总路由(summary static-route)将全网互联。

(R1 Configuration:)

!

ipv6 unicast-routing

!

interface Loopback0

no ip address

ipv6 address 1234::1111/128

!

interface Ethernet0/0

no ip address

half-duplex

ipv6 address 1234::2008:1212:1/96

!

ipv6 route 1234::/64 1234::2008:1212:2

!

!

(R2 Configuration:)

!

ipv6 unicast-routing

!

interface Ethernet0/0

no ip address

half-duplex

ipv6 address 1234::2008:1212:2/96

!

!

interface Ethernet0/2

no ip address

half-duplex

ipv6 address 1234::2323:2/112

!

interface Ethernet0/3

no ip address

half-duplex

ipv6 address 1234::2424:2/112

!

ipv6 route 1234::1111/128 1234::2008:1212:1 ipv6 route 1234::3333/128 1234::2323:3

ipv6 route 1234::4444/128 1234::2424:4

!

!

(R3 Configuration:)

!

ipv6 unicast-routing

!

!

interface Loopback0

no ip address

ipv6 address 1234::3333/128

interface Ethernet0/2

no ip address

half-duplex

ipv6 address 1234::2323:3/112

!

ipv6 route 1234::/64 1234::2323:2 !

!

(R4 Configuration:)

!

ipv6 unicast-routing

!

!

interface Loopback0

no ip address

ipv6 address 1234::4444/128

!

interface Ethernet0/3

no ip address

half-duplex

ipv6 address 1234::2424:4/112

!

ipv6 route 1234::/64 1234::2424:2 !

!

----------------------------

Inspect R1 :

r1#

r1#

r1#ping 1234::3333

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1234::3333, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 24/89/260 ms r1#

r1#ping 1234::4444

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1234::4444, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 28/77/132 ms r1#

Inspect R2:

r2#

r2#PING 1234::1111

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1234::1111, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 28/56/80 ms r2#

r2#PING 1234::3333

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1234::3333, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 12/41/96 ms r2#

r2#PING 1234::4444

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1234::4444, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 20/50/104 ms r2#