设为首页收藏本站language 语言切换
查看: 4462|回复: 7
收起左侧

思科2911联通电信双线接入故障,求大神

[复制链接]
发表于 2014-8-26 14:54:12 | 显示全部楼层 |阅读模式
拓扑很简单一台cisco2911路由器有电信和联通两条出口,下挂一台交换机,交换机下挂服务器。
配置:

track 1 ip sla 1 reachability
!
!         
!
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address 192.168.1.1 255.255.0.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 11.11.11.181 255.255.255.0
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/2
ip address 22.22.22.72 255.255.255.0
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source route-map isp1 interface GigabitEthernet0/1 overload
ip nat inside source route-map isp2 interface GigabitEthernet0/2 overload
ip nat inside source static tcp 192.168.1.16 20 11.11.11.181 20 extendable
ip nat inside source static tcp 192.168.1.16 21 11.11.11.181 21 extendable
ip nat inside source static tcp 192.168.1.10 80 11.11.11.181 80 extendable
ip nat inside source static tcp 192.168.1.10 443 11.11.11.181 443 extendable
ip nat inside source static tcp 192.168.1.153 1723 11.11.11.181 1723 extendable
ip nat inside source static tcp 192.168.1.151 2221 11.11.11.181 2221 extendable
ip nat inside source static tcp 192.168.1.151 2222 11.11.11.181 2222 extendable
ip nat inside source static tcp 192.168.1.151 2223 11.11.11.181 2223 extendable
ip nat inside source static tcp 192.168.1.151 2224 11.11.11.181 2224 extendable
ip nat inside source static tcp 192.168.1.151 2225 11.11.11.181 2225 extendable
ip nat inside source static tcp 192.168.1.151 2846 11.11.11.181 2846 extendable
ip nat inside source static tcp 192.168.1.14 5990 11.11.11.181 5990 extendable
ip nat inside source static tcp 192.168.1.14 5998 11.11.11.181 5998 extendable
ip nat inside source static tcp 192.168.1.133 8041 11.11.11.181 8041 extendable
ip nat inside source static tcp 192.168.1.133 8042 11.11.11.181 8042 extendable
ip nat inside source static tcp 192.168.1.133 8043 11.11.11.181 8043 extendable
ip nat inside source static tcp 192.168.1.133 8044 11.11.11.181 8044 extendable
ip nat inside source static tcp 192.168.1.133 8045 11.11.11.181 8045 extendable
ip nat inside source static tcp 192.168.1.133 8046 11.11.11.181 8046 extendable
ip nat inside source static tcp 192.168.1.4 8078 11.11.11.181 8078 extendable
ip nat inside source static tcp 192.168.1.4 8081 11.11.11.181 8081 extendable
ip nat inside source static tcp 192.168.1.4 8083 11.11.11.181 8083 extendable
ip nat inside source static tcp 192.168.1.8 8087 11.11.11.181 8087 extendable
ip nat inside source static tcp 192.168.1.8 8088 11.11.11.181 8088 extendable
ip nat inside source static tcp 192.168.1.11 8091 11.11.11.181 8091 extendable
ip nat inside source static tcp 192.168.1.13 8092 11.11.11.181 8092 extendable
ip nat inside source static tcp 192.168.1.131 8900 11.11.11.181 8900 extendable
ip nat inside source static tcp 192.168.1.131 8901 11.11.11.181 8901 extendable
ip nat inside source static tcp 192.168.1.131 8902 11.11.11.181 8902 extendable
ip nat inside source static tcp 192.168.1.131 8903 11.11.11.181 8903 extendable
ip nat inside source static tcp 192.168.1.131 8904 11.11.11.181 8904 extendable
ip nat inside source static tcp 192.168.1.131 8905 11.11.11.181 8905 extendable
ip nat inside source static tcp 192.168.1.132 8921 11.11.11.181 8921 extendable
ip nat inside source static tcp 192.168.1.132 8922 11.11.11.181 8922 extendable
ip nat inside source static tcp 192.168.1.132 8923 11.11.11.181 8923 extendable
ip nat inside source static tcp 192.168.1.132 8924 11.11.11.181 8924 extendable
ip nat inside source static tcp 192.168.1.132 8925 11.11.11.181 8925 extendable
ip nat inside source static tcp 192.168.1.132 8926 11.11.11.181 8926 extendable
ip nat inside source static tcp 192.168.1.10 8990 11.11.11.181 8990 extendable
ip nat inside source static tcp 192.168.1.8 20008 11.11.11.181 20008 extendable
ip nat inside source static tcp 192.168.1.9 20095 11.11.11.181 20095 extendable
ip nat inside source static tcp 192.168.1.9 20098 11.11.11.181 20099 extendable
ip nat inside source static tcp 192.168.1.8 30000 11.11.11.181 30000 extendable
ip nat inside source static tcp 192.168.1.8 30001 11.11.11.181 30001 extendable
ip nat inside source static tcp 192.168.1.8 30002 11.11.11.181 30002 extendable
ip nat inside source static tcp 192.168.1.8 30003 11.11.11.181 30003 extendable
ip nat inside source static tcp 192.168.1.16 20 22.22.22.72 20 extendable
ip nat inside source static tcp 192.168.1.16 21 22.22.22.72 21 extendable
ip nat inside source static tcp 192.168.1.10 80 22.22.22.72 80 extendable
ip nat inside source static tcp 192.168.1.10 443 22.22.22.72 443 extendable
ip nat inside source static tcp 192.168.1.153 1723 22.22.22.72 1723 extendable
ip nat inside source static tcp 192.168.1.151 2221 22.22.22.72 2221 extendable
ip nat inside source static tcp 192.168.1.151 2222 22.22.22.72 2222 extendable
ip nat inside source static tcp 192.168.1.151 2223 22.22.22.72 2223 extendable
ip nat inside source static tcp 192.168.1.151 2224 22.22.22.72 2224 extendable
ip nat inside source static tcp 192.168.1.151 2225 22.22.22.72 2225 extendable
ip nat inside source static tcp 192.168.1.151 2846 22.22.22.72 2846 extendable
ip nat inside source static tcp 192.168.1.14 5990 22.22.22.72 5990 extendable
ip nat inside source static tcp 192.168.1.14 5998 22.22.22.72 5998 extendable
ip nat inside source static tcp 192.168.1.133 8041 22.22.22.72 8041 extendable
ip nat inside source static tcp 192.168.1.133 8042 22.22.22.72 8042 extendable
ip nat inside source static tcp 192.168.1.133 8043 22.22.22.72 8043 extendable
ip nat inside source static tcp 192.168.1.133 8044 22.22.22.72 8044 extendable
ip nat inside source static tcp 192.168.1.133 8045 22.22.22.72 8045 extendable
ip nat inside source static tcp 192.168.1.133 8046 22.22.22.72 8046 extendable
ip nat inside source static tcp 192.168.1.4 8078 22.22.22.72 8078 extendable
ip nat inside source static tcp 192.168.1.4 8081 22.22.22.72 8081 extendable
ip nat inside source static tcp 192.168.1.4 8083 22.22.22.72 8083 extendable
ip nat inside source static tcp 192.168.1.8 8087 22.22.22.72 8087 extendable
ip nat inside source static tcp 192.168.1.8 8088 22.22.22.72 8088 extendable
ip nat inside source static tcp 192.168.1.11 8091 22.22.22.72 8091 extendable
ip nat inside source static tcp 192.168.1.13 8092 22.22.22.72 8092 extendable
ip nat inside source static tcp 192.168.1.131 8900 22.22.22.72 8900 extendable
ip nat inside source static tcp 192.168.1.131 8901 22.22.22.72 8901 extendable
ip nat inside source static tcp 192.168.1.131 8902 22.22.22.72 8902 extendable
ip nat inside source static tcp 192.168.1.131 8903 22.22.22.72 8903 extendable
ip nat inside source static tcp 192.168.1.131 8904 22.22.22.72 8904 extendable
ip nat inside source static tcp 192.168.1.131 8905 22.22.22.72 8905 extendable
ip nat inside source static tcp 192.168.1.132 8921 22.22.22.72 8921 extendable
ip nat inside source static tcp 192.168.1.132 8922 22.22.22.72 8922 extendable
ip nat inside source static tcp 192.168.1.132 8923 22.22.22.72 8923 extendable
ip nat inside source static tcp 192.168.1.132 8924 22.22.22.72 8924 extendable
ip nat inside source static tcp 192.168.1.132 8925 22.22.22.72 8925 extendable
ip nat inside source static tcp 192.168.1.132 8926 22.22.22.72 8926 extendable
ip nat inside source static tcp 192.168.1.10 8990 22.22.22.72 8990 extendable
ip nat inside source static tcp 192.168.1.8 20008 22.22.22.72 20008 extendable
ip nat inside source static tcp 192.168.1.9 20095 22.22.22.72 20095 extendable
ip nat inside source static tcp 192.168.1.9 20098 22.22.22.72 20099 extendable
ip nat inside source static tcp 192.168.1.8 30000 22.22.22.72 30000 extendable
ip nat inside source static tcp 192.168.1.8 30001 22.22.22.72 30001 extendable
ip nat inside source static tcp 192.168.1.8 30002 22.22.22.72 30002 extendable
ip nat inside source static tcp 192.168.1.8 30003 22.22.22.72 30003 extendable
ip route 0.0.0.0 0.0.0.0 11.11.11.1 track 1
ip route 0.0.0.0 0.0.0.0 22.22.22.1 20
ip route 1.24.0.0 255.248.0.0 22.22.22.1
ip route 1.56.0.0 255.248.0.0 22.22.22.1
ip route 1.188.0.0 255.252.0.0 22.22.22.1
ip route 14.204.0.0 255.254.0.0 22.22.22.1
ip route 27.8.0.0 255.248.0.0 22.22.22.1
ip route 27.36.0.0 255.252.0.0 22.22.22.1
ip route 27.40.0.0 255.248.0.0 22.22.22.1
ip route 27.98.224.0 255.255.224.0 22.22.22.1
ip route 27.115.0.0 255.255.128.0 22.22.22.1
ip route 36.32.0.0 255.252.0.0 22.22.22.1
ip route 36.248.0.0 255.252.0.0 22.22.22.1
ip route 42.4.0.0 255.252.0.0 22.22.22.1
ip route 42.48.0.0 255.254.0.0 22.22.22.1
ip route 42.52.0.0 255.252.0.0 22.22.22.1
ip route 42.56.0.0 255.252.0.0 22.22.22.1
ip route 42.63.0.0 255.255.0.0 22.22.22.1
ip route 42.84.0.0 255.252.0.0 22.22.22.1
ip route 42.176.0.0 255.248.0.0 22.22.22.1
ip route 42.224.0.0 255.240.0.0 22.22.22.1
ip route 58.16.0.0 255.252.0.0 22.22.22.1
ip route 58.20.0.0 255.255.0.0 22.22.22.1
ip route 58.22.0.0 255.254.0.0 22.22.22.1
ip route 58.144.0.0 255.255.0.0 22.22.22.1
ip route 58.240.0.0 255.252.0.0 22.22.22.1
ip route 58.246.0.0 255.254.0.0 22.22.22.1
ip route 58.248.0.0 255.248.0.0 22.22.22.1
ip route 60.0.0.0 255.224.0.0 22.22.22.1
ip route 60.208.0.0 255.240.0.0 22.22.22.1
ip route 61.48.0.0 255.248.0.0 22.22.22.1
ip route 61.133.0.0 255.255.128.0 22.22.22.1
ip route 61.134.96.0 255.255.224.0 22.22.22.1
ip route 61.134.128.0 255.255.128.0 22.22.22.1
ip route 61.135.0.0 255.255.0.0 22.22.22.1
ip route 61.136.0.0 255.255.128.0 22.22.22.1
ip route 61.137.128.0 255.255.128.0 22.22.22.1
ip route 61.138.0.0 255.255.128.0 22.22.22.1
ip route 61.148.0.0 255.254.0.0 22.22.22.1
ip route 61.156.0.0 255.255.0.0 22.22.22.1
ip route 61.158.0.0 255.255.0.0 22.22.22.1
ip route 61.159.0.0 255.255.192.0 22.22.22.1
ip route 61.161.128.0 255.255.128.0 22.22.22.1
ip route 61.162.0.0 255.254.0.0 22.22.22.1
ip route 61.167.0.0 255.255.0.0 22.22.22.1
ip route 61.168.0.0 255.255.0.0 22.22.22.1
ip route 61.176.0.0 255.255.0.0 22.22.22.1
ip route 61.179.0.0 255.255.0.0 22.22.22.1
ip route 61.180.128.0 255.255.128.0 22.22.22.1
ip route 61.181.0.0 255.255.0.0 22.22.22.1
ip route 61.182.0.0 255.255.0.0 22.22.22.1
ip route 61.189.0.0 255.255.128.0 22.22.22.1
ip route 101.64.0.0 255.248.0.0 22.22.22.1
ip route 101.204.0.0 255.252.0.0 22.22.22.1
ip route 103.3.96.0 255.255.252.0 22.22.22.1
ip route 103.3.104.0 255.255.248.0 22.22.22.1
ip route 103.3.112.0 255.255.248.0 22.22.22.1
ip route 103.3.124.0 255.255.252.0 22.22.22.1
ip route 103.3.132.0 255.255.252.0 22.22.22.1
ip route 103.3.136.0 255.255.248.0 22.22.22.1
ip route 103.3.148.0 255.255.252.0 22.22.22.1
ip route 103.3.152.0 255.255.248.0 22.22.22.1
ip route 110.6.0.0 255.254.0.0 22.22.22.1
ip route 110.16.0.0 255.252.0.0 22.22.22.1
ip route 110.52.0.0 255.254.0.0 22.22.22.1
ip route 110.72.0.0 255.254.0.0 22.22.22.1
ip route 110.228.0.0 255.252.0.0 22.22.22.1
ip route 110.240.0.0 255.240.0.0 22.22.22.1
ip route 111.85.0.0 255.255.0.0 22.22.22.1
ip route 111.160.0.0 255.248.0.0 22.22.22.1
ip route 112.64.0.0 255.254.0.0 22.22.22.1
ip route 112.80.0.0 255.240.0.0 22.22.22.1
ip route 112.96.0.0 255.254.0.0 22.22.22.1
ip route 112.109.128.0 255.255.128.0 22.22.22.1
ip route 112.111.0.0 255.255.0.0 22.22.22.1
ip route 112.122.0.0 255.254.0.0 22.22.22.1
ip route 112.132.0.0 255.255.0.0 22.22.22.1
ip route 112.192.0.0 255.252.0.0 22.22.22.1
ip route 113.0.0.0 255.248.0.0 22.22.22.1
ip route 113.8.0.0 255.254.0.0 22.22.22.1
ip route 113.56.0.0 255.254.0.0 22.22.22.1
ip route 113.58.0.0 255.255.0.0 22.22.22.1
ip route 113.59.0.0 255.255.128.0 22.22.22.1
ip route 113.194.0.0 255.254.0.0 22.22.22.1
ip route 113.204.0.0 255.252.0.0 22.22.22.1
ip route 113.224.0.0 255.240.0.0 22.22.22.1
ip route 115.46.0.0 255.255.0.0 22.22.22.1
ip route 115.48.0.0 255.240.0.0 22.22.22.1
ip route 115.85.192.0 255.255.192.0 22.22.22.1
ip route 116.2.0.0 255.254.0.0 22.22.22.1
ip route 116.95.0.0 255.255.0.0 22.22.22.1
ip route 116.112.0.0 255.252.0.0 22.22.22.1
ip route 116.116.0.0 255.254.0.0 22.22.22.1
ip route 117.8.0.0 255.248.0.0 22.22.22.1
ip route 118.72.0.0 255.248.0.0 22.22.22.1
ip route 118.80.0.0 255.254.0.0 22.22.22.1
ip route 118.212.0.0 255.255.0.0 22.22.22.1
ip route 119.4.0.0 255.252.0.0 22.22.22.1
ip route 119.36.0.0 255.255.0.0 22.22.22.1
ip route 119.39.0.0 255.255.0.0 22.22.22.1
ip route 119.62.0.0 255.255.0.0 22.22.22.1
ip route 119.108.0.0 255.254.0.0 22.22.22.1
ip route 119.112.0.0 255.248.0.0 22.22.22.1
ip route 119.162.0.0 255.254.0.0 22.22.22.1
ip route 119.164.0.0 255.252.0.0 22.22.22.1
ip route 119.176.0.0 255.240.0.0 22.22.22.1
ip route 119.248.0.0 255.252.0.0 22.22.22.1
ip route 120.0.0.0 255.240.0.0 22.22.22.1
ip route 120.80.0.0 255.248.0.0 22.22.22.1
ip route 120.132.149.0 255.255.255.0 22.22.22.1
ip route 121.16.0.0 255.240.0.0 22.22.22.1
ip route 122.96.0.0 255.254.0.0 22.22.22.1
ip route 122.156.0.0 255.252.0.0 22.22.22.1
ip route 122.188.0.0 255.252.0.0 22.22.22.1
ip route 122.192.0.0 255.252.0.0 22.22.22.1
ip route 123.4.0.0 255.252.0.0 22.22.22.1
ip route 123.8.0.0 255.248.0.0 22.22.22.1
ip route 123.112.0.0 255.240.0.0 22.22.22.1
ip route 123.128.0.0 255.248.0.0 22.22.22.1
ip route 123.138.0.0 255.254.0.0 22.22.22.1
ip route 123.144.0.0 255.252.0.0 22.22.22.1
ip route 123.152.0.0 255.248.0.0 22.22.22.1
ip route 123.188.0.0 255.252.0.0 22.22.22.1
ip route 123.232.0.0 255.252.0.0 22.22.22.1
ip route 124.64.0.0 255.254.0.0 22.22.22.1
ip route 124.66.0.0 255.255.128.0 22.22.22.1
ip route 124.67.0.0 255.255.0.0 22.22.22.1
ip route 124.88.0.0 255.248.0.0 22.22.22.1
ip route 124.128.0.0 255.248.0.0 22.22.22.1
ip route 124.152.0.0 255.255.0.0 22.22.22.1
ip route 124.160.0.0 255.248.0.0 22.22.22.1
ip route 125.33.0.0 255.255.0.0 22.22.22.1
ip route 125.34.0.0 255.254.0.0 22.22.22.1
ip route 125.36.0.0 255.252.0.0 22.22.22.1
ip route 125.40.0.0 255.248.0.0 22.22.22.1
ip route 125.211.0.0 255.255.0.0 22.22.22.1
ip route 139.170.0.0 255.255.0.0 22.22.22.1
ip route 139.226.0.0 255.254.0.0 22.22.22.1
ip route 140.206.0.0 255.254.0.0 22.22.22.1
ip route 150.255.0.0 255.255.0.0 22.22.22.1
ip route 153.0.0.0 255.255.0.0 22.22.22.1
ip route 153.3.0.0 255.255.0.0 22.22.22.1
ip route 153.34.0.0 255.254.0.0 22.22.22.1
ip route 153.36.0.0 255.254.0.0 22.22.22.1
ip route 153.99.0.0 255.255.0.0 22.22.22.1
ip route 153.101.0.0 255.255.0.0 22.22.22.1
ip route 157.0.0.0 255.255.0.0 22.22.22.1
ip route 157.18.0.0 255.255.0.0 22.22.22.1
ip route 157.61.0.0 255.255.0.0 22.22.22.1
ip route 157.122.0.0 255.255.0.0 22.22.22.1
ip route 157.148.0.0 255.255.0.0 22.22.22.1
ip route 157.156.0.0 255.255.0.0 22.22.22.1
ip route 157.255.0.0 255.255.0.0 22.22.22.1
ip route 163.0.0.0 255.255.0.0 22.22.22.1
ip route 163.125.0.0 255.255.0.0 22.22.22.1
ip route 163.142.0.0 255.255.0.0 22.22.22.1
ip route 163.177.0.0 255.255.0.0 22.22.22.1
ip route 163.179.0.0 255.255.0.0 22.22.22.1
ip route 163.204.0.0 255.255.0.0 22.22.22.1
ip route 171.34.0.0 255.254.0.0 22.22.22.1
ip route 171.36.0.0 255.252.0.0 22.22.22.1
ip route 171.116.0.0 255.252.0.0 22.22.22.1
ip route 171.120.0.0 255.248.0.0 22.22.22.1
ip route 175.42.0.0 255.254.0.0 22.22.22.1
ip route 175.44.0.0 255.255.0.0 22.22.22.1
ip route 175.146.0.0 255.254.0.0 22.22.22.1
ip route 175.148.0.0 255.252.0.0 22.22.22.1
ip route 175.152.0.0 255.252.0.0 22.22.22.1
ip route 175.160.0.0 255.240.0.0 22.22.22.1
ip route 175.184.128.0 255.255.192.0 22.22.22.1
ip route 180.95.128.0 255.255.128.0 22.22.22.1
ip route 180.129.128.0 255.255.128.0 22.22.22.1
ip route 180.130.0.0 255.255.0.0 22.22.22.1
ip route 182.54.0.0 255.255.128.0 22.22.22.1
ip route 182.88.0.0 255.252.0.0 22.22.22.1
ip route 182.112.0.0 255.240.0.0 22.22.22.1
ip route 183.92.0.0 255.252.0.0 22.22.22.1
ip route 183.184.0.0 255.248.0.0 22.22.22.1
ip route 192.166.1.0 255.255.255.0 22.22.22.1
ip route 202.96.0.0 255.255.192.0 22.22.22.1
ip route 202.96.64.0 255.255.224.0 22.22.22.1
ip route 202.97.128.0 255.255.128.0 22.22.22.1
ip route 202.99.0.0 255.255.0.0 22.22.22.1
ip route 202.102.128.0 255.255.192.0 22.22.22.1
ip route 202.102.224.0 255.255.224.0 22.22.22.1
ip route 202.106.0.0 255.255.0.0 22.22.22.1
ip route 202.107.0.0 255.255.128.0 22.22.22.1
ip route 202.108.0.0 255.255.0.0 22.22.22.1
ip route 202.110.0.0 255.255.128.0 22.22.22.1
ip route 202.110.192.0 255.255.192.0 22.22.22.1
ip route 202.111.128.0 255.255.224.0 22.22.22.1
ip route 210.5.128.0 255.255.240.0 22.22.22.1
ip route 210.13.64.0 255.255.192.0 22.22.22.1
ip route 210.21.0.0 255.255.128.0 22.22.22.1
ip route 210.22.48.0 255.255.240.0 22.22.22.1
ip route 210.52.64.0 255.255.192.0 22.22.22.1
ip route 210.82.0.0 255.255.128.0 22.22.22.1
ip route 210.83.0.0 255.255.240.0 22.22.22.1
ip route 210.83.224.0 255.255.224.0 22.22.22.1
ip route 218.7.0.0 255.255.0.0 22.22.22.1
ip route 218.8.0.0 255.252.0.0 22.22.22.1
ip route 218.12.0.0 255.255.0.0 22.22.22.1
ip route 218.21.128.0 255.255.128.0 22.22.22.1
ip route 218.24.0.0 255.254.0.0 22.22.22.1
ip route 218.26.0.0 255.255.0.0 22.22.22.1
ip route 218.28.0.0 255.254.0.0 22.22.22.1
ip route 218.56.0.0 255.252.0.0 22.22.22.1
ip route 218.60.0.0 255.254.0.0 22.22.22.1
ip route 218.67.128.0 255.255.128.0 22.22.22.1
ip route 218.68.0.0 255.254.0.0 22.22.22.1
ip route 218.104.96.0 255.255.240.0 22.22.22.1
ip route 218.104.128.0 255.255.192.0 22.22.22.1
ip route 218.104.192.0 255.255.240.0 22.22.22.1
ip route 218.104.216.0 255.255.248.0 22.22.22.1
ip route 218.104.224.0 255.255.224.0 22.22.22.1
ip route 218.106.96.0 255.255.252.0 22.22.22.1
ip route 218.106.112.0 255.255.240.0 22.22.22.1
ip route 218.106.128.0 255.255.248.0 22.22.22.1
ip route 218.106.144.0 255.255.240.0 22.22.22.1
ip route 218.106.160.0 255.255.224.0 22.22.22.1
ip route 218.106.208.0 255.255.240.0 22.22.22.1
ip route 218.106.240.0 255.255.240.0 22.22.22.1
ip route 218.107.0.0 255.255.192.0 22.22.22.1
ip route 218.107.128.0 255.255.192.0 22.22.22.1
ip route 218.107.192.0 255.255.224.0 22.22.22.1
ip route 219.154.0.0 255.254.0.0 22.22.22.1
ip route 219.156.0.0 255.254.0.0 22.22.22.1
ip route 219.158.128.0 255.255.128.0 22.22.22.1
ip route 219.159.0.0 255.255.192.0 22.22.22.1
ip route 220.248.0.0 255.255.128.0 22.22.22.1
ip route 220.248.128.0 255.255.192.0 22.22.22.1
ip route 220.248.192.0 255.255.224.0 22.22.22.1
ip route 220.249.0.0 255.255.0.0 22.22.22.1
ip route 220.250.0.0 255.255.192.0 22.22.22.1
ip route 221.0.0.0 255.248.0.0 22.22.22.1
ip route 221.10.0.0 255.254.0.0 22.22.22.1
ip route 221.12.0.0 255.255.128.0 22.22.22.1
ip route 221.12.128.0 255.255.192.0 22.22.22.1
ip route 221.13.0.0 255.255.0.0 22.22.22.1
ip route 221.14.0.0 255.254.0.0 22.22.22.1
ip route 221.192.0.0 255.252.0.0 22.22.22.1
ip route 221.196.0.0 255.254.0.0 22.22.22.1
ip route 221.198.0.0 255.255.0.0 22.22.22.1
ip route 221.199.0.0 255.255.128.0 22.22.22.1
ip route 221.199.128.0 255.255.192.0 22.22.22.1
ip route 221.199.192.0 255.255.240.0 22.22.22.1
ip route 221.199.224.0 255.255.224.0 22.22.22.1
ip route 221.200.0.0 255.248.0.0 22.22.22.1
ip route 221.208.0.0 255.240.0.0 22.22.22.1
ip route 222.128.0.0 255.240.0.0 22.22.22.1
ip route 223.166.0.0 255.254.0.0 22.22.22.1
!
ip sla auto discovery
ip sla 1
icmp-echo 11.11.11.1 source-ip 192.168.1.1
frequency 10
ip sla schedule 1 life forever start-time now
access-list 100 permit ip 192.168.0.0 0.0.255.255 any

