Exam 642-883 | Question id=3468 | Route Manipulations in Service Provider Environments |
When redistributing routes into OSPF, which kind of routes will be redistributed by default on Cisco IOS XR Software but will not be automatically redistributed by default on Cisco IOS Software and Cisco IOS XE Software?
A. |
Type 1 external routes | |
B. |
Type 2 external routes | |
C. |
subnetted routes | |
D. |
/32 host routes | |
E. |
tagged static routes |
Cisco IOS:
router ospf 1
redistribute connected subnets
redistribute static subnets route-map map
Cisco IOS XR:
router ospf lab
redistribute connected
redistribute static policy
You no longer need the subnets keyword in Cisco IOS XR. and you declare an RPL policy rather than a route map.
If you want to redistribute only classful routes into OSPF in Cisco IOS XR, you can use the redistribute command with the classful keyword.