Correct Answer: A,E
Explanation
In this case, the following algorithm is used when multiple distribute-lists are used:
1. First check which interface is being sent out. If it is Ethernet 0, distribute-list 2 is applied first. If the network is denied then no further checking is done for this network. But if distribute-list 2 permits that network then distribute-list 1 is also checked. If both distribute- lists allow that network then it will be sent out.
2. If the interface is not Ethernet 0 then only distribute-list 1 is applied.
Now let's take some examples. + If the advertised network is 10.0.1.0/24, it will be sent out all interfaces, including Ethernet 0.+ If the advertised network is 10.0.2.0/24, it will be sent out all interfaces, excepting Ethernet 0.+ If the advertised network is 11.0.0.0/8, it will be dropped.
Note: It is possible to define one interface-specific distribute-list per interface and one protocol-specific distribute-list for each process/autonomous-system.
(For more information, please read:
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080208748.shtml)