ip-config-mode
This command identifies the configuration mode for the VLAN interface.
Syntax
ip-config-mode { static | dhcp | slaac }
Parameters
static
- Indicates a static, manual configuration. This setting is the default value.
dhcp
- Indicates IPv4 autoconfiguration with DHCP.
slaac
- Indicates IPv6 autoconfiguration with SLAAC.
Guidelines
The ip-config-mode command
identifies the configuration mode of the interface.
- With the
static
keyword, define the configuration for the interface as provided by your network administrator.- Use the ip-address command to assign the primary network address.
- Use the ip-secondary-address command to manage secondary, or auxiliary, network addresses.
- Use the ipv4-default-gateway command to assign the default IPv4 gateway.
- Use the ipv6-default-gateway command to assign the default IPv6 gateway.
- Use the ip-route command to manage static routes in the routing table.
- With the
dhcp
keyword, the appliance ignores configuration data about the physical interface. - With the
slaac
keyword, the appliance ignores configuration data about the physical interface.
Examples
- Change the configuration mode to IPv4 autoconfiguration with DHCP.
# ip-config-mode dhcp
- Change the configuration mode to manual configuration.
# ip-config-mode static