Господа, после следующих изменений в конфиге:
ip route 0.0.0.0 0.0.0.0 X.X.X.1
ip route 0.0.0.0 0.0.0.0 Y.Y.Y.193 254
ip route 79.173.80.1 255.255.255.255 X.X.X.1
ip route 212.58.197.17 255.255.255.255 X.X.X.1
ip route 217.195.65.9 255.255.255.255 Y.Y.Y.193
ip route 217.195.66.253 255.255.255.255 Y.Y.Y.193
Пинги в основном перестали ходить. Выглядит это так:
ISP1 (X.X.X.1)
- 79.173.80.1 не пингуется вообще,
- 212.58.197.17 нет пингов с Fa0/0 и X.X.X.10
ISP2 (Y.Y.Y.193)
- 217.195.65.9 нет пингов с Fa0/0, Fa0/0/0, X.X.X.10, 192.168.0.x, 192.168.9.x, 192.168.11.x,
- 217.195.66.253 нет пингов с Fa0/0, Fa0/0/0, X.X.X.10, 192.168.0.x, 192.168.9.x, 192.168.11.x
Повторюсь, что в этой конфигурации, что в прежней пакеты попадали на NAT в нужный интерфейс (судя по выводу debug ip nat), просто почему-то не было ответов.
Вот вывод sh ip route:
S* 0.0.0.0/0 [1/0] via X.X.X.1
X.X.X.0/8 is variably subnetted, 2 subnets, 2 masks
C X.X.X.0/24 is directly connected, FastEthernet0/0
L X.X.X.10/32 is directly connected, FastEthernet0/0
79.0.0.0/32 is subnetted, 1 subnets
S 79.173.80.1 [1/0] via X.X.X.1
Y.Y.Y.0/8 is variably subnetted, 2 subnets, 2 masks
C Y.Y.Y.192/29 is directly connected, FastEthernet0/1
L Y.Y.Y.86.194/32 is directly connected, FastEthernet0/1
192.168.0.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.0.0/24 is directly connected, FastEthernet0/0/0
L 192.168.0.1/32 is directly connected, FastEthernet0/0/0
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.1.0/24 is directly connected, FastEthernet0/0/1
L 192.168.1.1/32 is directly connected, FastEthernet0/0/1
192.168.9.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.9.0/24 is directly connected, FastEthernet0/0/0.9
L 192.168.9.1/32 is directly connected, FastEthernet0/0/0.9
192.168.10.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.10.0/24 is directly connected, FastEthernet0/0/1.10
L 192.168.10.1/32 is directly connected, FastEthernet0/0/1.10
192.168.11.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.11.0/24 is directly connected, FastEthernet0/0/0.11
L 192.168.11.1/32 is directly connected, FastEthernet0/0/0.11
192.168.12.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.12.0/24 is directly connected, FastEthernet0/0/1.12
L 192.168.12.1/32 is directly connected, FastEthernet0/0/1.12
212.58.197.0/32 is subnetted, 1 subnets
S 212.58.197.17 [1/0] via X.X.X.1
217.195.65.0/32 is subnetted, 1 subnets
S 217.195.65.9 [1/0] via Y.Y.Y.193
217.195.66.0/32 is subnetted, 1 subnets
S 217.195.66.253 [1/0] via Y.Y.Y.193
После возврата к изначальной конфигурации с добавлением административной дистанции в следующем виде:
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 10.8.188.1
ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 109.124.86.193 20
Ситуаци улучшилась но не до конца, большинство пингов ходит. Не походят пинги на DNS-сервера ISP2 (217.195.65.9, 217.195.66.253) с интерфейсов которые по логике как раз туда и должны ходить (Fa0/1, Fa0/0/1, Y.Y.Y.194, 192.168.1.x, 192.168.10.x, 192.168.12.x). Все остальные пингуются.
Вывод sh ip route:
S* 0.0.0.0/0 [1/0] via 10.8.188.1, FastEthernet0/0
X.X.X.0/8 is variably subnetted, 2 subnets, 2 masks
C X.X.X.0/24 is directly connected, FastEthernet0/0
L X.X.X.10/32 is directly connected, FastEthernet0/0
Y.Y.Y.0/8 is variably subnetted, 2 subnets, 2 masks
C Y.Y.Y.192/29 is directly connected, FastEthernet0/1
L Y.Y.Y.194/32 is directly connected, FastEthernet0/1
192.168.0.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.0.0/24 is directly connected, FastEthernet0/0/0
L 192.168.0.1/32 is directly connected, FastEthernet0/0/0
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.1.0/24 is directly connected, FastEthernet0/0/1
L 192.168.1.1/32 is directly connected, FastEthernet0/0/1
192.168.9.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.9.0/24 is directly connected, FastEthernet0/0/0.9
L 192.168.9.1/32 is directly connected, FastEthernet0/0/0.9
192.168.10.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.10.0/24 is directly connected, FastEthernet0/0/1.10
L 192.168.10.1/32 is directly connected, FastEthernet0/0/1.10
192.168.11.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.11.0/24 is directly connected, FastEthernet0/0/0.11
L 192.168.11.1/32 is directly connected, FastEthernet0/0/0.11
192.168.12.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.12.0/24 is directly connected, FastEthernet0/0/1.12
L 192.168.12.1/32 is directly connected, FastEthernet0/0/1.12
Вот что происходит на NAT'е
Вывод debug ip nat.
(удачный)
*Jul 25 13:06:39.927: NAT: s=192.168.1.1->Y.Y.Y.194, d=212.58.197.17 [377]
*Jul 25 13:06:39.931: NAT*: s=212.58.197.17, d=Y.Y.Y.194->192.168.1.1 [40528]
*Jul 25 13:06:39.935: NAT: s=192.168.1.1->Y.Y.Y.194, d=212.58.197.17 [378]
*Jul 25 13:06:39.939: NAT*: s=212.58.197.17, d=Y.Y.Y.194->192.168.1.1 [40529]
*Jul 25 13:06:39.939: NAT: s=192.168.1.1->Y.Y.Y.194, d=212.58.197.17 [379]
*Jul 25 13:06:39.943: NAT*: s=212.58.197.17, d=Y.Y.Y.194->192.168.1.1 [40530]
*Jul 25 13:06:39.943: NAT: s=192.168.1.1->Y.Y.Y.194, d=212.58.197.17 [380]
*Jul 25 13:06:39.951: NAT*: s=212.58.197.17, d=Y.Y.Y.194->192.168.1.1 [40531]
*Jul 25 13:06:39.951: NAT: s=192.168.1.1->Y.Y.Y.194, d=212.58.197.17 [381]
*Jul 25 13:06:39.955: NAT*: s=212.58.197.17, d=Y.Y.Y.194->192.168.1.1 [40532]
(не удачный)
*Jul 25 13:07:22.111: NAT: s=192.168.1.1->Y.Y.Y.194, d=217.195.66.253 [382]
*Jul 25 13:07:24.111: NAT: s=192.168.1.1->Y.Y.Y.194, d=217.195.66.253 [383]
*Jul 25 13:07:26.111: NAT: s=192.168.1.1->Y.Y.Y.194, d=217.195.66.253 [384]
*Jul 25 13:07:28.111: NAT: s=192.168.1.1->Y.Y.Y.194, d=217.195.66.253 [385]
*Jul 25 13:07:30.111: NAT: s=192.168.1.1->Y.Y.Y.194, d=217.195.66.253 [386]
Вывод sh ip nat tr:
Pro Inside global Inside local Outside local Outside global
icmp Y.Y.Y.194:85 192.168.1.1:85 212.58.197.17:85 212.58.197.17:85
icmp Y.Y.Y.194:86 192.168.1.1:86 217.195.66.253:86 217.195.66.253:86
Как видно пакеты идут на нужный интерфейс, и правильно транслируются, но ответ на пинг не приходит.
И на последок, вывод sh track (между прочи используется icmp-jitter):
Track 1
IP SLA 1 reachability
Reachability is Up
8 changes, last change 00:32:14
Latest operation return code: OK
Latest RTT (millisecs) 1
Track 2
IP SLA 2 reachability
Reachability is Down
1 change, last change 02:22:12
Latest operation return code: Timeout
Все предсказуемо, т.к. DNS-сервера ISP2 с соответствующих интерфейсов не пингуются.
Сдается мне счастье где-то рядом. Ваши комментарии.