56778rrrre 发表于 2011-3-28 11:48:58

双出口路由配置实例

拓扑:R1R1# show running-config Building configuration....!inte***ce Ethernet0/0ip address 100.100.100.1 255.255.255.0ip policy route-map blah!inte***ce Serial1/0ip address 10.10.10.1 255.255.255.0!inte***ce Serial2/0ip address 20.20.20.1 255.255.255.0!router ospf 1!--- OSPF is not configured on Serial1/0.log-adjacency-changesnetwork 20.20.20.0 0.0.0.255 area 0network 100.100.100.0 0.0.0.255 area 0!ip classlessno ip http server!access-list 100 permit ip host 100.100.100.3 host 200.200.200.4!route-map blah permit 10match ip address 100set ip default next-hop 10.10.10.2..!endR2R2# show running-config Building configuration....!!inte***ce Ethernet0/0ip address 200.200.200.2 255.255.255.0ip policy route-map blah!inte***ce Serial1/0ip address 10.10.10.2 255.255.255.0fair-queue!inte***ce Serial2/0ip address 20.20.20.2 255.255.255.0!router ospf 1!--- OSPF is not configured on Serial1/0.log-adjacency-changesnetwork 20.20.20.0 0.0.0.255 area 0network 200.200.200.0 0.0.0.255 area 0!ip classlessno ip http server!access-list 100 permit ip host 200.200.200.4 host 100.100.100.3!route-map blah permit 10match ip address 100set ip default next-hop 10.10.10.1!end
页: [1]
查看完整版本: 双出口路由配置实例