This website uses cookies. By clicking Accept, you consent to the use of cookies.
Click Here
to learn more about how we use cookies.
Accept
Reject
Browse
Extreme Networks
Community List
Network Management & Authentication
ExtremeCloud A3
ExtremeCloud IQ
ExtremeCloud IQ Controller
ExtremeCloud IQ- Site Engine Management Center
ExtremeControl
General Network Management
Wireless
ExtremeWireless (IQE)
ExtremeWireless (Identifi)
ExtremeWireless (WiNG)
ExtremeWireless (General)
Switching & Routing
Data Center (MLX & CER/CES)
Data Center (SLX)
Data Center (VDX)
ExtremeSwitching (EOS)
ExtremeSwitching (ERS)
ExtremeSwitching (EXOS/Switch Engine)
ExtremeSwitching (Other)
ExtremeSwitching (VSP/Fabric Engine)
SD-WAN
Ipanema SD-WAN
SD-WAN General
Training, Documentation, & General Discussions
Documentation
FAQs
General Discussion
Training (Extreme Dojo)
Applications
Analytics & Visibility
Security & Access Control
Legacy
Aerohive Migrated Content
End of Service Products
Extreme Cloud
OneController
Technical Discussions
Firmware
Network Architecture & Design
Scripting
Security
Technical Discussions
Product Announcements
Network Management Authentication Announcements
ExtremeCloud IQ- Site Engine & Extreme Management Center Announcements
ExtremeCloud A3 Announcements
ExtremeCloud IQ (XIQ) Announcements
ExtremeCloud IQ Controller (formerly Extreme Campus Controller) Announcements
Wireless Announcements
IQ Engine/Hive OS Announcements
WiNG Announcements
XCC/IdentiFi Announcements
Switching & Routing Announcements
EOS Announcements
ERS Announcements
EXOS/Switch Engine Announcements
MLX & CER/CES Announcements
SLX Announcements
VDX Announcements
VSP/Fabric Engine Announcements
Security & General Announcements
Extreme Community (The Hub) Announcements
General Announcements
Security Advisories (formerly Vulnerability Notices)
Network Packet Broker Announcements
Extreme Developer Central
Cloud Based Network Management
Data Center
Service Provider Networking
Wired Access
Wireless Access
Network Fabric
Integrations
Help
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Extreme Networks
Community List
Switching & Routing
ExtremeSwitching (EXOS/Switch Engine)
RE: virtual routers vrrp
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
virtual routers vrrp
virtual routers vrrp
Alexander6
New Contributor
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Get Direct Link
Print
Report Inappropriate Content
07-24-2017
06:15 AM
Hello together,
I have a vrrp instance and the vr-default router.
Know I will create a separate virtual router. How must I configure the vrrp?
Can I use the same vrid? What is best practice?
Cheers,
Alexander
All forum topics
Previous Topic
Next Topic
3 REPLIES
3
Alexander6
New Contributor
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Get Direct Link
Print
Report Inappropriate Content
07-25-2017
05:18 AM
Thanks Stephen for your response.
Yes I need a separate VR, because VoIP traffic must be separated from the other network (It’s a company rule).
I try your solution with the 2 virtual routers and vrid 1.
Thanks,
Alexander
StephenW
Extreme Employee
In response to
Alexander6
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Get Direct Link
Print
Report Inappropriate Content
07-25-2017
05:18 AM
You can do this with vlans. But if a VR is required by policy, it's required.
StephenW
Extreme Employee
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Get Direct Link
Print
Report Inappropriate Content
07-24-2017
05:46 PM
Are you sure you need a different VR, or are you trying to get another virtual IP in the same vlan?
You can use the same vrid as long as they are on different broadcast domains.
Below is a simple config of what you are asking for. If you tell us what your trying to accomplish we might have a better option.
[VRRP1 Switch]--p1----------p1--[VRRP2 Switch]
#VRRP1 Switch
#
# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports all
create vr "vrtest"
create vlan "testvrrp" vr vrtest
configure vlan testvrrp tag 100
configure vlan Default add ports 1 untagged
configure vlan testvrrp add ports 1 tagged
configure vlan Default ipaddress 1.1.1.2 255.255.255.0
configure vlan testvrrp ipaddress 2.2.2.2 255.255.255.0
#
# Module vrrp configuration.
#
create vrrp vlan Default vrid 1
configure vrrp vlan Default vrid 1 priority 101
create vrrp vlan testvrrp vrid 1
configure vrrp vlan testvrrp vrid 1 priority 101
configure vrrp vlan Default vrid 1 add 1.1.1.1
configure vrrp vlan testvrrp vrid 1 add 2.2.2.1
enable vrrp vlan Default vrid 1
enable vrrp vlan testvrrp vrid 1
VRRP2 Switch
#
# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports all
create vr "vrtest"
create vlan "testvrrp" vr vrtest
configure vlan testvrrp tag 100
configure vlan Default add ports 1 untagged
configure vlan testvrrp add ports 1 tagged
configure vlan Default ipaddress 1.1.1.3 255.255.255.0
configure vlan testvrrp ipaddress 2.2.2.3 255.255.255.0
#
# Module vrrp configuration.
#
create vrrp vlan Default vrid 1
configure vrrp vlan Default vrid 1 priority 50
create vrrp vlan testvrrp vrid 1
configure vrrp vlan testvrrp vrid 1 priority 50
configure vrrp vlan Default vrid 1 add 1.1.1.1
configure vrrp vlan testvrrp vrid 1 add 2.2.2.1
enable vrrp vlan Default vrid 1
enable vrrp vlan testvrrp vrid 1
Post Reply
GTM-P2G8KFN