有些人在我的networking上configuration了一个Cat 6500核心交换机来处理MPLSstream量(它工作)。 MPLS线路也直接连接到互联网,所以我们的边缘和防火墙实际上被绕过了。 我也有一个2851路由器(IOS 12.4)在我的边缘,并希望它来处理MPLSstream量,但我坚持configuration。 对我来说,隧道看起来有点不对劲。
这是我的6500核心交换机的工作configuration:(不相关的configuration被省略)
! interface GigabitEthernet1/7 ip address 10.24.17.254 255.255.255.252 ! ! interface Tunnel2 ip address 192.168.250.1 255.255.255.0 tunnel source 10.24.17.254 tunnel destination 10.7.32.254 ! interface Tunnel3 ip address 192.168.249.1 255.255.255.0 tunnel source 10.24.17.254 tunnel destination 10.7.34.254 ! ! ip route 172.16.110.0 255.255.255.0 192.168.250.2 ip route 172.16.112.0 255.255.255.0 192.168.249.2 ip route 10.7.32.254 255.255.255.255 10.24.17.253 ip route 10.7.34.254 255.255.255.255 10.24.17.253 ! ! router eigrp 1 redistribute static network 10.24.17.0 0.0.0.255 network 172.16.110.0 0.0.0.255 network 0.0.0.0 no auto-summary !
同样的configuration被应用到路由器,但它根本不起作用。 我们希望直接将我们的2851的快速端口0/3连接到WAN。
我们的拓扑:路由器2851 – > PIX 525防火墙(这是一个恐龙?是的,我知道) – > 6500 Catalyst核心交换机
注意:我们这边的MPLS是10.24.17.254
通常有一个用于MPLSnetworking访问的BGPconfiguration。 configuration的例子不包括一个,是不知何故失踪?