A switchport is configured for 802.1X authentication. What is the usual role of the RADIUS server in that design?
Trap 1: It provides Layer 2 trunk negotiation for the supplicant.
RADIUS does not negotiate switchport trunking.
Trap 2: It replaces the need for DHCP on the access layer.
RADIUS and DHCP have different functions.
Trap 3: It generates ARP replies on behalf of the default gateway.
RADIUS does not perform ARP gateway functions.
- A
It provides Layer 2 trunk negotiation for the supplicant.
Why wrong: RADIUS does not negotiate switchport trunking.
- B
It validates authentication credentials for the supplicant.
Correct. The RADIUS server performs centralized AAA decisions.
- C
It replaces the need for DHCP on the access layer.
Why wrong: RADIUS and DHCP have different functions.
- D
It generates ARP replies on behalf of the default gateway.
Why wrong: RADIUS does not perform ARP gateway functions.