I think it really depends on the router's software
For example,
Router1, I got this:
R1(config-vrf)#import ipv4 unicast ?
<1-2147483647> Upper limit on import prefixes without hogging memory
map Route-map based VRF import
R1(config-vrf)#import ipv4 unicast
In Router2, I got this:
ip vrf customer-a
address-family ipv4
import route-map export-to-vrf
exit-address-family
Correct Answer B:
Tested in LAB. Need to do a few more things to get the leaking working.
Like running VRF Lite with BGP and distributing the routes to BGP.
https://www.cisco.com/c/en/us/support/docs/ip/ip-routing/200158-Configure-Route-Leaking-between-Global-a.html
(this article uses a STD ACL, but EXTENDED ACL also works with destination set to Any, like in the Answer B)
A: reference to wrong ACL, ACL also has source/dest reversed.
C: import statement has route-map. should be just 'map'.
D: import statement is missing the 'map' keyword.
C. is technically (syntax) correct but I did not see route leaking in the lab, probably IOL restricyions:
!
ip vrf cust_1
rd 11:11
import ipv4 unicast map cust_2_to_cust_1
!
route-map cust_2_to_cust_1 permit 10
match ip address cust_2_netw
!
ip access-list extended cust_2_netw
permit ip 172.16.1.0 0.0.0.255 any
!
cisco_R3(config)#do s ip ro vrf cust_1 | b Ga
Gateway of last resort is not set
192.168.1.0/24 is variably subnetted, 3 subnets, 2 masks
C 192.168.1.0/24 is directly connected, Ethernet0/0.20
L 192.168.1.1/32 is directly connected, Ethernet0/0.20
L 192.168.1.200/32 is directly connected, Ethernet0/0.20
cisco_R3(config)#
cisco_R3(config)#do s ip ro vrf cust_2 | b Ga
Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
C 172.16.1.0/24 is directly connected, Ethernet0/0.30
L 172.16.1.1/32 is directly connected, Ethernet0/0.30
S 192.168.1.0/24 [1/0] via 192.168.1.1
cisco_R3(config)#
the sintac is incorrect. Your code has different sintext than answer C.
import ipv4 unicast | multicast [prefix-limit] map route-map ( Look at the keyword "map". Answer C has route-map keyword.)
Answer is B
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
PALURDIN
Highly Voted 2 years, 3 months ago[Removed]
Most Recent 7 months ago[Removed]
1 year, 6 months agoFerroForce
1 year, 7 months agodragonwise
1 year, 8 months agoklaasvaak
1 year, 10 months agoyrzy
1 year, 10 months agoTSKARAN
1 year, 10 months agomarkymark874
1 year, 11 months agodnjJ56
1 year, 12 months agonushadu
1 year, 11 months agonushadu
2 years agox3rox
1 year, 10 months agonushadu
1 year, 11 months agorobi1020
2 years agoshoo83
2 years, 1 month agoH3kerman
2 years, 1 month agoWooker
2 years, 2 months agoCaledonia
2 years, 3 months ago