61-高级路由:IPv6 RIPng EIGRP OSPF

一、实验拓扑:

二、实验要求:
1、R1、R2、R3分别启用IPv6功能,全局开启IPv6路由单播功能;
2、R1、R2直连端口用自动填充配置IPv6地址,R2、R3直连端口采用手动配置IPv6地址;
3、R1、R2、R3部署IPv6环回口1::1/64、2::2/64、3::3/64,并运行RIP协议;
4、全部路由器部署RIPng动态路由;EIGRP动态路由协议;
5、验证:用show ipv6 route 查看路由条目。

三、命令部署:
1、RIP
R1(config)#ipv6 router rip wl //全局下启用RIP协议
R1(config-rtr)#int f0/0
R1(config-if)#ipv6 rip wl enable //接口下启用RIP协议
R1(config)#int lo0
R1(config-if)#ipv6 add 1::1/64
R1(config-if)#ipv6 rip wl enable
R1(config)#ipv6 unicast-routing

R2(config)#ipv6 router rip wl
R2(config)#int f0/0
R2(config-if)#ipv6 rip wl enable
R2(config)#int f1/0
R2(config-if)#ipv6 rip wl enable
R2(config-if)#ipv6 add 2::2/64
R2(config-if)#ipv6 rip wl en
R2(config-if)#ipv6 rip wl enable
R2(config)#ipv6 unicast-routing

R3(config)#ipv6 router rip wl
R3(config)#int f0/0
R3(config-if)#ipv6 rip wl enable
R3(config-if)#int lo0
R3(config-if)#ipv6 add 3::3/64
R3(config-if)#ipv6 rip wl enable
R3(config)#ipv6 unicast-routing
2、EIGRP
R1(config)#ipv6 router eigrp 90
R1(config-rtr)#no shutdown //一定要敲这条命令,因为默认是关闭的
R1(config-rtr)#eigrp router-id 1.1.1.1 //如本地没有配置IPv4的1.1.1.1环回口,该命令一定要部署,不然邻居无法建立

R1(config)#int f0/0
R1(config-if)#ipv6 eigrp 90
R1(config)#int lo0
R1(config-if)#ipv6 eigrp 90

R2(config)#ipv6 router eigrp 90
R2(config-rtr)#no shutdown
R2(config-rtr)#eigrp router-id 2.2.2.2

R2(config)#int f0/0
R2(config-if)#ipv6 eigrp 90
R2(config-if)#int f
R2(config)#int f1/0
R2(config-if)#ipv6 eigrp 90
R2(config)#int lo0
R2(config-if)#ipv6 eigrp 90

R3(config)#ipv6 router eigrp 90
R3(config-rtr)#no shutdown
R3(config-rtr)#eigrp router-id 3.3.3.3

R3(config)#int f0/0
R3(config-if)#ipv6 eigrp 90
R3(config)#int lo0
R3(config-if)#ipv6 eigrp 90
3、OSPF
R1(config)#ipv6 router ospf 110
R1(config-rtr)#router-id 1.1.1.1 //如果没有手动部署IPv4环回口,该命令一定要敲,而且它会提示

R1(config)#int f0/0
R1(config-if)#ipv6 ospf 110 area 0
R1(config)#int lo0
R1(config-if)#ipv6 ospf 110 area 0
R1#show ipv6 ospf neighbor
R1#show ipv6 ospf database

R2(config)#ipv6 router ospf 110
R2(config-rtr)#router-id 2.2.2.2

R2(config)#int f0/0
R2(config-if)#ipv6 ospf 110 area 0
R2(config)#int f1/0
R2(config-if)#ipv6 ospf 110 area 0
R2(config)#int lo0
R2(config-if)#ipv6 ospf 110 area 0
R2(config-if)#int f1/0
R2(config-if)#ipv6 ospf network point-to-point //IPv6也可以修改模式

R3(config)#ipv6 router ospf 110
R3(config-rtr)#router-id 3.3.3.3

R3(config)#int f0/0
R3(config-if)#ipv6 ospf 110 area 0
R3(config)#int lo0
R3(config-if)#ipv6 ospf 110 area 0

R3(config-if)#int f0/0
R3(config-if)#ipv6 ospf network point-to-point

四、验证:
1、RIP
R1#ping 3::3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3::3, timeout is 2 seconds:!!!!!

R3#show ipv6 route
IPv6 Routing Table - Default - 8 entries
R 1::/64 [120/3]
via FE80::C802:F5FF:FE18:1C, FastEthernet0/0
R 2::/64 [120/2]
via FE80::C802:F5FF:FE18:1C, FastEthernet0/0
C 3::/64 [0/0]
via Loopback0, directly connected
L 3::3/128 [0/0]
via Loopback0, receive
R 2001:12:1:1::/64 [120/2]
via FE80::C802:F5FF:FE18:1C, FastEthernet0/0
C 2001:23:1:1::/64 [0/0]
via FastEthernet0/0, directly connected
L 2001:23:1:1::3/128 [0/0]
via FastEthernet0/0, receive
L FF00::/8 [0/0]
via Null0, receive
2、EIGRP
R1#ping 3::3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3::3, timeout is 2 seconds:!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/41/56 ms

