To create a stable IBGP peering arrangement, it is recommended that internal peering be created between the loopback interfaces of the IBGP peering routers. Why is the local-address command required for successful connectivity in this scenario?
Given the following policy:
policy-statement limit-cust {
from { route-filter 192.168.0.0/16 orlonger accept; route-filter 192.168.8.0/21 longer;
route-filter 192.168.0.0/24 orlonger {
metric 5;
reject;
}
then {
metric 10; accept;
}
What happens to the route 192.168.9/24?