We are trying to implement VRRP over L2, but it doesn't seem to be establishing a connection. I have a few questions:
1. Does the interface need it's own actual IP Address plus the vrip?
Example:
FG1
config system interface edit "vrrp1" set vdom "root" set ip 172.30.1.2 255.255.255.0 set allowaccess ping set device-identification enable set vrrp-virtual-mac enable config vrrp edit 200 set vrgrp 200 set vrip 172.30.1.1 set priority 255 next end set role lan set snmp-index 30 set interface "Aggregate" set vlanid 200 next end
FG2
config system interface edit "vrrp1" set vdom "root" set ip 172.30.1.3 255.255.255.0 set allowaccess ping set device-identification enable set vrrp-virtual-mac enable config vrrp edit 200 set vrgrp 200 set vrip 172.30.1.1 set priority 255 next end set role lan set snmp-index 30 set interface "Aggregate" set vlanid 200 next end
2. When I remove the "set ip" command above, BGP stops advertising this network. Can I still announce this network via BGP and configure VRRP for this network?
3. Based on the config above, what would I set for my vrdst?
Thanks
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
VRRP uses the IP to identify the master or others. Needs to have an unique IP. Without it, probably all IP packets won't go/come through this interface since it won't join the VRRP group so vrip is not valid. Nothing to advertise via BGP or any other protocols. I don't expect you see it even in the local routing table.
For vrdst, it's for the master to monitor to withdraw itself if it become unreachable, or change the priority. See below doc:
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1705 | |
1093 | |
752 | |
446 | |
230 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.