exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 1031 discussion

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

SIMULATION
-


Guidelines
-

This is a lab item in which tasks will be performed on virtual devices.

• Refer to the Tasks tab to view the tasks for this lab item.
• Refer to the Topology tab to access the device console(s) and perform the tasks.
• Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
• All necessary pre-configurations have been applied.
• Do not remove any existing configurations from the devices, only those necessary to make the appropriate changes required to fulfill the listed tasks.
• Do not change the enable password or hostname for any device.
• Save your configurations to NVRAM before moving to the next item.
• Click Next at the bottom of the screen to submit this lab and move to the next question.
• When Next is clicked, the lab closes and cannot be reopened.


Topology
-




Tasks
-

Configure R1 according to the topology to achieve these results:

1. Configure eBGP using Loopback 0 for the router-id. Do not use the address-family command to accomplish this.
2. Advertise R1’s Loopback 100 and Loopback 200 networks to AS20 and AS30.

Show Suggested Answer Hide Answer
Suggested Answer:

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
cjoyce1980
2 months, 3 weeks ago
You can do this 2 ways ! router bgp 10 bgp router-id interface Loopback0 bgp log-neighbor-changes network 209.165.201.1 mask 255.255.255.255 network 209.165.201.2 mask 255.255.255.255 neighbor 209.165.200.226 remote-as 20 neighbor 209.165.202.129 remote-as 30 ! OR ! router bgp 10 bgp router-id 10.10.10.1 bgp log-neighbor-changes network 209.165.201.1 mask 255.255.255.255 network 209.165.201.2 mask 255.255.255.255 neighbor 209.165.200.226 remote-as 20 neighbor 209.165.202.129 remote-as 30 ! as it states "Configure eBGP using Loopback 0 for the router-id" I believe that: * bgp router-id interface Loopback0 would be the more correct answer, but both are still valid.
upvoted 4 times
...
Priya_Darshi
3 months ago
R1#sh ip int bri L0: 10.10.10.1 L100: 209.165.201.1 L200: 209.165.201.2 R1(config)#router bgp 10 R1(config-router)#bgp router-id 10.10.10.1 R1(config-router)#neig 209.165.200.226 remote-as 20 R1(config-router)#neig 209.165.202.129 remote-as 30 R1(config-router)#net 209.165.201.1/32 R1(config-router)#net 209.165.201.2/32 R1(config-router)#do wr
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago