BGP Quiz 5

BGP QUIZ 5

CONGRATULATIONS!

YOU HAVE COMPLETED BGP QUIZ 5.

YOU HAVE %%SCORE%% TRUE ANSWERS OUT OF %%TOTAL%% QUESTIONS.

YOUR SCORE IS %%PERCENTAGE%%.

%%RATING%%

Your answers are highlighted below.
Question 1
How to create prefix-list named List_ABC for the ip addresses in 10.10.10.0/24 network?
A
ip List_ABC 10.10.10.0 255.255.255.0
B
ip prefix-list 10.10.10.0/24
C
ip List_ABC 10.10.10.0/24
D
ip prefix-list List_ABC 10.10.10.0/24
E
ip prefix-list_ABC 10.10.10.0 255.255.255.0
Question 2
BGP synchronization is disabled by default.
A
True
B
False
Question 3
Create an Access-List 10 that allows 140.108.0.0/24 network. Create a Route Map named Map_M that sets MED 150 to the IPs in this ACL. Add this Route Map to the neighbour 5.5.5.5 through out direction under BGP AS 300. What is the correct commands fot this configuration?  
A
Router(config)# route-map Map_M permit 10
B
Router(config)# router bgp 300
C
Router(config)# access-list 10 permit 140.108.0.0 0.0.0.255
D
Router(config-router)# neighbor 5.5.5.5 route-map Map_M out
E
All of them
F
Router(config-route-map)# set metric 150
G
Router(config-route-map)# match ip address 10
Question 3 Explanation: 
RouterB(config)# access-list 10 permit 140.108.0.0 0.0.0.255 RouterB(config)# route-map Map_M permit 10 RouterB(config-route-map)# match ip address 10 RouterB(config-route-map)# set metric 150 RouterB(config)# router bgp 300 RouterB(config-router)# neighbor 5.5.5.5 route-map Map_M out
Question 4
How can we adjuct BGP Keepalive and Hold time timers for neighbor 142.10.1.2 as 40 and 120?
A
neighbor 142.10.1.2 set timers 40 120
B
set timers 40 120 neighbor 142.10.1.2
C
bgp timers 40 120 neighbor 142.10.1.2
D
neighbor 142.10.1.2 timers 40 120
E
timers 40 120 neighbor 142.10.1.2
Question 5
BGP Keepalive Messages are to check the availability of the link.
A
True
B
False
Question 6
Which ones are some of the BGP Well-known Discretionary Attributes?
A
Local Preference
B
MED
C
AS Path
D
Weight
E
Atomic Aggregate
Question 7
How to enable BGP deterministic-med on Cisco routers under BGP process?
A
bgp deterministic-med
B
set deterministic med
C
set bgp deterministic-med
D
bgp deterministic-med enable
E
set deterministic med bgp
Question 8
During route advertisement, the non directly connected routers to the external peer, the IBGP peers, need to learn how to go to the advertised route. Because without any information, they can not go to an unknown place.To give this information to the IBGP peers,  we use ..... command
A
multi-hop
B
next-hop-self
C
update-source
D
peer-check
E
source-next-hop
Question 9
The ..... attribute identifies the originating source of the route.
A
Origin
B
Weight
C
AS Path
D
Local Preference
E
MED
Question 10
Which messages are there in a TCP Three-Way Handsahe Mechanims?
A
FIN
B
SYN-ACK
C
FIN-ACK
D
ACK
E
SYN
Question 11
According to which Path Attribute, Best Path is selected on Cisco routers?
A
Weight
B
AS Path
C
Local Preference
D
Origin
E
MED
Question 12
The BGP ..... command forces the MED value to be compared, if multiple routes to same network are received via multiple routers from the same AS.  
A
default-deterministic-med
B
deterministic med start
C
deterministic med create
D
deterministic-med
E
default-med
Question 13
The BGP ...... command forces the MED value to be compared, when multiple routes to the same network are received via multiple routers from different AS’s, regardless of the order of routes in the BGP routing table.
A
compare-med
B
default-compare-med
C
default-always-compare
D
none of them
E
always-compare-med
Question 14
If BGP is trying to initiate a TCP connection with the remote peer continuously, BGP is in ... state.
A
Active
B
Connect
C
Idle
D
Open Sent
E
Passive
Question 15
How can we configure local preference as 200 for AS 105 on Cisco routers?
A
bgp default local-preference 200
B
router bgp 105 create
C
bgp preference 200
D
router bgp 105
E
bgp local-preference 200
Question 16
iBGP neighbors do not need to be directly connected.
A
True
B
False
Question 17
How to create BGP process within AS 150 on Cisco routers?
A
bgp 150
B
router bgp 150 create
C
router 150
D
router bgp 150
E
router bgp 150 set
Question 18
On Cisco Routers, according to Best Path Algorithm, secondly, path with the ...... is selected.
A
Highest MED
B
Highest Weight
C
Highest Local Preference
D
Lowest Weight
E
Lowest Local Preference
Question 19
What is the correct order for BGP Path Selection for all Vendors other than Cisco?
A
Weight, MED, Origin Code, Locally Originated, AS-Path, Local Preference
B
Local Preference, Locally Originated, AS-Path, Origin Code, MED
C
Weight, Local Preference, Origin Code, MED, Locally Originated, AS-Path
D
Origin Code, Locally Originated, AS-Path, Local Preference, MED
E
Origin Code, Local Preference, MED, Locally Originated, AS-Path
Question 20
By default, BGP "deterministic-med" command is disabled.
A
False
B
True
Once you are finished, click the button below. Any items you have not completed will be marked incorrect. Get Results
There are 20 questions to complete.