Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > HSRP and Interface IP will not PING

Reply
Thread Tools

HSRP and Interface IP will not PING

 
 
Gary
Guest
Posts: n/a
 
      10-18-2003
Have configured HSRP on 2 x 3600 routers

I can ping the 'real' address of the HSRP interface but not the virtual IP.
I cannot even ping the curtual IP from the router itself that is active.

Should be able to ?

interface FastEthernet0/0
ip address 10.10.10.2 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/1
ip address 10.20.20.2 255.255.255.0
speed 100
full-duplex
standby 1 ip 10.20.20.1
standby 1 preempt
standby 1 track FastEthernet0/0

i.e
ping 10.20.20.2 works
ping 10.20.20.1 FAILS ?

The inside PIX's have route all traffic to the virtual IP and hence do not
work as this virtual IP is not responding ?

thx
Gary


 
Reply With Quote
 
 
 
 
Alan Strassberg
Guest
Posts: n/a
 
      10-18-2003
In article <lJ2kb.85594$AH4.56537@lakeread06>,
Gary <> wrote:
>Have configured HSRP on 2 x 3600 routers
>
>I can ping the 'real' address of the HSRP interface but not the virtual IP.
>I cannot even ping the curtual IP from the router itself that is active.
>
>Should be able to ?


You should be able to ping/telnet each router's IP as well as the VIP.
Also try a "show standby" on each router to see they are seeing
the other correctly.
These routers should be on the same network too, HSRP is layer 2.

>interface FastEthernet0/0
> ip address 10.10.10.2 255.255.255.0
> speed 100
> full-duplex


where's the "standby 1 ip <VIP> ?

>interface FastEthernet0/1
> ip address 10.20.20.2 255.255.255.0
> speed 100
> full-duplex
> standby 1 ip 10.20.20.1
> standby 1 preempt
> standby 1 track FastEthernet0/0
>
>i.e
>ping 10.20.20.2 works
>ping 10.20.20.1 FAILS ?
>
>The inside PIX's have route all traffic to the virtual IP and hence do not
>work as this virtual IP is not responding ?

 
Reply With Quote
 
 
 
 
datajedi
Guest
Posts: n/a
 
      10-19-2003
Gary,

I got your e-mail...sorry I misunderstood the problem. There are some bugs
with the 3600 routers and HSRP, one involves interface tracking.
http://www.cisco.com/en/US/tech/tk64...note09186a0080
094afd.shtml#t13

Hope this helps...
Ken
"Gary" <> wrote in message
news:lJ2kb.85594$AH4.56537@lakeread06...
> Have configured HSRP on 2 x 3600 routers
>
> I can ping the 'real' address of the HSRP interface but not the virtual

IP.
> I cannot even ping the curtual IP from the router itself that is active.
>
> Should be able to ?
>
> interface FastEthernet0/0
> ip address 10.10.10.2 255.255.255.0
> speed 100
> full-duplex
> !
> interface FastEthernet0/1
> ip address 10.20.20.2 255.255.255.0
> speed 100
> full-duplex
> standby 1 ip 10.20.20.1
> standby 1 preempt
> standby 1 track FastEthernet0/0
>
> i.e
> ping 10.20.20.2 works
> ping 10.20.20.1 FAILS ?
>
> The inside PIX's have route all traffic to the virtual IP and hence do not
> work as this virtual IP is not responding ?
>
> thx
> Gary
>
>



 
Reply With Quote
 
Harri Suomalainen
Guest
Posts: n/a
 
      10-20-2003
"datajedi" <> wrote in message
news:qxEkb.94716$%. net...
> Gary,
>
> I got your e-mail...sorry I misunderstood the problem. There are some

bugs
> with the 3600 routers and HSRP, one involves interface tracking.


There are a bunch of other bugs too. I've seen both 3600's and 7200's
fail to respond on arp requests for the virtual ip for various reasons. Then
you'll be unable to forward traffic as well. It does reply to ping in that
case as long as you have the arp cached somewhere. It forward the
traffic untill your arp cache ages out. This is something to check out
perhaps.

