Автор: Zagray_2009
Дата сообщения: 17.05.2015 03:27
Помогите с EIGRP не срабатывает redistribute
на роутере 1 не появляется маршрут на роутер 3 через роутер 2
с роутера 1 недоступен роутер 3 с адресом 192.168.65.17
с роутера 2 роутер 3 по данному ип доступен
с роутера 2 делаю redistribute а он не срабатывает.
Маршрут на роутер 3 на роутере 1 не появляется
На роутере 1 появляется маршрут только на роутер 2 с его подсетью 192.168.65.0/28
В чем моя ошибка
[more=Конфигурация Роутер 1]
interface Loopback0
ip address 192.168.255.10 255.255.255.255
!
interface Tunnel203801
ip address 192.168.253.145 255.255.255.252
ip nbar protocol-discovery
ip summary-address eigrp 100 192.168.253.0 255.255.255.0
ip summary-address eigrp 100 192.168.255.0 255.255.255.0
tunnel source GigabitEthernet0/1.3965
tunnel destination 10.0.0.2
!
interface Tunnel203803
ip address 192.168.254.69 255.255.255.252
ip nbar protocol-discovery
ip flow ingress
ip flow egress
ip virtual-reassembly in
ip summary-address eigrp 120 192.168.254.0 255.255.255.0
tunnel source 192.168.255.10
tunnel mode ipsec ipv4
tunnel destination 192.168.255.38
tunnel protection ipsec profile pa-zip
!
interface GigabitEthernet0/1.3965
encapsulation dot1Q 3965
ip address 10.0.0.1 255.255.255.0
!
router eigrp 100
network 192.168.253.144 0.0.0.3
network 192.168.255.10 0.0.0.1
passive-interface default
no passive-interface Tunnel203801
!
router eigrp 120
network 192.168.254.68 0.0.0.3
passive-interface default
no passive-interface Tunnel203803
!
[/more]
[more=ip route Роутер 1]
sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route
+ - replicated route, % - next hop override
Gateway of last resort is 212.19.4.129 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.0.0.0/24 is directly connected, GigabitEthernet0/1.3965
L 10.0.0.1/32 is directly connected, GigabitEthernet0/1.3965
192.168.65.0/28 is subnetted, 1 subnets
D 192.168.65.0 [90/26882560] via 192.168.254.70, 00:34:59, Tunnel203803
192.168.253.0/24 is variably subnetted, 39 subnets, 3 masks
C 192.168.253.144/30 is directly connected, Tunnel203801
L 192.168.253.145/32 is directly connected, Tunnel203801
192.168.254.0/24 is variably subnetted, 37 subnets, 3 masks
D 192.168.254.0/24 is a summary, 00:32:14, Null0
C 192.168.254.68/30 is directly connected, Tunnel203803
L 192.168.254.69/32 is directly connected, Tunnel203803
192.168.255.0/24 is variably subnetted, 20 subnets, 2 masks
D 192.168.255.0/24 is a summary, 2w2d, Null0
C 192.168.255.10/32 is directly connected, Loopback0
D 192.168.255.38/32
[90/27008000] via 192.168.253.146, 1d14h, Tunnel203801
[/more]
[more=Конфигурация Роутер 2]
interface Loopback0
ip address 192.168.252.10 255.255.255.255 secondary
ip address 192.168.255.38 255.255.255.255
!
interface Tunnel104001
ip address 192.168.249.13 255.255.255.252
ip nbar protocol-discovery
ip summary-address eigrp 140 192.168.249.0 255.255.255.0
ip summary-address eigrp 140 192.168.252.0 255.255.255.0
tunnel source GigabitEthernet0/0.601
tunnel destination 172.16.65.40
!
interface Tunnel104003
ip address 192.168.250.1 255.255.255.252
ip nbar protocol-discovery
ip virtual-reassembly in
ip summary-address eigrp 160 192.168.250.0 255.255.255.0
tunnel source 192.168.252.10
tunnel mode ipsec ipv4
tunnel destination 192.168.252.40
tunnel protection ipsec profile pa-zip
!
interface Tunnel203801
ip address 192.168.253.146 255.255.255.252
tunnel source GigabitEthernet0/0.3965
tunnel destination 10.0.0.1
tunnel path-mtu-discovery
!
interface Tunnel203803
ip address 192.168.254.70 255.255.255.252
ip tcp adjust-mss 1300
tunnel source Loopback0
tunnel mode ipsec ipv4
tunnel destination 192.168.255.10
tunnel path-mtu-discovery
tunnel protection ipsec profile pa-zip
interface GigabitEthernet0/0.601
encapsulation dot1Q 601
ip address 172.16.65.249 255.255.255.0
!
interface GigabitEthernet0/0.3965
encapsulation dot1Q 3965
ip address 10.0.0.2 255.255.255.0
!
interface GigabitEthernet0/2
ip address 192.168.65.1 255.255.255.240
duplex auto
speed auto
!
router eigrp 100
network 192.168.253.144 0.0.0.3
network 192.168.255.0
passive-interface default
no passive-interface Tunnel203801
eigrp stub connected summary
!
router eigrp 120
network 192.168.65.0
network 192.168.254.68 0.0.0.3
redistribute eigrp 160
passive-interface default
no passive-interface Tunnel203803
eigrp stub connected summary
!
router eigrp 140
network 192.168.249.12 0.0.0.3
network 192.168.252.10 0.0.0.1
passive-interface default
no passive-interface Tunnel104001
!
router eigrp 160
network 192.168.65.0 0.0.0.15
network 192.168.250.0 0.0.0.3
redistribute static
redistribute eigrp 120
passive-interface default
no passive-interface Tunnel104003
!
[/more]
[more=ip route Роутер 2]
sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route
+ - replicated route, % - next hop override
Gateway of last resort is 10.0.0.3 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.0.0.0/24 is directly connected, GigabitEthernet0/0.3965
L 10.0.0.2/32 is directly connected, GigabitEthernet0/0.3965
C 172.16.65.0/24 is directly connected, GigabitEthernet0/0.601
L 172.16.65.249/32 is directly connected, GigabitEthernet0/0.601
192.168.65.0/24 is variably subnetted, 3 subnets, 3 masks
C 192.168.65.0/28 is directly connected, GigabitEthernet0/2
L 192.168.65.1/32 is directly connected, GigabitEthernet0/2
D 192.168.65.16/29
[90/26882560] via 192.168.250.2, 00:55:38, Tunnel104003
192.168.249.0/24 is variably subnetted, 3 subnets, 3 masks
D 192.168.249.0/24 is a summary, 1d01h, Null0
C 192.168.249.12/30 is directly connected, Tunnel104001
L 192.168.249.13/32 is directly connected, Tunnel104001
192.168.250.0/24 is variably subnetted, 3 subnets, 3 masks
D 192.168.250.0/24 is a summary, 08:51:58, Null0
C 192.168.250.0/30 is directly connected, Tunnel104003
L 192.168.250.1/32 is directly connected, Tunnel104003
192.168.252.0/24 is variably subnetted, 3 subnets, 2 masks
D 192.168.252.0/24 is a summary, 08:52:08, Null0
C 192.168.252.10/32 is directly connected, Loopback0
D 192.168.252.40/32
[90/27008000] via 192.168.249.14, 08:17:38, Tunnel104001
192.168.253.0/24 is variably subnetted, 4 subnets, 3 masks
D 192.168.253.0/24
[90/28160000] via 192.168.253.145, 23:56:52, Tunnel203801
C 192.168.253.144/30 is directly connected, Tunnel203801
L 192.168.253.146/32 is directly connected, Tunnel203801
192.168.254.0/24 is variably subnetted, 3 subnets, 3 masks
D 192.168.254.0/24
[90/28160000] via 192.168.254.69, 00:44:42, Tunnel203803
C 192.168.254.68/30 is directly connected, Tunnel203803
L 192.168.254.70/32 is directly connected, Tunnel203803
192.168.255.0/24 is variably subnetted, 2 subnets, 2 masks
D 192.168.255.0/24
[90/27008000] via 192.168.253.145, 1d14h, Tunnel203801
C 192.168.255.38/32 is directly connected, Loopback0
[/more]
[more=Конфигурация Роутер 3]
interface Loopback0
ip address 192.168.252.40 255.255.255.255
!
interface Tunnel104001
ip address 192.168.249.14 255.255.255.252
tunnel source Vlan601
tunnel destination 172.16.65.249
tunnel path-mtu-discovery
!
interface Tunnel104003
ip address 192.168.250.2 255.255.255.252
ip tcp adjust-mss 1300
tunnel source Loopback0
tunnel mode ipsec ipv4
tunnel destination 192.168.252.10
tunnel path-mtu-discovery
tunnel protection ipsec profile pa-zip
!
interface FastEthernet0
switchport access vlan 30
no ip address
!
interface Vlan30
ip address 192.168.65.17 255.255.255.248
!
interface Vlan601
ip address 172.16.65.40 255.255.255.0
!
router eigrp 140
network 192.168.249.12 0.0.0.3
network 192.168.252.0
passive-interface default
no passive-interface Tunnel104001
eigrp stub connected summary
!
!
router eigrp 160
network 192.168.65.16 0.0.0.7
network 192.168.250.0 0.0.0.3
passive-interface default
no passive-interface Tunnel104003
eigrp stub connected summary
!
[/more]
[more=ip route Роутер 3]
sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route
+ - replicated route, % - next hop override
Gateway of last resort is 192.168.250.1 to network 0.0.0.0
172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
C 172.16.65.0/24 is directly connected, Vlan601
L 172.16.65.40/32 is directly connected, Vlan601
[color] 192.168.65.0/24 is variably subnetted, 3 subnets, 3 masks
D 192.168.65.0/28
[90/26882560] via 192.168.250.1, 08:24:56, Tunnel104003
C 192.168.65.16/29 is directly connected, Vlan30
L 192.168.65.17/32 is directly connected, Vlan30[/color]
192.168.249.0/24 is variably subnetted, 3 subnets, 3 masks
D 192.168.249.0/24
[90/28160000] via 192.168.249.13, 08:25:47, Tunnel104001
C 192.168.249.12/30 is directly connected, Tunnel104001
L 192.168.249.14/32 is directly connected, Tunnel104001
192.168.250.0/24 is variably subnetted, 3 subnets, 3 masks
D 192.168.250.0/24
[90/28160000] via 192.168.250.1, 08:24:56, Tunnel104003
C 192.168.250.0/30 is directly connected, Tunnel104003
L 192.168.250.2/32 is directly connected, Tunnel104003
192.168.252.0/24 is variably subnetted, 2 subnets, 2 masks
D 192.168.252.0/24
[90/27008000] via 192.168.249.13, 08:25:47, Tunnel104001
C 192.168.252.40/32 is directly connected, Loopback0
192.168.254.0/24 is variably subnetted, 2 subnets, 2 masks
D EX 192.168.254.0/24
[170/29440000] via 192.168.250.1, 00:52:51, Tunnel104003
D EX 192.168.254.68/30
[170/28160000] via 192.168.250.1, 01:01:07, Tunnel104003
[/more]