在路由器上使用IPV6(上)--在NBMA中使用IPV6_第1张图片
R1, R2, R3的S2/0端口通过FRAME-RELAY交换机连接。
R1
conf t
ipv6 unicast-routing
int l0
ipv6 address fec0:0:0:1::1/64
exit
int s2/0
ipv6 address fec0:0:0:123::1/64
encap frame
no arp frame
no frame inver
frame map ipv6 fec0:0:0:123::2 102 b
frame map ipv6 fec0:0:0:123::3 103 b
no shut
end
R2
conf t
ipv6 unicast-routing
int l0
ipv6 address fec0:0:0:2::2/64
int s2/0
ipv6 address fec0:0:0:123::2/64
encap frame
no arp f
no frame inver
frame map ipv6 fec0:0:0:123::1 201 b
frame map ipv6 fec0:0:0:123::3 201 b
no shut
end
R3
conf t
ipv6 unicast-routing
int l 0
ipv6 address fec0:0:0:3::3/64
int s2/0
ipv6 address fec0:0:0:123::3/64
encap frame
no arp f
no frame inver
frame map ipv6 fec0:0:0:123::1 301 b
frame map ipv6 fec0:0:0:123::2 301 b
no shut
end
R1#sh ipv6 int s 2/0 | include link-local
  IPv6 is enabled, link-local address is FE80::C800:8FF:FE90:0
R2#sh ipv6 int s 2/0 | include link-local
  IPv6 is enabled, link-local address is FE80::C800:DFF:FE44:0
R3#sh ipv6 int s 2/0 | include link-local
  IPv6 is enabled, link-local address is FE80::C800:AFF:FE80:0
R1
conf t
int s 2//0
frame-relay map ipv6 FE80::C800:AFF:FE80:0 103 broadcast
frame-relay map ipv6 FE80::C800:DFF:FE44:0 102 broadcast
R2
conf t
int s 2/0
frame-relay map ipv6 FE80::C800:AFF:FE80:0 201 broadcast
frame-relay map ipv6 FE80::C800:8FF:FE90:0 201 broadcast
R3
conf t
int s 2/0
frame-relay map ipv6 FE80::C800:DFF:FE44:0 301 broadcast
frame-relay map ipv6 FE80::C800:8FF:FE90:0 301 broadcast
校验
R1#sh frame map
Serial2/0 (up): ipv6 FE80::C800:AFF:FE80:0 dlci 103(0x67,0x1870), static,
              broadcast,
              CISCO, status defined, active
Serial2/0 (up): ipv6 FE80::C800:DFF:FE44:0 dlci 102(0x66,0x1860), static,
              broadcast,
              CISCO, status defined, active
Serial2/0 (up): ipv6 FEC0:0:0:123::2 dlci 102(0x66,0x1860), static,
              broadcast,
              CISCO, status defined, active
Serial2/0 (up): ipv6 FEC0:0:0:123::3 dlci 103(0x67,0x1870), static,
              broadcast,
              CISCO, status defined, active
R2#sh frame map
Serial2/0 (up): ipv6 FE80::C800:AFF:FE80:0 dlci 201(0xC9,0x3090), static,
              broadcast,
              CISCO, status defined, active
Serial2/0 (up): ipv6 FE80::C800:8FF:FE90:0 dlci 201(0xC9,0x3090), static,
              broadcast,
              CISCO, status defined, active
Serial2/0 (up): ipv6 FEC0:0:0:123::1 dlci 201(0xC9,0x3090), static,
              broadcast,
              CISCO, status defined, active
Serial2/0 (up): ipv6 FEC0:0:0:123::3 dlci 201(0xC9,0x3090), static,
              broadcast,
              CISCO, status defined, active
R3#sh frame map
Serial2/0 (up): ipv6 FE80::C800:DFF:FE44:0 dlci 301(0x12D,0x48D0), static,
              broadcast,
              CISCO, status defined, active
Serial2/0 (up): ipv6 FE80::C800:8FF:FE90:0 dlci 301(0x12D,0x48D0), static,
              broadcast,
              CISCO, status defined, active
Serial2/0 (up): ipv6 FEC0:0:0:123::1 dlci 301(0x12D,0x48D0), static,
              broadcast,
              CISCO, status defined, active
Serial2/0 (up): ipv6 FEC0:0:0:123::2 dlci 301(0x12D,0x48D0), static,
              broadcast,
              CISCO, status defined, active
R1#ping fec0:0:0:123::2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:0:0:123::2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/44/68 ms
R1#ping fec0:0:0:123::3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:0:0:123::3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/41/108 ms
R2#ping fec0:0:0:123::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:0:0:123::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/62/160 ms
R2#ping fec0:0:0:123::3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:0:0:123::3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 24/67/120 ms
R3#ping fec0:0:0:123::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:0:0:123::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/48/108 ms
R3#ping fec0:0:0:123::2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:0:0:123::2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/47/140 ms
路由 路由器 IPv6 CCIE

0

收藏

上一篇:在路由器上配置NAT(Netwo... 下一篇:在路由器上使用IPV6(中)--...
在路由器上使用IPV6(上)--在NBMA中使用IPV6_第3张图片
cj231210

85篇文章,53W+人气,0粉丝

在路由器上使用IPV6(上)--在NBMA中使用IPV6_第4张图片

Ctrl+Enter 发布

发布

取消

4条评论

按时间倒序 按时间正序

推荐专栏更多

在路由器上使用IPV6(上)--在NBMA中使用IPV6_第5张图片
Web网站安全评估分析及防御

企业级网安运维

共30章 | simeon2005

¥51.00 449人订阅
订   阅
在路由器上使用IPV6(上)--在NBMA中使用IPV6_第6张图片
网络安全入门到实战,让SQLmap子弹飞一会儿

9本网络安全实战书籍精华

共23章 | simeon2005

¥51.00 845人订阅
订   阅
在路由器上使用IPV6(上)--在NBMA中使用IPV6_第7张图片
负载均衡高手炼成记

高并发架构之路

共15章 | sery

¥51.00 550人订阅
订   阅

猜你喜欢

我的友情链接 防火墙状态检测工作机制 OSPF路由协议基本知识点 路由表的路由来源有哪些? 无线路由器的WMM功能和开启ap隔离,以及开启Short GI有什么用 使用iLO远程管理HP系列服务器 思科路由交换部分命令大全。 体验vSphere 6之1-安装VMware ESXi 6 RC版 Java内部类的使用小结 Ansible之playbook的使用 Windows路由表详解 史上最详细版Centos6安装详细教程 一节课带你学会telnet协议 IPv6基础协议介绍 掌握未来新的网工技术-IPv6技术 一节课带你学会SNMP技术 学会广域网当中的网红协议PPP协议 BFD技术的全面解析 单域MPLS 虚拟私有网络的整个详解配置过程(可跟做) 假装网络工程师6——vrrp使用场景介绍
在路由器上使用IPV6(上)--在NBMA中使用IPV6_第8张图片
在路由器上使用IPV6(上)--在NBMA中使用IPV6_第9张图片

扫一扫,领取大礼包

0

4
分享
在路由器上使用IPV6(上)--在NBMA中使用IPV6_第10张图片
cj231210
在路由器上使用IPV6(上)--在NBMA中使用IPV6_第11张图片