Configuring Ipv4 Parameters Of The Interface - TP-Link T1600G-18TS Configuration Manual

T1600g series
Hide thumbs Also See for T1600G-18TS:
Table of Contents

Advertisement

Configuring Logical Interfaces

2.2.2 Configuring IPv4 Parameters of the Interface

Follow these steps to configure the IPv4 parameters of the interface.
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
The following example shows how to configure the IPv4 parameters of a routed port,
including setting a static IP address for the port and enabling the Layer 3 capabilities:
Switch#configure
Switch(config)#interface gigabitEthernet 1/0/1
Switch(config-if)#no switchport
Switch(config-if)#ip address 192.168.0.100 255.255.255.0
Switch(config-if)#show ip interface brief
configure
Enter global configuration mode.
interface { interface-type } { interface-number }
Enter layer 3 interface configuration mode.
: Type of the layer 3 interface, including fastEthernet, gigabitEthernet,
interface-type
ten-gigabitEthernet, loopback and VLAN.
Number of the interface.
interface-number:
Automatically assign an IP Address for the interface via DHCP or BOOTP:
ip address-alloc { dhcp | bootp }
Specify the IP Address assignment mode of the interface.
dhcp:
Specify the Layer 3 interface to obtain an IPv4 address from the DHCP Server.
bootp:
Specify the Layer 3 interface to obtain an IPv4 address from the BOOTP Server.
Manually assign an IP Address for the interface:
ip address { ip-addr } { mask } [ secondary ]
Configure the IP address and subnet mask for the specified interface manually.
ip-addr :
Specify thse IP address of the Layer 3 interface.
mask :
Specify the subnet mask of the Layer 3 interface.
secondary:
Specify the interface's secondary IP address which allows you to have two
logical subnets using one physical subnet. If this parameter is omitted here, the configured
IP address is the interface's primary address.
show ip interface brief
Verify the summary information of the Layer 3 interfaces.
end
Return to privileged EXEC mode.
copy running-config startup-config
Save the settings in the configuration file.
Logical Interfaces Configurations
Configuration Guide
385

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents