exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 553 discussion

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


Refer to the exhibit. Which set of commands is required to configure and verify the VRF for Site 1 Network A on router R1?

  • A. R1#ip routing R1#(config)#ip vrf 100 R1#(config-vrf)#rd 100:1 R1#(config-vrf)# address family ipv4 ! R1(config)#interface Gi0/2 R1(config-if)#ip address 10.0.1.1 255.255.255.0 R1#show ip route
  • B. R1#ip routing R1#(config)#ip vrf 100 ! R1(config)#interface Gi0/2 R1(config-if)#ip address 10.0.1.1 255.255.255.0 R1#showip route
  • C. R1#ip routing R1#(config)#ip vrf 100 ! R1(config)#interface Gi0/2 R1(config-if)#ip vrf forwarding 100 R1(config-if)#ip address 10.0.1.1 255.255.255.0 R1#show ip vrf
  • D. R1#ip routing R1#(config)#ip vrf 100 ! R1(config)#interface Gi0/2 R1(config-if)#ip address 10.0.1.1 255.255.255.0 R1#show ip vrf
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
[Removed]
6 months, 2 weeks ago
Selected Answer: C
C is correct. eliminate A and B directly because of the show command then eliminate D cause after enabling VRF on an interface the IP address needs to be reconfigured
upvoted 3 times
...
Manicardi
10 months, 3 weeks ago
C A. R1#ip routing R1#(config)#ip vrf 100 R1#(config-vrf)#rd 100:1 R1#(config-vrf)# address family ipv4 R1(config)#interface Gi0/2 R1(config-if)#ip address 10.0.1.1 255.255.255.0 R1#show ip route B. R1#ip routing R1#(config)#ip vrf 100 R1(config)#interface Gi0/2 R1(config-if)#ip address 10.0.1.1 255.255.255.0 R1#showip route C. R1#ip routing R1#(config)#ip vrf 100 R1(config)#interface Gi0/2 R1(config-if)#ip vrf forwarding 100 R1(config-if)#ip address 10.0.1.1 255.255.255.0 R1#show ip vrf D. R1#ip routing R1#(config)#ip vrf 100 R1(config)#interface Gi0/2 R1(config-if)#ip address 10.0.1.1 255.255.255.0 R1#show ip vrf
upvoted 3 times
...
myhdtv6
1 year, 4 months ago
Guys, one trick I learned from VRF Questions and answers and from Labs.. that in VRF we always give IP address after the VRF command, I mean later command of VRF should be IP address. If you give the IP address before and then give VRF, then IP addresses will get removed.
upvoted 4 times
...
BobbyFlash
1 year, 5 months ago
One of the discarding tricks is the command needed to verify the VRF. I remember that show ip vrf command is the one we need in these cases.
upvoted 1 times
...
dragonwise
1 year, 8 months ago
C is correct because it's the only option where they assigned the VRF to an interface
upvoted 4 times
...
dragonwise
1 year, 8 months ago
A. R1#ip routing R1#(config)#ip vrf 100 R1#(config-vrf)#rd 100:1 R1#(config-vrf)# address family ipv4 ! R1(config)#interface Gi0/2 R1(config-if)#ip address 10.0.1.1 255.255.255.0 R1#show ip route B. R1#ip routing R1#(config)#ip vrf 100 ! R1(config)#interface Gi0/2 R1(config-if)#ip address 10.0.1.1 255.255.255.0 R1#showip route C. R1#ip routing R1#(config)#ip vrf 100 ! R1(config)#interface Gi0/2 R1(config-if)#ip vrf forwarding 100 R1(config-if)#ip address 10.0.1.1 255.255.255.0 R1#show ip vrf D. R1#ip routing R1#(config)#ip vrf 100 ! R1(config)#interface Gi0/2 R1(config-if)#ip address 10.0.1.1 255.255.255.0 R1#show ip vrf
upvoted 3 times
...
nushadu
1 year, 11 months ago
Selected Answer: C
cisco_R3#show ip vrf Name Default RD Interfaces RED 1:1 cust_1 11:11 Et0/0.20 cust_2 22:22 Et0/0.30 cisco_R3#show runn int Et0/0.20 ! interface Ethernet0/0.20 encapsulation dot1Q 20 ip vrf forwarding cust_1 ip address 192.168.1.200 255.255.255.0 secondary ip address 192.168.1.1 255.255.255.0 end cisco_R3#show runn | s vrf ! ip vrf cust_1 rd 11:11 import ipv4 unicast map cust_2_to_cust_1
upvoted 2 times
...
bora4motion
2 years ago
Selected Answer: C
C looks somewhat OK but all options are weird.
upvoted 3 times
...
Dataset
2 years ago
Selected Answer: C
correct, the only that contains "vrf fowarding"
upvoted 1 times
...
amadeu
2 years, 1 month ago
Answer is C.
upvoted 1 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 ...