I think I may have seen the arp reply with "debug arp" but not
actually on the line or something as funny. (Or perhaps I just
saw it notice the arp request was for it and still not responging.)
Checking on the other end is worth the trouble here, just to make
absolutely sure. Make sure the other end has first arp table cleared
to avoid looking at the arp cache of the end device.

Pre-empt has lots of bugs when for example
-nondefault timers are used
-multiple groups are pre-emptied at the same time
-interface tracking bugs
-instability in some cases
and so on.

Quite a few examples why arp bugs have appeared are documented
at the Cisco bug database.

I've not seen the simultanious multiple group failover bug
documented or at the bug database. I solved it by tweaking the
timers so that it is impossible for two groups to fail over at the
same time, not in the startup or at the interface failure, not ever.
(A funny little timer list when I had a large number of groups
and all the timeout values and preempt delays had to be different.)
--
Harri

 
Reply With Quote
 
Geert Nijs
Guest
Posts: n/a
 
      11-04-2003
Your configs are a bit confusing. I hope that you just included the config
of ONE 3600 Router !
The second 3600 is configured alike.

You cannot run HSRP between two interfaces on the same router !
The config of your other 3600 router should look like the following

> >interface FastEthernet0/0
> > ip address 10.10.10.3 255.255.255.0<<< !!!
> > speed 100
> > full-duplex
> >
> >interface FastEthernet0/1
> > ip address 10.20.20.3 255.255.255.0 <<< !!
> > speed 100
> > full-duplex
> > standby 1 ip 10.20.20.1
> > standby 1 preempt
> > standby 1 track FastEthernet0/0
> >


Also FastEthernet0/1 of R3600-1 should be layer 2 connected to
FastEthernet0/1 of R3600-2
And FastEthernet 0/0 of R3600-1 should eb layer 2 connected to
FastEthernet0/0 of R3600-2

And then it should work........

mvg,
Geert

"Alan Strassberg" <> schreef in bericht
news:bmro0m$9ir$...
> In article <lJ2kb.85594$AH4.56537@lakeread06>,
> Gary <> wrote:
> >Have configured HSRP on 2 x 3600 routers
> >
> >I can ping the 'real' address of the HSRP interface but not the virtual

IP.
> >I cannot even ping the curtual IP from the router itself that is active.
> >
> >Should be able to ?

>
> You should be able to ping/telnet each router's IP as well as the

VIP.
> Also try a "show standby" on each router to see they are seeing
> the other correctly.
> These routers should be on the same network too, HSRP is layer 2.
>
> >interface FastEthernet0/0
> > ip address 10.10.10.2 255.255.255.0
> > speed 100
> > full-duplex

>
> where's the "standby 1 ip <VIP> ?
>
> >interface FastEthernet0/1
> > ip address 10.20.20.2 255.255.255.0
> > speed 100
> > full-duplex
> > standby 1 ip 10.20.20.1
> > standby 1 preempt
> > standby 1 track FastEthernet0/0
> >
> >i.e
> >ping 10.20.20.2 works
> >ping 10.20.20.1 FAILS ?
> >
> >The inside PIX's have route all traffic to the virtual IP and hence do

not
> >work as this virtual IP is not responding ?



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How Can This Be - HSRP & PING Merv Cisco 11 07-21-2006 11:11 PM
Setting up a router with 29 Global IPs, BUT can't ping router internal interface from server or server interface from router war_wheelan@yahoo.com Cisco 1 12-14-2005 03:31 PM
cisco 2621: interface tracking without hsrp? Woife Cisco 3 07-30-2004 07:23 AM
cisco 2621: interface tracking without hsrp? Woife Cisco 0 07-29-2004 08:09 PM
Can HSRP on Cisco Routers successfully interface with VRRP on Nokia Firewalls? james Cisco 1 10-29-2003 10:01 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57