科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网软件频道应用软件CCNP之IPv6技术-过渡技术(隧道、双协议栈)2

CCNP之IPv6技术-过渡技术(隧道、双协议栈)2

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

CCNP之IPv6技术-过渡技术(隧道、双协议栈)

作者:ddvip 来源:ddvip 2009年12月30日

关键字: 思科 路由器

  • 评论
  • 分享微博
  • 分享邮件

CCNP之IPv6技术-过渡技术(隧道、双协议栈)2

 

R2配置:

R2(config)#ipv unicast-routing 
R2(config)#int s1/0 
R2(config-if)#ip add 202.106.0.2 255.255.255.0 
R2(config-if)#no shut 
R2(config-if)#int s1/1 
R2(config-if)#ip add 202.106.1.1 255.255.255.0 
R2(config-if)#no shut 
----基本网络配置---- 
R2(config-if)#int t 0 
R2(config-if)#ipv add 2001::2/16 
R2(config-if)#no shut 
R2(config-if)#tunnel source 202.106.0.2 
R2(config-if)#tunnel destination 202.106.0.1 
R2(config-if)#tunnel mode ipv6ip 
R2(config-if)#ipv rip bjxh en //将隧道通过RIP协议通告出去 
R2(config-if)#int t 1 
R2(config-if)#ipv add 2002::1/16 
R2(config-if)#no shut 
R2(config-if)#tunnel source 202.106.1.1    
R2(config-if)#tunnel destination 202.106.1.2 
R2(config-if)#tunnel mode ipv6ip  //将隧道通过RIP协议通告出去 
R2(config-if)#ipv rip bjxh en 
------隧道和路由配置部分------ 

  R3配置:

R3(config)#ipv6 unicast-routing 
R3(config)#int fa0/0 
R3(config-if)#ipv add 2003::1/16 
R3(config-if)#no shut 
R3(config-if)#ipv rip bjxh en 
R3(config-if)#int s1/0 
R3(config-if)#ip add 202.106.1.2 255.255.255.0 
R3(config-if)#no shut 
----基本网络配置---- 
R3(config-if)#int t 0 
R3(config-if)#ipv add 2002::2/16 
R3(config-if)#no shut 
R3(config-if)#tu sou 202.106.1.2 
R3(config-if)#tu de 202.106.1.1 
R3(config-if)#tu mo ipv6ip 
R3(config-if)#ipv rip bjxh en //将隧道通过RIP协议通告出去 
------隧道和路由配置部分------ 
R3#show ipv rou 
IPv6 Routing Table - 8 entries 
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP 
       U - Per-user Static route 
       I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary 
       O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2 
       ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2 
       D - EIGRP, EX - EIGRP external 
R   2000::/16 [120/3] 
     via FE80::CA6A:101, Tunnel0 
R   2001::/16 [120/2] 
-----部分省略------ 
R3#p 2000::1 
Type escape sequence to abort. 
Sending 5, 100-byte ICMP Echos to 2000::1, timeout is 2 seconds: 
!!!!! 
Success rate is 100 percent (5/5), round-trip min/avg/max = 84/146/172 ms 

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章