Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EIGRP PROBLEM !!!!

Status
Not open for further replies.

HECL

IS-IT--Management
Oct 22, 2003
13
Hi you all experts

I have a network where eigrp as a routing protocol , which has a automous system 2101 , with passive interface command given it ,

I have a setup like this .

lets assume A is my end and b is another


Between A ------to ---- B there is a radyne link of 960 KBPS ( Serial 4 /0 In my 3600 Series router )

Between A ---- to ---- B there is a SCPC( PAMA) link of 64 Kbps .

where frame relay as an encapusalation for Radyne Links.

and HDLC as a PAMA ( VSAT ) link

Now i have leased line which is also conncted to end B
which is of 2048 KBPS ( 2 MBPS ) functioning .on s4/3 of my router .

Till now i have been using static routing for my network ,which is redistributed in my eigrp topology .till the leased line was not there deafult route to end B was via radyne only .

now this leased line which has come up and want to make it in such a way that it will be used as a primary link and will be more effetcinve in turns of packet forwarding .and if that goes down the radyne should take over automatically ,i have tried but couldnot succseed cause i gave one static route which has metric value is deafault to leased line and gave one another static which has metric value of ten ,so that if the leased line goes down packet will route thru radyne back ,and i couldnot got thru it when the leased line went down .

Please find the sh conf of router END A .


Using 13050 out of 129016 bytes
!
version 12.0
service timestamps debug datetime
service timestamps log datetime
service password-encryption
!
hostname HinRenukootR1
!
enable secret 5 $1$4B5/$XxuR0h6Upxm19CL0iJFAn/
!
username swarn password 7 1404050A1E0A
username gagan password 7 0201055C0A08
username noida password 7 094241001D04
username plaza password 7 071F2D4D5408
username Rktlocal privilege 4 password 7 02140F4F07090C2040
username heclavbih password 7 111918160443595F13253920
username avbihit privilege 5 password 7 050A100D28444A080D04
!
class-map ahuora
match access-group 110
!
!
policy-map ahuraoracle
class ahuora
bandwidth 32
!
ip subnet-zero
no ip domain-lookup
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.x.x.x 255.x.x.x
ip access-group 190 in
no ip directed-broadcast
ip accounting output-packets
ip policy route-map ERP
no keepalive
duplex auto
speed auto
!

interface Serial1/2
description ***** NEW VSAT 64K to RENUSAGAR****
bandwidth 64
ip address 10.250.4.133 255.255.255.252
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
no keepalive
fair-queue 64 32 0
!
interface Serial1/3
description ### 64 kbps VSAT link to Ahura ###
bandwidth 64
ip address 10.250.3.98 255.255.255.252
ip access-group 152 in
ip access-group 102 out
no ip directed-broadcast
load-interval 30
keepalive 30
fair-queue 64 32 0compress stac
!!
interface Serial1/6
description **** VSAT Link to Vandana Bldg-2 ***
bandwidth 64
ip address 10.250.4.26 255.255.255.252
no ip directed-broadcast
rate-limit output access-group 146 16000 8000 8000 conform-action transmit exceed-action drop
load-interval 30
no fair-queue
compress stac
!
interface Serial1/7
description #### Lease Line Link Renukoot - Ahura Mumbai ####
bandwidth 64
ip address 10.250.3.138 255.255.255.252
ip access-group 152 in
ip access-group 102 out
no ip directed-broadcast
load-interval 30
keepalive 15
fair-queue 64 32 0
compress stac
!

i
interface Serial4/0
description *** Broadcast LINK TO RENUSAGAR ***
bandwidth 960
ip address 10.250.5.1 255.255.255.252
no ip directed-broadcast
rate-limit output access-group 145 40000 20000 20000 conform-action transmit exceed-action drop
encapsulation frame-relay
load-interval 30
no keepalive
fair-queue 512 512 0
frame-relay map ip 10.250.5.2 220
frame-relay interface-dlci 22
!
!
interface Serial4/3
bandwidth 2048
Descripton ******* LINK TO RENUSAGAR***********
ip address 10.250.x.x 255.x.x.x
keepalive 10 sec
no ip directed-broadcast
no fair-queue

!

