Answer the question
In order to leave comments, you need to log in
Dynamic IP routing from virtual machine localhosts to a large OSPF area
We have:
But the node can shut down or the virtual machine can be migrated to another node...
Too complicated...
Answer the question
In order to leave comments, you need to log in
On the virtual machine, you need to raise OSPF:
hostname myhost
password mysecretpassword
log syslog
!
router ospf
! Local segments (adjust for your network config and ospf areas)
network 10.10.10.0/24 area 0.0.10.10
! Anycast address redistribution
redistribute connected metric-type 1
distribute-list ANYCAST-10.10 out connected
!
access-list ANYCAST-10.10 permit 10.10.10.10/32
access-list ANYCAST-10.10 permit 10.10.10.11/32
I understand correctly that you have
1. a separate vlan with nodes,
2. virtual machines that have an interface in this vlan?
In this case, there is no need to announce anything - just write on the routers serving this vlan that it has addresses 10.10.10.*
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question