nerdexam
Cisco

300-510 · Question #6

Refer to the exhibit. A network operator must inject a Level 1 route from XR2 (10.16.16.0/24) into the ISIS topology. Which configuration allows the injection in a way that XR3 and XR1 have a valid an

The correct answer is D. #XR3 route-policy ISIS_PROPO if destination in(10.0.0.0/8 ge 8 le 32) then pass endif end-policy ! router isis 1 net 49.1921.6800.0003.00 address-family ipv4 unicast ! propagate level 2 into level 1 route-policy ISIS_PROPO. L1 route injected by XR2 won't be advertised to XR1, since L2 routes are NOT leaked to L1 by default. An [L2-L1] route leak policy should be configured on L1/L2 router (XR3).

Core Routing

Question

Refer to the exhibit. A network operator must inject a Level 1 route from XR2 (10.16.16.0/24) into the ISIS topology. Which configuration allows the injection in a way that XR3 and XR1 have a valid and working route for 10.16.16.0/24? A. B. C. D.

Exhibit

300-510 question #6 exhibit

Options

  • A#XR3 route-policy ISIS_PROPO if destination in(10.0.0.0/8 ge 8 le 22) then pass endif end-policy ! router isis 1 net 49.1921.6800.0003.00 address-family ipv4 unicast ! propagate level 1 into level 2 route-policy ISIS_PROPO
  • B#XR2 route-policy ISIS_PROPO if destination in(10.0.0.0/8 ge 8 le 32) then pass endif end-policy ! router isis 1 net 49.1921.6800.0003.00 address-family ipv4 unicast ! propagate level 2 into level 1 route-policy ISIS_PROPO
  • C#XR2 route-policy ISIS_PROPO if destination in(10.0.0.0/8 ge 8 le 32) then pass endif end-policy ! router isis 1 net 49.1921.6800.0003.00 address-family ipv4 unicast ! propagate level 1 into level 2 route-policy ISIS_PROPO
  • D#XR3 route-policy ISIS_PROPO if destination in(10.0.0.0/8 ge 8 le 32) then pass endif end-policy ! router isis 1 net 49.1921.6800.0003.00 address-family ipv4 unicast ! propagate level 2 into level 1 route-policy ISIS_PROPO

How the community answered

(21 responses)
  • A
    14% (3)
  • B
    5% (1)
  • C
    5% (1)
  • D
    76% (16)

Explanation

L1 route injected by XR2 won't be advertised to XR1, since L2 routes are NOT leaked to L1 by default. An [L2-L1] route leak policy should be configured on L1/L2 router (XR3).

Topics

#IS-IS Routing#Route Redistribution#IS-IS Level 1#IOS XR

Community Discussion

No community discussion yet for this question.

Full 300-510 Practice