exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 435 discussion

Actual exam question from Cisco's 350-401
Question #: 435
Topic #: 1
[All 350-401 Questions]

An engineer must configure a router to leak routes between two VRFs. Which configuration must the engineer apply?
A.

B.

C.

D.

Show Suggested Answer Hide Answer
Suggested Answer: C

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
PALURDIN
Highly Voted 2 years, 3 months ago
Correct answer is B: https://www.cisco.com/c/en/us/td/docs/ios/12_2s/feature/guide/fs_bgivt.html
upvoted 17 times
...
[Removed]
Most Recent 7 months ago
B is correct
upvoted 1 times
...
[Removed]
1 year, 6 months ago
B is the answer The referencing object under vrf configuration mode should be the route-map not the ACL
upvoted 1 times
...
FerroForce
1 year, 7 months ago
The answer is B. Pay attention to the name of route-map and ACL
upvoted 3 times
...
dragonwise
1 year, 8 months ago
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
upvoted 2 times
...
klaasvaak
1 year, 10 months ago
Correct answer I B:
upvoted 1 times
...
yrzy
1 year, 10 months ago
Correct answer is B:
upvoted 1 times
...
TSKARAN
1 year, 10 months ago
Answer: B R-1(config-vrf)#import ipv4 ? multicast Import prefixes from IPv4 Multicast table unicast Import prefixes from IPv4 Unicast table R-1(config-vrf)#import ipv4 un R-1(config-vrf)#import ipv4 unicast ? <1-2147483647> Upper limit on import prefixes without hogging memory map Route-map based VRF import SW-1(config-vrf)#import ipv4 unicast ma R-1(config-vrf)#import ipv4 unicast map
upvoted 2 times
...
markymark874
1 year, 11 months ago
Correct answer is B
upvoted 3 times
...
dnjJ56
1 year, 12 months ago
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.
upvoted 3 times
nushadu
1 year, 11 months ago
yes, agree
upvoted 1 times
...
...
nushadu
2 years ago
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)#
upvoted 1 times
x3rox
1 year, 10 months ago
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
upvoted 1 times
...
nushadu
1 year, 11 months ago
update! B is my answ.
upvoted 1 times
...
...
robi1020
2 years ago
1. enable 2. configure terminal 3. ip vrf vrf-name 4. rd route-distinguisher 5. import ipv4 unicast | multicast [prefix-limit] map route-map 6. exit 7. route-map map-tag [permit | deny] [sequence-number] etc..... Its "B"
upvoted 1 times
...
shoo83
2 years, 1 month ago
B is correct, The key word is using unicast map instead of route-map
upvoted 1 times
...
H3kerman
2 years, 1 month ago
C can't be right ecause in route map is defined name of ACL, I would vote B
upvoted 1 times
...
Wooker
2 years, 2 months ago
answer is B
upvoted 2 times
...
Caledonia
2 years, 3 months ago
Agree the answer is B
upvoted 3 times
...
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.

SaveCancel
Loading ...