Implementing Secure Solutions with Virtual Private Networks (SVPN) — Question 77
Which command must be configured on the tunnel interface of a FlexVPN spoke to receive a dynamic IP address from the hub?
Answer options
- A. ip address negotiated
- B. ip unnumbered
- C. ip address dhcp
- D. ip address pool
Correct answer: A
Explanation
The correct answer is A, 'ip address negotiated', which is used to allow the spoke to receive an IP address dynamically from the hub. The other options do not facilitate dynamic IP address assignment; 'ip unnumbered' does not assign an IP, 'ip address dhcp' is typically used for DHCP clients, and 'ip address pool' refers to the configuration of a pool rather than a command for dynamic assignment.