route-map isp1 permit 10

match ip address 100

match interface GigabitEthernet0/1

route-map isp2 permit 10

match ip address 100

match interface GigabitEthernet0/2
!         
!
control-plane
!
!
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
logging synchronous
login local
transport input all
!
scheduler allocate 20000 1000
!
end

测试现象:
1.内网到外网都是通过电信线路PAT出去上网,断掉电信,才会走联通。(这个不是主要问题)
1.1测试部分就是内部任意一台服务器开网页,在路由器使用show ip nat statistics
2.外网到内网通过静态nat电信线路进入访问内部服务器没有问题,联通访问不通,断掉电信,联通就会通(主要问题)
2.1测试部分:
ip nat inside source static tcp 192.168.1.11 8091 22.22.22.72 8091
ip nat inside source static tcp 192.168.1.11 8091 11.11.11.181 8091

192.168.1.11是内部服务器web应用,8091就是http应用

发表于 2014-8-26 16:35:20 | 显示全部楼层
运营商的问题吧!
沙发 2014-8-26 16:35:20 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2014-8-30 17:26:13 | 显示全部楼层
1.内网到外网都是通过电信线路PAT出去上网,断掉电信,才会走联通。(这个不是主要问题)
1.1测试部分就是内部任意一台服务器开网页,在路由器使用show ip nat statistics
2.外网到内网通过静态nat电信线路进入访问内部服务器没有问题,联通访问不通,断掉电信,联通就会通(主要问题)
第一个问题其实您主要问题是内网出到外网的时候,是先路由后nat。看看你的DNS设置
您应该看一下您的联通客户ip 是否在您定义的静态路由列表里,如没在那肯定访问不了啦
板凳 2014-8-30 17:26:13 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2015-11-13 11:21:55 | 显示全部楼层
完全看不懂
5# 2015-11-13 11:21:55 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2019-5-13 10:52:11 | 显示全部楼层
本帖最后由 紫菱 于 2019-5-13 10:54 编辑

重点,你做了浮动路由没有
如果有,检验联通运营商的DNS,再看看NAT表的转换过程是否成功。
6# 2019-5-13 10:52:11 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-3-7 01:42 , Processed in 0.062433 second(s), 23 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表