interface Tunnel1 --进入配置tunnel1
description to TEST1 --描述该端口
ip unnumbered GigabitEthernet0/0 -- 该tunnel的IP地址借用G0/0的地址
ip ospf network point-to-point -- 配置ospf 的网络类型为点对点
ip ospf priority 98 --配置ospf 优先级为98 (MA网络选DR用的)
ip ospf 1 area 0 --将该接口宣告进OSPF的区域0
tunnel source GigabitEthernet0/0 -- tunnel的源是G0/0
tunnel destination 192.168.1.100 --tunnel的目的地址
tunnel path-mtu-discovery --MTU发现,防止分片
interface Tunnel1 //创建并进入Tunnel1接口
description to TEST1 //把该接口描述为TEST1
ip unnumbered GigabitEthernet0/0 //借用g0/0的ip地址
ip ospf network point-to-point //ospf接口网络类型为点对点(貌似用于FR中)
ip ospf priority 98 //ospf优先级设置为98(没记错是改变该网络的指定路由器)
ip ospf 1 area 0 //该接口在ospf 1进程的骨干区域
tunnel source GigabitEthernet0/0 //Tunnel的源,发起通道的外部接口地址
tunnel destination 192.168.1.100 //Tunnel的目的,对端外部接口地址
tunnel path-mtu-discovery //这个应该是有关MTU分片的值
这个接口配置应该是GRE Tunnel
interface Tunnel1 接口 tunnel1
description to TEST1 这是注释 :到TSET1
ip unnumbered GigabitEthernet0/0 借用GigabitEthernet0/0 接口的IP
ip ospf network point-to-point ospf中接口类型 点到点
ip ospf priority 98 指定接口优先级 98
ip ospf 1 area 0 分配到ospf 1 的0区域
tunnel source GigabitEthernet0/0 tunnel的源接口
tunnel destination 192.168.1.100 tunnel的目的接口
tunnel path-mtu-discovery tunnel使用路径上的mtu发现,用以找到最大的MTU 详见http://www.google.com/patents/US20110103399