-
关于matlab SVM工具箱中的几个GRE隧道相关函数
资源介绍
6.3 GRE隧道
6.3.1 实验目的
通过学习 GRE隧道的原理和配置, 从而掌握 GRE隧道的特点和 使用。
6.3.2 实验拓扑
本次实验由 三台 路由器完成 ,其中 R1和 R3上存在环回接口, 其 IP地址分 别为 1.1.1.1
和 3.3.3.3。并且 R1,R2和 R3之间运行 EIGRP路由协议,但是不将环 回口加入 EIGRP进程中 。
也就是说在 R1上使用 1.1.1.1 去 ping 3.3.3.3 无法直接通信。
6.3.3 实验步骤
1. 配置好 R1,R2以及 R3上的相关接口 IP地址。并且 配置好 EIGRP路由协议 。使 得
R1能够 学习到 10.10.23.0/24 的路由, R3能够 学习到 10.10.12.0/24 的路由 。
查看 R1和 R3的路由 表,如下:
R1#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
1.0.0.0/24 is subnetted, 1 subnets
C 1.1.1.0 is directly connected, Loopback0
10.0.0.0/24 is subnetted, 2 subnets
C 10.10.12.0 is directly connected, Ethernet0/0