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 pppoe
- ip address dhcp setroute
- dhcpd address IP_address1 [ -IP_address2 ] if_name
Answers Explanation & Hints: 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.