R3#show ipv6 route
IPv6 Routing Table - Default - 8 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, M - MIPv6, R - RIP, I1 - ISIS L1
I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP
EX - EIGRP external
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 1::/64 [90/158720]
via FE80::C802:F5FF:FE18:1C, FastEthernet0/0
D 2::/64 [90/156160]
via FE80::C802:F5FF:FE18:1C, FastEthernet0/0
C 3::/64 [0/0]
via Loopback0, directly connected
L 3::3/128 [0/0]
via Loopback0, receive
D 2001:12:1:1::/64 [90/30720]
via FE80::C802:F5FF:FE18:1C, FastEthernet0/0
C 2001:23:1:1::/64 [0/0]
via FastEthernet0/0, directly connected
L 2001:23:1:1::3/128 [0/0]
via FastEthernet0/0, receive
L FF00::/8 [0/0]
via Null0, receive
3、OSPF
R1#ping 3::3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3::3, timeout is 2 seconds:!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/43/84 ms

R1#show ipv6 ospf neighbor
Neighbor ID Pri State Dead Time Interface ID Interface
2.2.2.2 1 FULL/BDR 00:00:31 4 FastEthernet0/0

R1#show ipv6 ospf database

            Link (Type-8) Link States (Area 0)

ADV Router Age Seq# Link ID Interface
1.1.1.1 431 0x80000001 4 Fa0/0
2.2.2.2 331 0x80000001 4 Fa0/0

原文地址:http://blog.51cto.com/13856092/2138520

时间: 2024-11-09 02:56:24

61-高级路由:IPv6 RIPng EIGRP OSPF的相关文章

综合实验DMVPN+EZVPN+Eigrp&OSPF+路由重发布

互联基本配置 !Internet: conf t int f0/0 ip add 100.1.1.1 255.255.255.0 no shut exit int f1/0 ip add 210.1.1.1 255.255.255.0 no shut exit int f1/1 ip add 200.1.1.1 255.255.255.0 no shut exit !Beijing-Center: Route# conf t int f0/0 ip add 100.1.1.2 255.255.2

路由重分命令 redistribute ospf 1和 redistribute ospf 1 metric x的区别

redistribute ospf 1和 redistribute ospf 1 metric x  这两条命令看着基本都是相同的,都是把ospf路由重分布:在对端端的路由器看到路由信息不一样呢?拓扑如下 R1 OSPF配置:router ospf 1 log-adjacency-changes network 1.1.1.0 0.0.0.255 area 0 network 192.168.1.0 0.0.0.255 area 0 R2 OSPF配置:router ospf 1 log-adj

16、基于状态的iptable+高级路由(重点)

-- 基于状态的iptables 如果按照tcp/ip来划分连接状态,有12种之多 但iptables里只有4种状态:ESTABLISHED.NEW.RELATED及INVALID 这两个分类是两个不相干的定义.例如在TCP/IP标准描述下UDP及ICMP数据包是没有连接状态的,但在state模块的描述下,任何数据包都有连接状态. new(第一次) |      |-------------------->|      | |      |   established(回来)  |      |

多种动态路由混合架构实验——OSPF协议+RIP协议+静态路由

OSPF动态路由协议高级配置 路由重分发配置 一.路由重分发配置命令: Router(config-router)#redistribute protocol metric metric-value metric-type type-value subnets 二.路由重分发配置实例: OSPF协议与RIP协议 router rip //在rip协议中注入ospf协议 redistribute ospf metric 10 //metric为度量值,这里标准为跳数 router ospf 1 /

CIsco动态路由配置之EIGRP

Cisco配置动态路由,可以使用EIGRP(增强型内部网关路由选择协议)进行配置 EIGRP支持: 快速收敛:使用DUAL(弥散更新算法)来实现快速收敛. 带宽的有效利用:发送部分.增量的路由更新而不是发送整个路由表,从而实现带宽的有效利用. 支持多个网络层协议:使用独立于协议的模块(PDM)来支持IP,IPX,Appletalk等协议. 支持VLSM(变长子网掩码)和CIDR(无类域间路由) 思路:分别配置各个路由器的端口IP 使用EIGRP 在各自路由器配置所属的网段 R1#CONF T E

Lab - Using Manual IPv6 Tunnels && EIGRP for IPv6

Topology Objectives Configure EIGRP for IPv4. Create a manual IPv6 tunnel. Configure EIGRP for IPv6 across the tunnel. Background In this lab, you configure EIGRP for full connectivity between all IPv4 subnets. Then you create a manual IPv6 tunnel an

openvpn高级路由技术

转:http://blog.csdn.net/dog250/article/details/6975179 目录 server模式以及点对点模式的OpenVPN OpenVPN的高级路由技术 1TAP模式虚拟网卡对源地址的检查以及路由配置思路 2TUN模式虚拟网卡对源地址的检查以及路由配置思路 3如何配置TUN模式的OpenVPN从而通过检查 4为何说网对网通透拓扑的配置很复杂 5OpenVPN的redirect-gateway选项 总结 1.server模式以及点对点模式的OpenVPN 前文

RIP\EIGRP\OSPF\IPV6

RIP RIPv1 conf#router rip conf#net 0.0.0.0 conf#no auto-summary关闭自动汇总 RIPv2 增加条命令>version 2 EIGRP conf#router eigrp 任意型号 conf#no auto-summary conf#net 0.0.0.0 conf-if>ip summary-address eigrp 1 汇总IP 正掩码 接口下手动汇总 OSPF 一定要先设置环回口,route-id指向环回口,未设置route-

IPv6 RIPng和RIP 度量值分析

RIPv2和RIPng都使用值1-16(表示跳数)的度量,最大跳数为15,16表示不可达,在收到路由更新时路由器会递增该度量值,但RIPng和RIPv2的处理方法有重大区别,下面通过实验进行分析: R1.R2.R3之间运行RIPng,路由配置如下,其它配置略: R1的路由配置: R1(config)#int loo 0 R1(config-if)#ipv6 ripMao enable //RIPng进程Mao只起本地意义,与OSPF的进程号功能相同:接口下配置该命令后,会在全局下生成ipv6 r