Stephen Nadas | 19 Dec 2008 15:54
Picon
Favicon

Re: Problem in VRRP Auth String.

Ashok,
this kind of question is best addressed to VRRP email list, which I have now copied
Steve

From: ashok meti [mailto:meti_it2004 <at> yahoo.com]
Sent: Friday, December 19, 2008 2:32 AM
To: Stephen Nadas
Subject: Problem in VRRP Auth String.

hi

Setup,
On Routers i have VRRP with IPV4.

Configured VRRP on Router 1 with auth type 1 and password="ashok"
Configured VRRP on Router 2 with auth type 2 and password="timothy".

my question is "Since password/auth string is different for 2 routers in Virtual router group should it not discard pkts??"
But still the above scenario is behaving normally.

-Ashok
From: Stephen Nadas <stephen.nadas <at> ericsson.com>
To: ashok meti <meti_it2004 <at> yahoo.com>
Sent: Thursday, December 11, 2008 9:17:53 PM
Subject: RE: [VRRP] DISCUSS: draft-ietf-vrrp-unified-spec

DIV { MARGIN: 0px }
Ashok,
 
I don't have any code that I can give you.  I suggest that you do a web search and perhaps there find what you need.
 
Regards,
Steve

From: ashok meti [mailto:meti_it2004 <at> yahoo.com]
Sent: Wednesday, December 10, 2008 9:48 PM
To: Stephen Nadas
Subject: Re: [VRRP] DISCUSS: draft-ietf-vrrp-unified-spec

Good Morning stephen,

Thanks for quick reply...

The  code which i got doesn't support authentication. I have modified to support simple authentication.
can i get current version of VRRP daemon code?

-Ashok

From: Stephen Nadas <stephen.nadas <at> ericsson.com>
To: ashok meti <meti_it2004 <at> yahoo.com>
Sent: Wednesday, December 10, 2008 6:58:47 PM
Subject: RE: [VRRP] DISCUSS: draft-ietf-vrrp-unified-spec

DIV { MARGIN: 0px }
Hi Ashok,
 
I think the wikopedia article on VRRP can lead you in this direction.
 
Regards,
Steve

From: ashok meti [mailto:meti_it2004 <at> yahoo.com]
Sent: Wednesday, December 10, 2008 4:36 AM
To: Stephen Nadas
Subject: Re: [VRRP] DISCUSS: draft-ietf-vrrp-unified-spec

Hello,

can i get the opensource code for VRRP with IPV4???

Please let me know the location!!!!!!!

Thank u
-Ashok


From: Stephen Nadas <stephen.nadas <at> ericsson.com>
To: Pasi Eronen <pasi.eronen <at> nokia.com>; iesg <at> ietf.org
Cc: vrrp-chairs <at> tools.ietf.org; draft-ietf-vrrp-unified-spec <at> tools.ietf.org; vrrp <at> ietf.org
Sent: Thursday, November 6, 2008 10:25:23 PM
Subject: Re: [VRRP] DISCUSS: draft-ietf-vrrp-unified-spec

Hi Pasi,

Thank you for the feedback.  Putting to VRRP list for WG feedback.

Regards,
Steve 

> -----Original Message-----
> From: Pasi Eronen [mailto:pasi.eronen <at> nokia.com]
> Sent: Thursday, November 06, 2008 11:41
> To: iesg <at> ietf.org
> Cc: vrrp-chairs <at> tools.ietf.org;
> draft-ietf-vrrp-unified-spec <at> tools.ietf.org
> Subject: DISCUSS: draft-ietf-vrrp-unified-spec
>
> Discuss:
> I have reviewed draft-ietf-vrrp-unified-spec-02. Overall, the
> document looks good, but I have the following concerns that
> I'd like to discuss before recommending approval of the document:
>
> The security considerations text basically says security
> doesn't have to be considered here because an attacker can
> cause havoc with ARP anyway. I don't think this is fully
> accurate description.  Many networks with untrusted hosts use
> switch security features that prevent hosts from bringing
> down the network with spoofed ARP packets (somewhat similar
> to what SAVI WG is working on). While compromising one of the
> switches or routers would still cause damage, compromised or
> malicious ordinary hosts (attached to switch ports where
> these features are enabled) can't do that much.
>
> The other reason for removing cryptographic authentication of
> VRRP messages is said to be misconfigured secrets (which
> obviously does cause problems -- but on the other hand, this
> situation should be detected very quickly). If it's indeed
> the case that cryptographic per-message authentication isn't
> a good solution to securing VRRP, at the very least the
> document should discuss other possible mechanisms.
> Perhaps e.g. filtering mechanisms in switches, configured on
> per-port basis, could provide some protection? Or could this
> somehow leverage the existing mechanisms for ARP?
>
>
> An additional question about Section 7.4: I'm slightly
> confused by the text here -- does every router create its own
> link-local address (in which case failover is visible to
> hosts in this subnet), or do they share the same link-local
> address? The 1st paragraph says "They MUST NOT use the
> Virtual Router MAC address to create the Modified EUI-64
> identifiers", but the 3rd paragraph talks about "using the
> VRRP MAC in the formation of these link local addresses" --
> are these contradicting each other, or am I just
> misunderstanding how this works?
>
>
>
_______________________________________________
vrrp mailing list
vrrp <at> ietf.org
https://www.ietf.org/mailman/listinfo/vrrp



_______________________________________________
vrrp mailing list
vrrp <at> ietf.org
https://www.ietf.org/mailman/listinfo/vrrp
Suraj R | 30 Dec 2008 16:16
Picon

VRRPv3 Queries


Hello to all,

Please find time to clarify the below queries, with regard to draft-ietf-vrrp-unified-spec-02


1) When multiple VRRP groups are configured on an interface, and more than  one group is a master on that interface, what should be the behaviour of RA? Should an RA be sent as per each of master link local address?

2) The RFC states that the VRRP advertisement can have multiple virtual IPv6 addresses. How are these addresses used by the VRRP router & host device ? 

3) When a VRRP group transits from master to initialize, does the VRRP device need to send an RA with lifetime zero?


Thanks & Regards,
Suraj R
_______________________________________________
vrrp mailing list
vrrp <at> ietf.org
https://www.ietf.org/mailman/listinfo/vrrp
Sengottuvelan Srirangan | 31 Dec 2008 04:54
Picon
Favicon

Re: VRRPv3 Queries

Hi Suraj,

Answers inline.


--- On Tue, 12/30/08, Suraj R <suraj.exn <at> gmail.com> wrote:
From: Suraj R <suraj.exn <at> gmail.com>
Subject: [VRRP] VRRPv3 Queries
To: stephen.nadas <at> ericsson.com, vrrp <at> ietf.org
Date: Tuesday, December 30, 2008, 8:16 PM


Hello to all,

Please find time to clarify the below queries, with regard to draft-ietf-vrrp-unified-spec-02


1) When multiple VRRP groups are configured on an interface, and more than  one group is a master on that interface, what should be the behaviour of RA? Should an RA be sent as per each of master link local address?
 
When mutiple VRRP sessions are running on an Interface, atleast one Link local address to be part of a VRID. Master should be part of Solicited-Node multicast address group for the virtual address configured.  Yes, It should send RA for a virtual router and Neighbor Advertisements for each VRID associated.
 

2) The RFC states that the VRRP advertisement can have multiple virtual IPv6 addresses. How are these addresses used by the VRRP router & host device ? 
 
Atleast one link local address to be part of VRID for Virtual Router for resolving link layer MAC address. Rest can be global unicast ipv6 addresses. ND Neighbor Advertisements & ND Neighbor Solicitation message should be exchanged between Router and host device(s).

3) When a VRRP group transits from master to initialize, does the VRRP device need to send an RA with lifetime zero?
 
When goes to Initialize, Virtual router is not allowed to send any packets until its state transition to master state.  

 

Thanks & Regards,
Suraj R
_______________________________________________ vrrp mailing list vrrp <at> ietf.org https://www.ietf.org/mailman/listinfo/vrrp

_______________________________________________
vrrp mailing list
vrrp <at> ietf.org
https://www.ietf.org/mailman/listinfo/vrrp

Gmane