华为与思科路由器桥接
1.添加路由器和Cloud设备,右击cloud选设置,添加相应接口
2.链接路由器与cloud
3.GNS添加路由器和Cloud
4.设置cloud与本地网卡桥接
5.思科路由器与Cloud链接,桥接到本地
6.在华为和思科路由器上配置OSPF协议
---------------------------------------------------------------------- R1(config)#interface loopback 0
R1(config-if)#ip address 1.1.1.1 255.255.255.0 R1(config-if)#ip ospf network point-to-point R1(config)#interface fastethernet 0/0
R1(config-if)#ip address 12.1.1.1 255.255.255.0 R1(config-if)#no shut R1(config-if)#exit
R1(config)#router ospf 110
R1(config-router)#router-id 2.2.2.2
R1(config-router)#network 12.1.1.0 0.0.0.255 area 0 R1(config-router)#network 1.1.1.0 0.0.0.255 area 0

