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