← Back to list

Cumulus Linux VRRP

R1

Andre · 2026-01-31 03:48 · 0 claps · 0.6 min read
#cumulus
Open on Medium ↗
Wiki topics: 🔓 · Open Source 🎮 · Gaming

Cumulus Linux VRRP

R1

net add hostname R1 
net add interface swp2 ip address 172.16.0.2/30 
net add interface swp1 ip address 10.10.10.2/29 
net add routing route 8.8.8.8/32 172.16.0.1 
net add routing route 3.3.3.3/32 10.10.10.4 
net add interface swp1 vrrp 10 10.10.10.1/29

R2

net add hostname R2 
net add interface swp2 ip address 172.17.0.2/30 
net add interface swp1 ip address 10.10.10.3/29 
net add routing route 8.8.8.8/32 172.17.0.1 
net add routing route 3.3.3.3/32 10.10.10.4 
net add interface swp1 vrrp 10 10.10.10.1/29

SW1 net add hostname SW1 net add bridge bridge ports swp1–3

R3

net add hostname R3

net add loopback lo ip add 3.3.3.3/32

net add interface swp1 ip address 10.10.10.4/29

net add routing route 0.0.0.0/0 10.10.10.1

RWAN

Router>enable 
Router#configure terminal 
Router(config)#hostname RWAN 
RWAN(config)#interface loopback 0 
RWAN(config-if)#ip address 8.8.8.8 255.255.255.255
RWAN(config)#interface fastEthernet 0/0 
RWAN(config-if)#ip address 172.16.0.1 255.255.255.252 
RWAN(config-if)#no shutdown 
RWAN(config)#interface fastEthernet 0/0 
RWAN(config-if)#ip address 172.17.0.1 255.255.255.252 
RWAN(config-if)#no shutdown 
RWAN(config)#ip route 0.0.0.0 0.0.0.0 172.16.0.1 
RWAN(config)#ip route 0.0.0.0 0.0.0.0 172.17.0.1 20

net show vrrp 10


메타데이터
post_id
4919fe5dae74
slug
cumulus-linux-vrrp-4919fe5dae74
url
https://medium.com/@andreferyana/cumulus-linux-vrrp-4919fe5dae74
canonical_url
https://medium.com/@andreferyana/cumulus-linux-vrrp-4919fe5dae74
author_url
https://medium.com/@andreferyana
status
ok
fetched_at
2026-08-03 18:40:58