What interface configuration command is used on an ASA to request an IP address from an upstream DSL device?
- ip address ip-address netmask
- ip address dhcp setroute
- dhcpd address IP_address1 [ -IP_address2 ] if_name
- ip address pppoe
Explanation: Configuring IP addresses on interfaces can be done manually using the ip address command. It can also be accomplished by using DHCP when an interface is connecting to an upstream device providing DHCP services. PPPoE is used when an interface is connecting to an upstream DSL device providing point-to-point connectivity over Ethernet services. The dhcpd address IP_address1 [ -IP_address2 ] if_name command is used to establish the IP address pool on a DHCP server.
Exam with this question: Checkpoint Exam: ASA Group Exam Answers
Please login or Register to submit your answer