Added HSRP can't surf or Resolve DNS [7:42592]

2002-04-25 Thread Joel Panetta

When adding hsrp does my default gateway become what is now my virtual
gateway? Since implenting it in my test environment I can not resovle DNS
and surf. I am using 1 cat 6509 each with an MFSC here is a sample of my
test conf
MFSC #1 
interface Vlan1 
ip address 10.8.1.2 255.255.255.0 
no ip redirects 
no ip directed-broadcast 
standby 1 priority 110 
stnadby 1 preempt 
standby 1 ip 10.8.1.1 

! 
interface Vlan2 
ip address 10.8.2.2 255.255.255.0 
no ip redirects 
no ip directed-broadcast 
standby 2 priority 110 
standby 2 preempt 
standby 2 ip 10.8.2.1 

MFSC #2 
interface Vlan1 
ip address 10.8.1.3 255.255.255.0 
no ip redirects 
no ip directed-broadcast 
standby 1 priority 109 
stnadby 1 preempt 
standby 1 ip 10.8.1.1 

! 
interface Vlan2 
ip address 10.8.2.3 255.255.255.0 
no ip redirects 
no ip directed-broadcast 
standby 2 priority 109 
standby 2 preempt 
standby 2 ip 10.8.2.1 
The IP for the 6509 is 10.8.1.4/24 
I have set everything up with a default gateway of 10.8.1.1/24 

Thanks all




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=42592&t=42592
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Added HSRP can't surf or Resolve DNS [7:42592]

2002-04-25 Thread Ladrach, Daniel E.

What did you set the default gateway for hosts on vlan2? Are you having
issues from both vlans or just vlan2?

Daniel Ladrach
CCNA, CCNP
WorldCom


> -Original Message-
> From: Joel Panetta [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 25, 2002 4:43 PM
> To: [EMAIL PROTECTED]
> Subject: Added HSRP can't surf or Resolve DNS [7:42592]
> 
> 
> When adding hsrp does my default gateway become what is now my virtual
> gateway? Since implenting it in my test environment I can not 
> resovle DNS
> and surf. I am using 1 cat 6509 each with an MFSC here is a 
> sample of my
> test conf
> MFSC #1 
> interface Vlan1 
> ip address 10.8.1.2 255.255.255.0 
> no ip redirects 
> no ip directed-broadcast 
> standby 1 priority 110 
> stnadby 1 preempt 
> standby 1 ip 10.8.1.1 
> 
> ! 
> interface Vlan2 
> ip address 10.8.2.2 255.255.255.0 
> no ip redirects 
> no ip directed-broadcast 
> standby 2 priority 110 
> standby 2 preempt 
> standby 2 ip 10.8.2.1 
> 
> MFSC #2 
> interface Vlan1 
> ip address 10.8.1.3 255.255.255.0 
> no ip redirects 
> no ip directed-broadcast 
> standby 1 priority 109 
> stnadby 1 preempt 
> standby 1 ip 10.8.1.1 
> 
> ! 
> interface Vlan2 
> ip address 10.8.2.3 255.255.255.0 
> no ip redirects 
> no ip directed-broadcast 
> standby 2 priority 109 
> standby 2 preempt 
> standby 2 ip 10.8.2.1 
> The IP for the 6509 is 10.8.1.4/24 
> I have set everything up with a default gateway of 10.8.1.1/24 
> 
> Thanks all




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=42602&t=42592
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Added HSRP can't surf or Resolve DNS [7:42592]

2002-04-25 Thread Michael L. Williams

Good question.  Also, are the two 6509s trunked together?  Unless those VLAN
interfaces are trunked or both connected to each 6509 though a shared
medium, HSRP won't work and clients on one 6509 won't be routed by the HSRP
primary on the other MSFC.

What do you get when you do a 'show standby' on each 6509?

Mike W.

"Ladrach, Daniel E."  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> What did you set the default gateway for hosts on vlan2? Are you having
> issues from both vlans or just vlan2?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=42605&t=42592
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Added HSRP can't surf or Resolve DNS [7:42592]

2002-04-25 Thread Kage Roc

I cannot think of a scenario where you would use HSRP without the standby
and active interface not plugged into a switch/hub or 2 seperate switches
that are trunked.  Here is an ASCII visual that may help:

65096509
\ /
 \   / 
  -HUB/SWITCH---
   |
   |  
 HOST

OR


6509 6509
 \/
  \  /
switch  switch
  ||
  ||
  --host--- 


The configs you posted look fine  Make sure you Physical design matches one
of the ASCII visuals.  Hope this helps ;)










Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=42610&t=42592
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Added HSRP can't surf or Resolve DNS [7:42592]

2002-04-26 Thread Flash

Are the standby groups working (show standby)?
Make sure you are not running an internal routing  protocol on the HSRP
interfaces.


--
AS#13407
""Joel Panetta""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> When adding hsrp does my default gateway become what is now my virtual
> gateway? Since implenting it in my test environment I can not resovle DNS
> and surf. I am using 1 cat 6509 each with an MFSC here is a sample of my
> test conf
> MFSC #1
> interface Vlan1
> ip address 10.8.1.2 255.255.255.0
> no ip redirects
> no ip directed-broadcast
> standby 1 priority 110
> stnadby 1 preempt
> standby 1 ip 10.8.1.1
>
> !
> interface Vlan2
> ip address 10.8.2.2 255.255.255.0
> no ip redirects
> no ip directed-broadcast
> standby 2 priority 110
> standby 2 preempt
> standby 2 ip 10.8.2.1
>
> MFSC #2
> interface Vlan1
> ip address 10.8.1.3 255.255.255.0
> no ip redirects
> no ip directed-broadcast
> standby 1 priority 109
> stnadby 1 preempt
> standby 1 ip 10.8.1.1
>
> !
> interface Vlan2
> ip address 10.8.2.3 255.255.255.0
> no ip redirects
> no ip directed-broadcast
> standby 2 priority 109
> standby 2 preempt
> standby 2 ip 10.8.2.1
> The IP for the 6509 is 10.8.1.4/24
> I have set everything up with a default gateway of 10.8.1.1/24
>
> Thanks all




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=42658&t=42592
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]