先按要求配置ip地址
给每个非isp设备写一条缺省
每个边境路由器做nat
先创建acl规则抓取指私网地址在出口做nat
给r1做tunnel口做星型拓扑
1,创建隧道接口
[r1]interface Tunnel 0/0/0
[r1-Tunnel0/0/0]
2,接口配置IP地址
[r1-Tunnel0/0/0]ip address 192.168.6.1 2
3,定义封装方式
[r1-Tunnel0/0/0]tunnel-protocol gre p2mp
4,定义封装内容
[r1-Tunnel0/0/0]source 16.0.0.1
5,创建NHRP域
[r1-Tunnel0/0/0]nhrp network-id 100
分支的配置:
1,创建隧道接口
[r2]interface Tunnel 0/0/0
[r1-Tunnel0/0/0]
2,接口配置IP地址
[r2-Tunnel0/0/0]ip address 192.168.6.2 24
3,定义封装方式
[r2-Tunnel0/0/0]tunnel-protocol gre p2mp
4,定义封装内容
[r2-Tunnel0/0/0]source GigabitEthernet 0/0/0
5,加入到中心创建的NHRP域中
[r2-Tunnel0/0/0]nhrp network-id 100
6,上报信息到中心
[r2-Tunnel0/0/0]nhrp entry 192.168.6.1 16.0.0.1 register
mgre
1,创建隧道接口
[r1]interface Tunnel 0/0/0
[r1-Tunnel0/0/0]
2,接口配置IP地址
[r1-Tunnel0/0/0]ip address 192.168.7.1 24
3,定义封装方式
[r1-Tunnel0/0/0]tunnel-protocol gre p2mp
4,定义封装内容
[r1-Tunnel0/0/0]source 116.0.0.1
5,创建NHRP域
[r1-Tunnel0/0/0]nhrp network-id 110
分支的配置:
1,创建隧道接口
[r4]interface Tunnel 0/0/0
2,接口配置IP地址
[r4-Tunnel0/0/0]ip address 192.168.7.2 24
3,定义封装方式
[r4-Tunnel0/0/0]tunnel-protocol gre p2mp
4,定义封装内容
[r4-Tunnel0/0/0]source GigabitEthernet 0/0/0
5,加入到中心创建的NHRP域中
[r2-Tunnel0/0/0]nhrp network-id 110
6,上报信息到中心
[r2-Tunnel0/0/0]nhrp entry 192.168.7.1 116.0.0.1 register
在给路由器开启ospf
ospf 1 router0-id x.x.x.x
area 0
network x.x.x.x
给bd设备开启伪广播nhrp entry multicast dynamic