Configuring The System Ip - TP-Link T1500 Series User Manual

Hide thumbs Also See for T1500 Series:
Table of Contents

Advertisement

Managing System

2.2.5 Configuring the System IP

Follow these steps to configure the System IP parameters.
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
The following example shows how to configure the switch's IP address as 192.168.0.10/24
and configure the default gateway as 192.168.0.100.
Switch#configure
Switch(config)#interface vlan 1
Switch(config-if)#ip address 192.168.0.10 255.255.255.0 gateway 192.168.0.100
configure
Enter global configuration mode.
ip management-vlan { vlan-id }
Configure the management VLAN of the switch. Only the computers in the management
VLAN can access the management interface of the switch.
interface vlan { vlan-id }
Enter the Interface VLAN Mode.
The management VLAN ID.
vlan-id:
Automatically assign an IP Address and default gateway for the management interface via
DHCP or BOOTP:
ip address-alloc { dhcp | bootp }
Specify the IP Address assignment mode of the management interface.
dhcp:
Specify the management interface to obtain an IPv4 address from the DHCP Server.
bootp:
Specify the management interface to obtain an IPv4 address from the BOOTP
Server.
Manually assign an IP Address and default gateway for the management interface:
ip address { ip-addr } { mask } gateway { default-gateway }
Configure the IP address and default gateway for the management interface manually.
ip-addr :
Specify thse IP address of the management interface.
mask :
Specify the subnet mask of the management interface.
default gateway :
Specify the default gateway of the management interface if you select
the IP Address Mode as Static. The default gateway is the IP address to which the packet
should be sent next.
show interface vlan { vlan-id }
The management VLAN ID.
vlan-id:
Verify the summary information of the management interface.
end
Return to privileged EXEC mode.
copy running-config startup-config
Save the settings in the configuration file.
System Info Configurations
Configuration Guide
40

Advertisement

Table of Contents
loading

Table of Contents