- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- "router vrrp" does not enable vrrp on 5412r
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-15-2016 02:40 AM
01-15-2016 02:40 AM
"router vrrp" does not enable vrrp on 5412r
Hi Ladies and Gents,
i have two 5412r zl2 JL001A with 15.17.005, the new model.
After setting up Vlans and trunk to the partner switch i am not able to enable vrrp.
After entering the command " router vrrp" and check i get
SW01-ZGR(config)# sh vrrp config global
VRRP Global Configuration Information
VRRP Enabled : No
Traps Enabled : Yes
Virtual Routers Respond To Ping Requests : Yes
VRRP Nonstop Enabled : No
Ip routing is on. What are possible causes for this? im shure i miss something.
Any help would be highly appreciated.Thank you.
regards Ralf
This is the current conf:
sh ru
Running configuration:
; J9851A Configuration Editor; Created on release #KB.15.17.0005
; Ver #08:02.ff.f7.fc.7f.ff.3f.ef:ae
hostname "SW01-ZGR"
module A type j9990a
module B type j9986a
module C type j9986a
module D type j9986a
module E type j9546a
module F type j9546a
trunk F1-F3 trk1 lacp
ip routing
interface F1
name "Trunk to SW2-ZGR"
exit
interface F2
name "Trunk to SW2-ZGR"
exit
interface F3
name "Trunk to SW2-ZGR"
exit
snmp-server community "public" unrestricted
oobm
ip address dhcp-bootp
exit
router vrrp
virtual-ip-ping
exit
vlan 1
name "DEFAULT_VLAN"
no untagged A1-A20,A23-A24,B1-B24,C1-C24,D1-D21,E1-E8,F4-F8
untagged D22-D24
tagged A21-A22,Trk1
ip address 192.168.0.1 255.255.255.0
exit
vlan 88
name "GRID"
untagged A1-A20
tagged Trk1
ip address 192.168.88.1 255.255.255.0
exit
vlan 89
name "SAN"
untagged A23-A24,B1-B24,C1-C24,E1-E8,F4-F8
tagged A21-A22,Trk1
ip address 192.168.89.1 255.255.255.0
exit
vlan 113
name "ADC"
untagged D21
tagged A21-A22,D22,Trk1
no ip address
exit
vlan 114
name "BROWSER"
untagged D1-D20
tagged A21-A22,Trk1
no ip address
exit
spanning-tree
spanning-tree Trk1 priority 4
spanning-tree config-name "RBB"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 1 88 89 113 114
spanning-tree instance 1 priority 0
spanning-tree instance 1 Trk1 priority 4
spanning-tree priority 0
no autorun
no dhcp config-file-update
no dhcp image-file-update
password manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2016 05:14 AM
01-15-2016 05:14 AM
Re: "router vrrp" does not enable vrrp on 5412r
I found the reason, at least i think...
if one wants to enable vrrp on the new 5412r switches with 15.17. SW the command differs to the older Sw versions!
i have to enter " router vrrp IPv4 enable"
in distingtion to " router vrrp enable".