Extreme Networks EAS 100-24t Switch CLI Manual
15
CHAPTER
3
Fundamentals
Basic IP Commands
The basic IP interface commands in the CLI are listed (along with the appropriate parameters) in the
following table:
Each command is listed in detail in the following sections:
Command Parameters
config ipif [System] [{ipaddress <network_address> | vlan <vlan_name 32> | state [enable | disable]} |
bootp | dhcp | ipv6 ipv6address <ipv6networkaddr>]
show ipif
config ipif
Purpose Used to configure the System IP interface.
Syntax config ipif [System] [{ipaddress <network_address> | vlan <vlan_name 32> | state
[enable | disable]} | bootp | dhcp | ipv6 ipv6address <ipv6networkaddr>]
Description This command is used to configure the System IP interface on the switch.
Parameters System - Enter System.
ipaddress <network_address> - IP address and netmask of the IP interface to be created.
Users can specify the address and mask information using the traditional format (for
example, 10.1.2.3/255.0.0.0 or in CIDR format 10.1.2.3/8).
<vlan_name 32> - The name of the VLAN corresponding to the System IP interface.
state [enable | disable] - Allows users to enable or disable the IP interface.
bootp - Allows the selection of the BOOTP protocol for the assignment of an IP address to
the switch’s System IP interface.
dhcp - Allows the selection of the DHCP protocol for the assignment of an IP address to the
switch’s System IP interface.
ipv6 ipv6address <ipv6networkaddr> - IPV6 network address. The address should specify a
host address and length of network prefix length. There can be multiple V6 addresses
defined on an interface. Thus, as a new address is defined, it is added on this ipif.
Restrictions Only Administrator-level users can issue this command.