nerdexam
Cisco

300-730 · Question #112

A network engineer has set up a FlexVPN server to terminate multiple FlexVPN clients. The VPN tunnels are established without issue. However, when a Change of Authorization is issued by the RADIUS ser

The correct answer is C. Add the aaa server radius dynamic-author command on the FlexVPN server.. Processing RADIUS Change of Authorization messages on a FlexVPN server requires explicitly enabling the dynamic authorization listener with the correct IOS command on the server.

Site-to-site Virtual Private Networks on Routers and Firewalls

Question

A network engineer has set up a FlexVPN server to terminate multiple FlexVPN clients. The VPN tunnels are established without issue. However, when a Change of Authorization is issued by the RADIUS server, the FlexVPN server does not update the authorization of connected FlexVPN clients. Which action resolves this issue?

Options

  • AAdd the aaa radius dynamic-author command on the FlexVPN clients.
  • BFix the RADIUS key mismatch between the RADIUS server and FlexVPN server.
  • CAdd the aaa server radius dynamic-author command on the FlexVPN server.
  • DFix the RADIUS key mismatch between the RADIUS server and FlexVPN clients.

How the community answered

(30 responses)
  • A
    13% (4)
  • B
    3% (1)
  • C
    73% (22)
  • D
    10% (3)

Why each option

Processing RADIUS Change of Authorization messages on a FlexVPN server requires explicitly enabling the dynamic authorization listener with the correct IOS command on the server.

AAdd the aaa radius dynamic-author command on the FlexVPN clients.

CoA requests are addressed to the network access server (the FlexVPN server), not to VPN clients; configuring dynamic authorization on the clients has no effect on whether the server processes CoA messages.

BFix the RADIUS key mismatch between the RADIUS server and FlexVPN server.

A RADIUS shared-key mismatch between the RADIUS server and the FlexVPN server would cause all RADIUS authentication to fail; because the question states that VPN tunnels establish successfully, the shared key is not the issue.

CAdd the aaa server radius dynamic-author command on the FlexVPN server.Correct

The `aaa server radius dynamic-author` command enables the RADIUS Dynamic Authorization (RFC 3576/5176) listener on the FlexVPN server, allowing it to receive and act on CoA requests sent by the RADIUS server. Without this command the server silently ignores all incoming CoA packets, so session authorizations are never updated even though the tunnels themselves remain established. Enabling this command causes the server to re-apply authorization policy to active sessions when a CoA is received.

DFix the RADIUS key mismatch between the RADIUS server and FlexVPN clients.

FlexVPN clients authenticate against the FlexVPN server, not directly against the RADIUS server, so a key mismatch between RADIUS and clients is irrelevant to CoA processing on the FlexVPN server.

Concept tested: RADIUS Dynamic Authorization CoA listener on FlexVPN server

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_rad/configuration/xe-16/sec-usr-rad-xe-16-book/sec-rad-dyn-author.html

Topics

#FlexVPN#RADIUS CoA#dynamic authorization#AAA

Community Discussion

No community discussion yet for this question.

Full 300-730 Practice