Chapter Review Questions
You have configured RIP between three routers connected in a serial chain, but no RIP routes are being learned. Which policy results in full RIP connectivity for all direct routes?
A RIP import policy of the form:
term 1 { from protocol [ rip direct ]; then accept; }A RIP export policy of the form:
term 1 { from protocol [ rip direct ]; then accept; }A RIP import policy of the form:
term 1 { from protocol direct; then accept; }A RIP export policy of the form:
term 1 { from protocol direct; then accept; }
What happens when the static route 192.168.10/24 is evaluated by this policy?
[edit policy-options policy-statement test] lab@RUM# show term 1 { from { protocol rip; route-filter 192.168.0.0/16 orlonger reject; route-filter 192.168.10.0/24 exact { metric 10; accept; } } }Nothing, because no match occurs
The route is longest-matched against the first route filter and rejected
The route is longest-matched against the second route filter and has its metric set to 10
Both B and C
What type of import policy can you apply to OSPF?
None; LS protocols do not support the notion of import policies because the policy breaks database consistency
You can apply policy to filter certain LSA types, such as AS externals, to create a stub area
Import policy for OSPF can be used only to filter AS external LSAs from being flooded
Import policy for OSPF can be used to prevent installation of AS external routes into the RT, but has no effect on flooding
What is the default action of the
test ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access