- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: HP 8206zl
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
Forums
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
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
01-03-2012 01:09 PM - edited 01-04-2012 12:25 AM
01-03-2012 01:09 PM - edited 01-04-2012 12:25 AM
HP 8206zl
hello,
I m trying to configure VRRP on 2 New 8206 switches, But no success, i m configuring according to the user guide.
when both the switches are connected to each other they are seen as Master and backup but when i disconnect the cable between them the backup remains in Initialize state it does'nt takeover the role of Master, though my all configuration are correct.
I m receiving the errors Mismatched Addr List Pkts:
The number of VRRP packets received wherein the list of virtual IP addresses doesn’t match the locally configured virtual
IP addresses for a VR.
But my virtual Ip address are correct, ihave not made any mistake to configure the Virtual IP
Below are the conifgs:
ip routing
router vrrp
Core 1:
vlan 10
ip add 10.10.10.1 255.255.255.0
vrrp vrid 10
owner
virtual-ip-address 10.10.10.1 255.255.255.0
priority 255
preempt
Core 2:
vlan 10
ip add 10.10.10.2 255.255.255.0
vrrp vrid 10
backup
virtual-ip-address 10.10.10.1 255.255.255.0
priority 110
preempt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2012 07:10 PM
01-03-2012 07:10 PM
Re: HP 8206zl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2012 12:12 AM
01-04-2012 12:12 AM
Re: HP 8206zl
Hi,
Try to enable your both VRRP VR instance with the "enable" command :
vrrp vrid x
enable
Tell us if it's better.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2012 12:24 AM
01-04-2012 12:24 AM
Re: HP 8206zl
Hello,
I m sure, i have enabled the VR instances by enable command, becz when i connect the 2 switches with each other they are seen as master and backup, But when i disconnect the cable the back does'nt takeover the master role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2012 01:01 AM
01-04-2012 01:01 AM
Re: HP 8206zl
Indeed, the VRI seem to be enabled.
What firmware release are you using ?
Is that your devices are directly connected ?
Can you provide us the "show vrrp vlan x vrid x config" for both switch ?
Furthermore, it should be interesting to get the logs files and to enable a debug for VRRP process to get more informations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2012 01:24 AM
01-04-2012 01:24 AM
Re: HP 8206zl
Hi,
if this is your config...:
ip routing
router vrrp
Core 1:
vlan 10
ip add 10.10.10.1 255.255.255.0
vrrp vrid 10
owner
virtual-ip-address 10.10.10.1 255.255.255.0
priority 255
preempt
you need to enable the vrrp!!!
config
vrrp vrid 10
enable
exit
wr mem
with K.15.06.0006 the config should look something like this:
; JxxxxA Configuration Editor; Created on release #K.15.06.0006
vlan 10
ip address 10.200.192.1 255.255.255.0
exit
router vrrp
virtual-ip-ping
enable
exit
vlan 10
vrrp vrid 10
owner
virtual-ip-address 10.200.192.1 255.255.255.0
enable
exit
exit
hth
alex