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: [email protected] [mailto:[email protected]] On Behalf Of Joseph Hardeman Sent: Thursday, October 28, 2010 6:26 AM To: [email protected] 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 [email protected] http://puck.nether.net/mailman/listinfo/foundry-nsp _______________________________________________ foundry-nsp mailing list [email protected] http://puck.nether.net/mailman/listinfo/foundry-nsp
