Hi Everyone,
I'm messing around with my BISCI lab - looking at route filtering & distribute lists. I have 10 loopback interfaces on router 1. IP's are 10.11.1.1, 10.11.2.1, etc. They're being advertised in EIGRP
I would like to distribute the even networks out s0/0 and the odd networks out s0/1.
So that 10.11.1.0 goes out s0/1, 10.11.2.0 goes out s0/0, etc.
I've writtten an access list like this:
access-list 1 permit 10.11.0.0 0.0.254.255
and a distribute-list using access-list 1 on int s0/1. However, it doesn't work. Only 10.11.0.0 and 10.11.1.0 are being picked up in the downstream router of int s0/1.
Just for the heck of it, I'd really like to nail down how to send even networks out one interface, and odds out the other.
Any help?
Thanks in advance,
PC