- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: VRRP Backup no ping and arp
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
09-28-2018 11:33 AM
09-28-2018 11:33 AM
VRRP Backup no ping and arp
I have 2 HP 5406zl Core Switches and a problem with vrrp.
From Core 1 I can arp to core2 but not ping anything. From Core2 I cannot even arp and ping fails.
I tried to clear arp cache with clear arp but still the same result.
CORE1# ping 10.1.31.253
Request timed out.
CORE1# sh arp vlan 130 IP ARP table - VLAN 130 IP Address MAC Address Type Port --------------- ----------------- ------- ---- 10.1.31.253 3464a9-4a2800 dynamic Trk1
----------------------------------------------------------------------------------------------
CORE2# ping 10.1.31.254
Request timed out.
CORE2# sh arp vlan 130
IP ARP table - VLAN 130
IP Address MAC Address Type Port
--------------- ----------------- ------- ----
Between my 2 HP 5406zl Core Switches there is a trunk configured and I tagged all ports on both sides on trk1.
Then I setup a new /22 Vlan with an IP Address.
vlan 130 name "computer" tagged Trk1 ip address 10.1.31.254 255.255.252.0 vrrp vrid 130 virtual-ip-address 10.1.31.254 advertise-interval 5 priority 255 enable exit exit vlan 130 name "computer" tagged Trk1 ip address 10.1.31.253 255.255.252.0 vrrp vrid 130 virtual-ip-address 10.1.31.254 advertise-interval 5 enable exit exit
The sh vrrp config vlan 130 shows the following:
VRRP Virtual Router Statistics Information Vlan ID : 130 Virtual Router ID : 130 Protocol Version : 2 State : Master Up Time : 4 days Virtual MAC Address : 00005e-000182 Master's IP Address : 10.1.31.254 Associated IP Addr Count : 1 Near Failovers : 0 Advertise Pkts Rx : 0 Become Master : 1 Zero Priority Rx : 0 Zero Priority Tx : 0 Bad Length Pkts : 0 Bad Type Pkts : 0 Mismatched Interval Pkts : 0 Mismatched Addr List Pkts : 0 Mismatched IP TTL Pkts : 0 Mismatched Auth Type Pkts : 0
Vlan ID : 130 Virtual Router ID : 130 Protocol Version : 2 State : Backup Up Time : 4 days Virtual MAC Address : 00005e-000182 Master's IP Address : 10.1.31.254 Associated IP Addr Count : 1 Near Failovers : 0 Advertise Pkts Rx : 74550 Become Master : 0 Zero Priority Rx : 0 Zero Priority Tx : 0 Bad Length Pkts : 0 Bad Type Pkts : 0 Mismatched Interval Pkts : 0 Mismatched Addr List Pkts : 0 Mismatched IP TTL Pkts : 0 Mismatched Auth Type Pkts : 0
The counter on Backup Advertise Pkts Rx is increasing every few secondso on the backup VRRP.
Can someone help me fixing the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2018 12:23 AM
10-10-2018 12:23 AM
Re: VRRP Backup no ping and arp
Hello ,
The Backup Advertise Pkts Rx is expected as these are the hello packets received from the Master.
Regarding the ping, I tried it quickly on my lab as i already had a setup . Mine works fine with your scenerio and i am able to ping.
I am running K.16.02.0021
However , you could try enabling the virtual-ip-ping from the global vrrp context and the vlan interface context.
<Global >
router vrrp
virtual-ip-ping
<VLAN context>
vlan 999
vrrp vrid 130
virtual-ip-ping
Is your network impacted due to this ? Because i see the VRRP is working fine as its receiving the hellp packets from the Master .
The standby does not need to respond to ARP unless the Master goes down.
Hope this helps :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2018 02:33 AM
10-10-2018 02:33 AM
Re: VRRP Backup no ping and arp
Hi
Is there any intermittent device between both 5400 switches..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2018 03:17 PM - edited 10-12-2018 03:27 PM
10-12-2018 03:17 PM - edited 10-12-2018 03:27 PM
Re: VRRP Backup no ping and arp
Hello,
i enabled to ping command inside the vrrp configuration and it was enabled in global before we did anything.
I can see arp from Core1 to 10.1.31.253 but ping is not possible.
I cannot see any arp on Core2 on VLAN 130 and I cannot ping 10.1.31.254.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2018 03:21 PM
10-12-2018 03:21 PM
Re: VRRP Backup no ping and arp
Hello,
between Core 1 and Core 2 there is only a trunk which is directly connected. I don't see a intermittent device between them.