09-20-2020 10:11 PM
Hello,
in Mikrotik when we setup want to setup VRRP i have create a vrrp interface assign a /29 on that interface and assing one of them on one mikrotik and another on second mikrotik and set third ip on both mikrotik then create VLANs under this VRRP interface and VRRP slave ip routes was always disabled and when slave convert to master then routes enabled,
now i have 2x 3064pq 10gx , so i want to know how can i connect them together and run hsrp and work such as mikrotik, my mean is second nexus be in standby mode but it has all vlans and when second switch convert to master then take the traffic,
THank you.
09-20-2020 10:54 PM
The principle is the same
You can also configure VRRP
09-20-2020 11:02 PM
if i follow them and use for example port ethernet40 in my nexus for vrrp only to send/receive hello messages, can i add interface vlan with no additional vrrp config ? my mean is when i add simple interface vlan in slave router it will act as backup and slave router when take the master position activate the route/
09-21-2020 02:57 AM
Hello @blackmetal ,
>> can i add interface vlan with no additional vrrp config ?
on standby device you need to configure the SVI with the VRRP configuration , wiithout it the device would not listen to VRRP hello messages and would not be able to take over if the primary fails or its priority is lowered by the failure of the uplink of primary node ( to be tracked on VRRP config of primary node).
VRRP just provides a VIP for end users so I don't understand your note:
>> slave router it will act as backup and slave router when take the master position activate the route/
Each device needs its own set of routes either static or dynamic when VRRP failover happens the secondary device becomes active and uses the VRRP VIP address and associated MAC address it will send out a gratuoitus ARP to update the L2 LAN switches.
VRRP is not a routing protocol
Hope to help
Giuseppe
09-21-2020 02:41 AM
High level with out VRRP/ HSRP config on the interface, the interface not participate in redundent, - please post the example config you thinking so we can understand
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide