IPv6 over Frame Relay – Multipoint

简介:

【实验说明】

在R1与R2之间,基于帧中继链路配置ipv6,使用R1与R2的物理接口进行配置,网络地址为2001:CC1E:1:2::/64 主机位使用 modified EUI-64 地址。


 
【实验拓扑】
 

【实验配置向导】
  • 使用网络地址为2001:CC1E:1:2::/64 主机地址为modified EUI-64 配置R1与R2的串口。
  • 在R1与R2之间配置帧中继链路

 
【实验配置】
interface Serial0/0
encapsulation frame-relay
ipv6 address 2001:CC1E:1:2::/64 eui-64
frame-relay map ipv6 2001:CC1E:1:2:C801:5FFF:FEA0:0 102

 
interface Serial0/0
encapsulation frame-relay
ipv6 address 2001:CC1E:1:2::/64 eui-64
frame-relay map ipv6 2001:CC1E:1:2:0:FFFF:FE10:45C5 201

 
【实验验证】
R1#ping 2001:CC1E:1:2:C801:5FFF:FEA0:0

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:CC1E:1:2:C801:5FFF:FEA0:0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/17/56 ms
R1#show fram map
Serial0/0 (up): ipv6 2001:CC1E:1:2:C801:5FFF:FEA0:0 dlci 102(0x66,0x1860), static,
CISCO, status defined, active
R1#show ipv6 int brief
Serial0/0 [up/up]
FE80::FFFF:FE10:45C5
2001:CC1E:1:2:0:FFFF:FE10:45C5
Serial0/1 [administratively down/down]
Serial0/2 [administratively down/down]
Serial0/3 [administratively down/down]

R2#show ipv6 interface brief
FastEthernet0/0 [administratively down/down]
unassigned
Serial0/0 [up/up]
FE80::C801:5FFF:FEA0:0
2001:CC1E:1:2:C801:5FFF:FEA0:0

【实验总结】

与Ipv4 over 帧中继相似,在IPv6运行在点到多点的帧中继时,帧中继需要3层与2层地址之间的映射关系,然而帧中继目前不支持ipv6的反向邻居发现,但ipv4 支持。因此ipv6 在点到多点的帧中继上运行时必须使用fram-map 来手工指定3层与2层之间的映射。
同时配置中没有broadcast选项的原因是ipv6没有广播包。

Similar to IPv4 over multipoint Frame Relay interfaces, Frame Relay requires layer 3 to layer 2 resolution when running IPv6 over multipoint Frame Relay interfaces. As of the current IOS releases however, Frame Relay does not yet support IPv6 Inverse Neighbor Discovery, which is analogous to Frame Relay Inverse-ARP for IPv4. This implies that multipoint Frame Relay interfaces running IPv6 must be configured with static layer 3 to layer 2 resolution through the frame-relay map ipv6 statement.


本文转自zcm8483 51CTO博客,原文链接:http://blog.51cto.com/haolun/992228
相关文章
|
Java 应用服务中间件 Python
Refused to display 'xxx' in a frame ,because it set 'X-Frame-Options' to 'deny'.
我本是在DJANGO页面的iframe里嵌入springboot的页面。 当报了这个错误之后,我花了时间在nginx和django上, 后来才改变解决思路,从springboot出发,解决问题。
5633 0
|
网络协议
OGG-01232 Receive TCP params error: TCP/IP error 104 (Connection reset by peer), endpoint:
源端: 2015-02-05 17:45:49 INFO OGG-01815 Virtual Memory Facilities for: COM anon alloc: mmap(MAP_ANON) anon free: munmap file alloc: mmap(MAP_SH...
3050 0
|
网络协议 网络架构
|
前端开发 定位技术 网络架构
|
网络协议 网络架构
|
网络性能优化 内存技术