Ip address dhcp, Ip address dhcp 7 – Allied Telesis AT-8100 Series User Manual
Page 1837
AT-8100 Switch Command Line User’s Guide
1837
IP ADDRESS DHCP
Syntax
ip address dhcp
Parameters
None
Mode
VLAN Interface mode
Description
Use this command to create IPv4 routing interfaces with dynamic
addresses a DHCP server assigns. You may create only one routing
interface at a time with this command. A VLAN can have only one routing
interface. The switch immediately begins to query the network for a DHCP
server as soon as you enter the command. To create routing interfaces
that have static addresses, refer to “IP ADDRESS” on page 1835.
Confirmation Commands
“SHOW IP INTERFACE” on page 1847
Examples
This example creates an IP routing interface in the Default VLAN, which
has the VID 1. The IP address of the interface is supplied by a DHCP
server:
awplus> enable
awplus# configure terminal
awplus(config)# interface vlan1
awplus(config-if)# ip address dhcp
This example creates an IP routing interface in a VLAN with the VID 81.
The IP address of the interface is assigned by a DHCP server:
awplus> enable
awplus# configure terminal
awplus(config)# interface vlan81
awplus(config-if)# ip address dhcp