router eigrp 2101
redistribute static
passive-interface Serial1/0
passive-interface Serial4/0
passive-interface Serial4/1
network 10.0.0.0
distribute-list 15 out static
no auto-summary
!
ip classless
ip route 10.1.0.12 255.255.255.255 10.250.3.97
ip route 10.1.0.12 255.255.255.255 10.250.3.137 10
ip route 10.1.0.21 255.255.255.255 10.250.4.5
ip route 10.1.0.21 255.255.255.255 10.250.4.5 10
ip route 10.1.0.37 255.255.255.255 10.250.3.137
ip route 10.1.0.37 255.255.255.255 10.250.3.97 10
ip route 10.1.7.0 255.255.255.0 10.250.4.5
ip route 10.1.9.0 255.255.255.0 10.250.4.5
ip route 10.43.0.0 255.255.0.0 10.250.5.10
ip route 10.43.0.0 255.255.0.0 10.250.1.118 10
ip route 10.43.0.0 255.255.0.0 10.250.4.154 10
ip route 10.58.0.0 255.255.0.0 10.250.5.6
ip route 10.75.0.0 255.255.0.0 10.250.5.2
ip route 10.75.0.0 255.255.0.0 10.250.4.134 10
ip route 10.75.0.0 255.255.0.0 10.250.5.34 10
ip route 10.81.1.0 255.255.255.0 10.250.5.6
ip route 10.88.1.0 255.255.255.0 10.250.5.6
ip route 172.16.1.63 255.255.255.255 10.250.3.97
ip route 172.16.1.63 255.255.255.255 10.250.3.137 10
ip route 172.16.2.0 255.255.254.0 10.190.0.2
ip route 172.16.4.0 255.255.254.0 10.190.0.2
ip route 172.16.6.0 255.255.254.0 10.190.0.2
ip route 172.16.8.0 255.255.254.0 10.190.0.2
no ip http server
!

!
snmp-server engineID local 0000000902000002B9B9FB50
snmp-server community MARKET RO
snmp-server community public RO
snmp-server host 10.1.0.203 MARKET
privilege interface level 4 ip accounting output-packets
privilege interface level 4 ip accounting
privilege interface level 4 ip
privilege configure level 4 interface
privilege exec level 4 configure terminal
privilege exec level 4 configure
privilege exec level 4 show ip accounting
privilege exec level 4 show ip
privilege exec level 4 show configuration
privilege exec level 4 show
privilege exec level 4 clear ip accounting
privilege exec level 4 clear ip
privilege exec level 4 clear counters
privilege exec level 4 clear
!
line con 0
password 7 070C285F4D06
login local
transport input none
line aux 0
line vty 0 4
exec-timeout 20 0
password 7 000C160508095B565C
login local
!
time-range g_full
periodic daily 0:01 to 23:59
!
end

hi i hope you guys will definatly help me out to get rid of this problem ,i doubt is there smething to do with encapsulation ,with the leased line interface .

Anyways .... Need you help on this .

HECL .





 
From your configuration:

The interface f0/0 has a policy map applied, but there is no map in the rest of the configuration, have you omitted it from your paste?

Also your configuration has a distribute list under the EIGRP process, but no ACL 15 is shown in the configuration.

If you do `show ip eigrp neighbour' can you see eigrp neighbours on all links to router B?

As a guide I would remove any static route that points to the networks at router B. Do the same at the router B site for any networks on router A.
Does router B have an Internet facing link? If so set up the default static on router B, then redistribute this into eigrp.
 
also, u probably don't want to redistribute (static) routes into your IGP (or even, EGP for that matter)... bad practice, but that is largely debatable.. :)

good luck..
 
Wow....

ip route 10.1.0.12 255.255.255.255 10.250.3.97
ip route 10.1.0.12 255.255.255.255 10.250.3.137 10
ip route 10.1.0.21 255.255.255.255 10.250.4.5
ip route 10.1.0.21 255.255.255.255 10.250.4.5 10
ip route 10.1.0.37 255.255.255.255 10.250.3.137
ip route 10.1.0.37 255.255.255.255 10.250.3.97 10
ip route 10.1.7.0 255.255.255.0 10.250.4.5
ip route 10.1.9.0 255.255.255.0 10.250.4.5
ip route 10.43.0.0 255.255.0.0 10.250.5.10
ip route 10.43.0.0 255.255.0.0 10.250.1.118 10
ip route 10.43.0.0 255.255.0.0 10.250.4.154 10
ip route 10.58.0.0 255.255.0.0 10.250.5.6
ip route 10.75.0.0 255.255.0.0 10.250.5.2
ip route 10.75.0.0 255.255.0.0 10.250.4.134 10
ip route 10.75.0.0 255.255.0.0 10.250.5.34 10
ip route 10.81.1.0 255.255.255.0 10.250.5.6
ip route 10.88.1.0 255.255.255.0 10.250.5.6
ip route 172.16.1.63 255.255.255.255 10.250.3.97
ip route 172.16.1.63 255.255.255.255 10.250.3.137 10
ip route 172.16.2.0 255.255.254.0 10.190.0.2
ip route 172.16.4.0 255.255.254.0 10.190.0.2
ip route 172.16.6.0 255.255.254.0 10.190.0.2
ip route 172.16.8.0 255.255.254.0 10.190.0.2

Can't your have routers 10.250.5.6 and 10.190.0.2 announce these routes?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top