cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
20543
Views
5
Helpful
17
Replies

Eigrp Doesn't redistibute static routes

youssef abdalla
Level 1
Level 1

hello i have a router 2901 and

i have a problem in my eigrp  configuration that the other branch   only see the network that i am advertised in eigrp and can't see the the redistibuted static route inside eigrp .. i dunno why is  that
and that's my running

!

aaa new-model

aaa session-id common

!

no ipv6 cef

ip source-route

ip cef

!

no ip domain lookup

ip domain name andalusia.loc

multilink bundle-name authenticated

interface GigabitEthernet0/0

no ip address

duplex auto

speed auto

!

interface GigabitEthernet0/0.1

encapsulation dot1Q 1 native

ip address 41.32.188.36 255.255.255.248

ip nat outside

ip virtual-reassembly

!

interface GigabitEthernet0/0.100

encapsulation dot1Q 100

ip address 192.168.3.180 255.255.255.0

ip nat inside

ip virtual-reassembly

ip policy route-map redirect

!

interface GigabitEthernet0/0.110

encapsulation dot1Q 110

ip address 10.21.176.180 255.255.240.0

ip nat inside

ip virtual-reassembly

!

interface GigabitEthernet0/0.150

encapsulation dot1Q 150

ip address 10.21.160.180 255.255.240.0 secondary

ip address 192.168.150.180 255.255.255.0

!

interface GigabitEthernet0/0.240

encapsulation dot1Q 240

ip address 10.21.240.180 255.255.240.0

ip nat outside

ip virtual-reassembly

!

interface GigabitEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

interface GigabitEthernet0/1.1

encapsulation dot1Q 1 native

!

interface Serial0/0/0

description LinkDotNet_MPLS

no ip address

ip flow ingress

encapsulation frame-relay IETF

no fair-queue

clock rate 2000000

frame-relay lmi-type ansi

!

interface Serial0/0/0.1 point-to-point

description Mgt

ip address 10.193.7.54 255.255.255.252

ip flow ingress

frame-relay interface-dlci 80  

!

interface Serial0/0/0.2 point-to-point

description Data1

ip address 10.193.7.58 255.255.255.252

ip flow ingress

frame-relay interface-dlci 81  

!

interface Serial0/0/1

description TEdata_MPLS

no ip address

ip flow ingress

encapsulation frame-relay IETF

clock rate 2000000

frame-relay lmi-type q933a

!

interface Serial0/0/1.16 point-to-point

ip address 172.16.2.2 255.255.255.252

ip flow ingress

frame-relay interface-dlci 16  

!

!

router eigrp 100

network 10.21.160.180 0.0.0.0

network 172.16.2.2 0.0.0.0

redistribute static

!

ip forward-protocol nd

!

ip http server

no ip http secure-server

!

ip nat inside source route-map To-101 interface GigabitEthernet0/0.240 overload

ip nat inside source route-map To-102 interface GigabitEthernet0/0.1 overload

ip nat inside source static 10.21.176.50 41.32.188.37

ip route 10.21.0.0 255.255.0.0 10.21.160.1

ip route 0.0.0.0 0.0.0.0 41.32.188.33

ip route 0.0.0.0 0.0.0.0 10.21.240.101 200

ip route 10.1.0.0 255.255.0.0 10.193.7.57 200

ip route 10.2.0.0 255.255.0.0 10.193.7.57 200

ip route 10.3.0.0 255.255.0.0 10.193.7.57 200

ip route 10.22.0.0 255.255.0.0 10.193.7.57 200

ip route 213.131.65.192 255.255.255.224 10.193.7.53

ip route 213.131.66.0 255.255.255.0 10.193.7.53

!

ip access-list extended To-101

permit ip host 192.168.3.8 any

permit ip 10.21.176.0 0.0.15.255 any

ip access-list extended To-102

permit ip host 192.168.3.7 any

!

access-list 10 permit 10.21.0.0 0.0.255.255

access-list 15 deny   0.0.0.0

access-list 15 permit any

!

route-map test permit 10

match ip address 10

!

route-map redirect permit 10

match ip address To-101

set ip next-hop 10.21.240.101

set interface GigabitEthernet0/0.240

!

route-map redirect permit 20

match ip address To-102

set ip next-hop 41.32.188.33

set interface GigabitEthernet0/0.1

!

route-map To-102 permit 10

match ip address To-102

set ip next-hop 41.32.188.33

!

route-map To-101 permit 10

match ip address To-101

set ip next-hop 10.21.240.101

!

!

!

control-plane

!

!

line con 0

logging synchronous

line aux 0

line vty 0 4

privilege level 15

password 7 09764F1B170C1C1A5A5957

transport input ssh

!

scheduler allocate 20000 1000

end

======================================================================================

i need to advertise the subnet 10.21.0.0/16 inside the eigrp ..
anyone can help with this problem ?

17 Replies 17

Also debug ip eigrp notifications for the eigrp side of the redistribution events along with debug ip routing

Sent from Cisco Technical Support iPad App

mfarrenkopf
Level 1
Level 1

Youssef,

I know that this thread is pretty old.  Nevertheless . . .

Could it be as simple as the network is not included in the list of networks in your router eigrp section?

router eigrp 100

network 10.21.160.180 0.0.0.0

network 172.16.2.2 0.0.0.0

redistribute static

Neither of those network statements will cover 10.21.0.0/16.  I'd try adding:

network 10.21.0.0 0.0.255.255

And see what that does.

sry guys i forget to end this question..

tx mfarrenkopf .. that's i already did from a time ago and that's how it worked for me ...

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: