[f-nsp] VRRP ip-address question

Jared Valentine hidden at xmission.com
Wed Nov 3 10:06:59 EDT 2010


Ahh, the difference is you are using VRRP-E, while I was using VRRP.  

> If I have a VLAN with multiple subnets on it, for example
> 192.168.1.1/27 and 192.168.2.1/28, can the vrrp that handles that 
> virtual router interface handle multiple ip-address(es) in a single 
> "ip vrrp vrid" section or would there need to be multiple "ip vrrp 
> vrid" sections on the interface?

-Jared

-----Original Message-----
From: Jorik Jonker [mailto:Jorik.Jonker at eu.equinix.com] 
Sent: Wednesday, November 03, 2010 2:22 AM
To: 'Jared Valentine'; 'Joseph Hardeman'; foundry-nsp at puck.nether.net
Subject: RE: [f-nsp] VRRP ip-address question

Well, tried that too:

telnet at CER2024(config)#vlan 1000
telnet at CER2024(config-vlan-1000)#unt e 1/10
telnet at CER2024(config-vlan-1000)#router-interface ve 100
telnet at CER2024(config-vlan-1000)#int ve 100
telnet at CER2024(config-vif-100)#ip addr 10.0.0.1/24
telnet at CER2024(config-vif-100)#ip addr 10.0.1.1/24
telnet at CER2024(config-vif-100)#ip vrrp-e vrid 100
telnet at CER2024(config-vif-100-vrid-100)#backup pr 50
telnet at CER2024(config-vif-100-vrid-100)#ip-address 10.0.0.2
telnet at CER2024(config-vif-100-vrid-100)#ip-address 10.0.1.2
error - cannot configure more than 1 ip-addresses per vrid

(CER running 5.0.00)

telnet at FESX624(config-vlan-1000)#unt e 15
Added untagged port(s) ethe 15 to port-vlan 1000.
telnet at FESX624(config-vlan-1000)#router-interface ve 100
telnet at FESX624(config-vlan-1000)#int ve 100 
telnet at FESX624(config-vif-100)#ip addr 10.0.0.1/24
telnet at FESX624(config-vif-100)#ip addr 10.0.1.1/24
telnet at FESX624(config-vif-100)#ip vrrp-e vrid 100
telnet at FESX624(config-vif-100-vrid-100)#backup prio 50
telnet at FESX624(config-vif-100-vrid-100)#ip-address 10.0.0.2
telnet at FESX624(config-vif-100-vrid-100)#ip-address 10.0.1.2
Error - You can only define one virtual IP address

(FESX running 5.0.00)

Jorik Jonker
Special Projects, Netherlands
jorik.jonker at eu.equinix.com 
+31 53 434 0570 TEL
+31 53 436 3098 FAX

KvK: 06092246

EQUINIX


-----Original Message-----
From: Jared Valentine [mailto:hidden at xmission.com] 
Sent: dinsdag 2 november 2010 21:16
To: Jorik Jonker; 'Joseph Hardeman'; foundry-nsp at puck.nether.net
Subject: RE: [f-nsp] VRRP ip-address question

It must be one of those things that "works on a VE" but "not on a physical
interface".  My example config came from a FESX running 7.x.

-Jared

-----Original Message-----
From: Jorik Jonker [mailto:Jorik.Jonker at eu.equinix.com] 
Sent: Tuesday, November 02, 2010 10:12 AM
To: 'Jared Valentine'; 'Joseph Hardeman'; foundry-nsp at puck.nether.net
Subject: RE: [f-nsp] VRRP ip-address question

Hi,

On a CER2024/5.0.00 or a FESX running whatever firmware this is not allowed:

(config-if-e1000-1/10-vrid-1)#ip-address 10.0.0.2
(config-if-e1000-1/10-vrid-1)#ip-address 10.0.1.2
error - cannot configure more than 1 ip-addresses per vrid

We work around this by having one IP per VRID.

Best regards,

Jorik Jonker
Special Projects, Netherlands
jorik.jonker at eu.equinix.com 
+31 53 434 0570 TEL
+31 53 436 3098 FAX

KvK: 06092246

EQUINIX


-----Original Message-----
From: foundry-nsp-bounces at puck.nether.net
[mailto:foundry-nsp-bounces at puck.nether.net] On Behalf Of Jared Valentine
Sent: donderdag 28 oktober 2010 17:29
To: 'Joseph Hardeman'; foundry-nsp at puck.nether.net
Subject: Re: [f-nsp] VRRP ip-address question

I tried it on a Foundry switch and it seems to take it.  The config looks
like this:

router vrrp
interface ve 1
 ip address 192.168.1.1 255.255.255.0
 ip address 192.168.2.1 255.255.255.0
 ip vrrp vrid 1
  owner
  ip-address 192.168.1.1
  ip-address 192.168.2.1
  activate



FCX648SHPOE Router(config)#show ip vrrp
Total number of VRRP routers defined: 1
Interface ethernet v1
 auth-type no authentication
 VRID 1
  state initialize
  administrative-status enabled
  mode owner
  priority 255
  current priority 255
  hello-interval 1000 msec
  ip-address 192.168.1.1 192.168.2.1
  virtual mac address 0000.5e00.0101
  advertise backup: disabled


-----Original Message-----
From: foundry-nsp-bounces at puck.nether.net
[mailto:foundry-nsp-bounces at puck.nether.net] On Behalf Of Joseph Hardeman
Sent: Thursday, October 28, 2010 6:26 AM
To: foundry-nsp at puck.nether.net
Subject: Re: [f-nsp] VRRP ip-address question

Hi Everyone,

I just looked at what I put down in the example and realized it was 
totally wrong.  Should be:

interface ve 100
   ip address 192.168.1.1 255.255.255.224
   ip address 192.168.2.1 255.255.255.254
ip vrrp vrid 100
   ip-address 192.168.1.1
   ip-address 192.168.2.1

Anyone have any thoughts on this?

Joe

On 10/27/2010 8:42 PM, Joseph Hardeman wrote:
> Hi Everyone,
>
> This may be a silly question, but I was doing some thinking and wanted 
> to know if it was possible.
>
> If I have a VLAN with multiple subnets on it, for example 
> 192.168.1.1/27 and 192.168.2.1/28, can the vrrp that handles that 
> virtual router interface handle multiple ip-address(es) in a single 
> "ip vrrp vrid" section or would there need to be multiple "ip vrrp 
> vrid" sections on the interface?
>
> For example:
>
> interface ve 100
>   ip address 192.168.1.1 255.255.224.0
>   ip address 192.168.2.1 255.255.254.0
> ip vrrp vrid 100
>   ip-address 192.168.1.1
>   ip-address 192.168.2.1
>
> I am just curious if this would work.  I haven't tried it, but I would 
> think it would.
>
> I hope I asked that right. :-)
>
> Thanks
>
> Joe
_______________________________________________
foundry-nsp mailing list
foundry-nsp at puck.nether.net
http://puck.nether.net/mailman/listinfo/foundry-nsp

_______________________________________________
foundry-nsp mailing list
foundry-nsp at puck.nether.net
http://puck.nether.net/mailman/listinfo/foundry-nsp


This email is from Equinix Europe Limited or one of its
associated/subsidiary companies. This email, and any files transmitted with
it, contains information which is confidential, may be legally privileged
and is solely for the use of the intended recipient. If you have received
this email in error, please notify the sender and delete this email
immediately.  Equinix Europe Limited.  Registered Office: Quadrant House, 4
Thomas More Square, London E1W 1YW.  Registered in England and Wales, No.
6293383.





More information about the foundry-nsp mailing list