1.
Assume that a comparable configuration is applied to your peer in AS 11 and that bi-directional TCP reachability has been achieved. Which EBGP configuration will allow the BGP session to become established?
2.
Once the TCP connection is established, which message type initiates the BGP peering process?
3.
Which CLI command displays routes received from an EBGP peer?
4.
Which CLI command displays routes advertise to an EBG peer?
5.
When is the default routing policy applied?
6.
How do you send static routes to a RIP neighbor?
7.
How can you identify all routes that are more specific than 10.0/16, excluding the exact match?
8.
Given the following configuration snippet:
[edit protocols bgp]
import remove-comm;
group peer-65521 {
type external;
export [ my-cust-tag add-as-path ];
peer-as 65221;
neighbor 192.168.20.1 {
import [ gold-cust silver-cust bronze-cust ];
export add-metric;
}
}
Which policy will be applied to inbound routes from this BGP neighbor?
9.
Given the following policy:
policy-statement limit-cust {
from {
route-filter 10.0.0.0/8 orlonger reject;
route-filter 10.0.55.0/24 orlonger;
route-filter 10.0.0.0/16 orlonger accept;
route-filter 0.0.0.0/0 through 0.0.0.0/32 {
metric 5;
accept;
}
}
then {
metric 10;
accept;
}
}
What happens to the route 10.0.56.0/24?
10.
Which RIP message type is used to ask neighbors for updates?