- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- assign virtual ip to vsr
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2015 09:43 AM
02-11-2015 09:43 AM
assign virtual ip to vsr
we have a vsr1000 and we are trying to assign a virtual ip to a Gigabit interface.
The Gigabit interface has connectivity and when assigned a IP it works and when we try to assigning a virtual-ip using the below command
Gigabit Interface1/5 # ip address 10.x.x.x 255.x.x.x ---> it works and is active
Gigabit Interface1/5 # vrrp vrid 30 virtual-ip 10.x.x.x 255.x.x.x -----> does not work <are we missing any config>
the virtual ip is not active and doesnt ping, the ip given is of the same vlan given to the gigabit interface.
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2015 09:14 PM
02-11-2015 09:14 PM
Re: assign virtual ip to vsr
DO you have any other VRRP configured on this router?
Have you configued a VRRP mode on the interface?
Have you tried using a VRRP group number between 1 to 8 instead of 30?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2015 12:23 AM
02-12-2015 12:23 AM
Re: assign virtual ip to vsr
THanks Vince for the reply.
We are trying to configure only 1 vrrp.
Yes vrrp mode on GigabitEthernet Interface 1/5
Not yet tried between 1 to 8, will try it though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2015 04:56 AM
02-12-2015 04:56 AM
Re: assign virtual ip to vsr
I have not configured vrrp mode on the interface, please tell if any config is missing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2015 01:53 PM
02-12-2015 01:53 PM
Re: assign virtual ip to vsr
You have to configure vrrp mode on the interface.
I think "undo vrrp mode" on the interface is an option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2015 04:01 AM
02-14-2015 04:01 AM
Re: assign virtual ip to vsr
VRRP is used for redundancy where you have 2 or more boxes sharing an ip (while they at the same time still have their own physical ip's).
Reading the thread I think the OP wants to setup a vlan-interface and assign that to a specific physical interface, am I correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2015 11:36 PM - edited 02-16-2015 11:39 PM
02-16-2015 11:36 PM - edited 02-16-2015 11:39 PM
Re: assign virtual ip to vsr
Thanks Apachez.
Thanks Vince.
Yes we have 2 VSRs and both interfaces 1/0 have physical IPs, but when I am giving a shared IP using vrrp. The shared IP does not seem to work.
VSR1
Gigabit Interface1/5 # ip address 10.10.10.5 255.x.x.x ---> it works and is active
Gigabit Interface1/5 # vrrp vrid 30 virtual-ip 10.10.10.254 255.x.x.x -----> does not work
VSR2
Gigabit Interface1/5 # ip address 10.10.10.6 255.x.x.x ---> it works and is active
Gigabit Interface1/5 # vrrp vrid 30 virtual-ip 10.10.10.254 255.x.x.x -----> does not work
10.10.10.254 is the shared IP
vrrp mode did not help much, even though we did vrrp mode load-balance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2015 01:00 AM
02-17-2015 01:00 AM
Re: assign virtual ip to vsr
According to the manual (look at page 20 for example) something like this should work for you:
http://h10032.www1.hp.com/ctg/Manual/c03937361
VSR1
Gigabit Interface1/5 # ip address 10.10.10.5 255.255.255.0
Gigabit Interface1/5 # vrrp vrid 1 virtual-ip 10.10.10.254
VSR2
Gigabit Interface1/5 # ip address 10.10.10.6 255.255.255.0
Gigabit Interface1/5 # vrrp vrid 1 virtual-ip 10.10.10.254
And then verify configuration with:
display vrrp verbose
Also its recommended to apply authentication and consider use of loadbalance and/or preemption (see the manual for more information on that).
Also make sure you have L2-connectivity between gig int 1/5 of both boxes (so the VRRP can see and communicate with the other part).