DGS-3700 Series Layer 2 Managed Gigabit Ethernet Switch CLI Reference Guide
Page | 328
config ipif
to the switch’s System.
ipv6
- The IPv6 address and subnet prefix of the IPV6 address to be created.
state
- Enable or disable the state of the IP interface.
enable
- Enable the state of the IPv6 interface.
disable
- Disable the state of the IPv6 interface.
ipv4 state
- The state of the IPv4 interface.
enable
- Enable the IPv4 state.
disable
- Disable the IPv4 state.
dhcpv6_client
- See below:
enable
- Enabled the DHCPv6 client state of the interface.
disable
- Disabled the DHCPv6 client state of the interface.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the IP interface System:
DGS-3700-12:5#config ipif System ipaddress 10.48.74.122/8
Command: config ipif System ipaddress 10.48.74.122/8
Success.
DGS-3700-12:5#
create ipif
Purpose
Used to create an IP interface on the switch.
Syntax
create ipif <ipif_name 12> {<network_address>} <vlan_name 32> {state
[enable|disable]}
Description
This command creates a IP interface.
This interface can be configured with IPv4 or IPv6 address. Currently, it has a
restriction. An interface can have only one IPv4 address defined. But it can have
multiple IPv6 addresses defined. Configuration of IPv6 addresses must be done
through the command config ipif.
Parameters
<ipif_name 12>
−
The name created for the IP interface.
<network_address> – The network address for the IP interface to be created.
<vlan_name 32>
– The name of VLAN.
state – the state of interface .
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To create an interface
DGS-3700-12:5#create ipif if2 vlan2 state enable
Command: create ipif if2 vlan2 state enable
Success.
DGS-3700-12:5#
delete ipif
Purpose
Used to delete a previously configured IP interface on the switch.