1要求
2按要求配置拓扑图
3配置ip
r2,r3,r4,r5,r6,r7,r8对应配置对对应ip
4ospf配置
r2,r3,r4,r5,r6,r7,r8对应配置
5bgp
6联邦
更改TLL
反射
创建隧道
{r1}
int t 0/0/1
ip add 192.168.3.1 24
tunnel- protocol gre
source 10.0.0.01
description 11.0.0.1
ip route-static 192.168.2.0 24 192.168.3.2
{r8}
int t 0/0/1
ip add 192.168.3.2 24
tunel-protocol gre
source 11.0.0.1
description 10.0.0.1
ip route- static 192.168.1.0 24 192.168.3.1