Would it also be valid to manipulate the distance instead of metric? The solution works, or do i overlook something?
router eigrp 10
distance 91 156.1.58.5 0.0.0.0 EVEN
distance 91 156.1.18.1 0.0.0.0 ODD
!
ip access-list standard EVEN
permit 0.0.0.0 255.255.254.255
ip access-list standard ODD
permit 0.0.1.0 255.255.254.255
Thank you!
gwe77