BGP-Weight 1 Flashcards

Multiple-Choice Questions on BGP Weight Attribute

1
Q

What is the purpose of the BGP Weight attribute?

A) To influence outbound traffic between ASes
B) To determine the shortest AS path
C) To manipulate inbound traffic from an external AS
D) To advertise routes to IBGP peers

A

Answer: A) To influence outbound traffic between ASes

📌 Explanation: The BGP Weight attribute is used locally on a router to influence outbound path selection but does not affect routes advertised to neighbors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following statements about the BGP Weight attribute is true?

A) It is a mandatory well-known attribute
B) It is transitive and shared with IBGP neighbors
C) It is Cisco proprietary and only used on the local router
D) It is always set to 0 by default

A

Answer: C) It is Cisco proprietary and only used on the local router

📌 Explanation: BGP Weight is Cisco-specific, non-transitive, and only applies locally on the router that assigns it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the default BGP Weight value for locally originated routes?

A) 0
B) 32,768
C) 65,535
D) 100

A

Answer: B) 32,768

📌 Explanation: Routes originating from the local router (e.g., via the network command) get a default Weight of 32,768.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the valid range for the BGP Weight attribute?

A) 0 to 255
B) 0 to 4,294,967,295
C) 0 to 65,535
D) -32,768 to 32,768

A

Answer: C) 0 to 65,535

📌 Explanation: BGP Weight is a 16-bit value and can be manually set from 0 to 65,535.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following is the highest priority attribute in BGP path selection?

A) AS Path
B) Local Preference
C) MED
D) Weight

A

Answer: D) Weight

📌 Explanation: Weight is evaluated first in the BGP Best Path Selection Algorithm. If multiple paths exist, the one with the highest Weight is preferred.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly