Users Guide

246 Setting Basic Network Information
Configuring Network Information Using the Serial Interface
In this example, the administrator configures a
Dell EMC Networking
N1100-ON/N1500/N2000/N2100-ON
Series switch via the serial interface
while using the same DHCP server and address configuration as given in the
previous example.
1
Connect a front-panel port (e.g., gi1/0/24) to the management network.
Use the following commands to create a management VLAN, disable
DHCP on VLAN 1, and disable L3 addressing on VLAN 1, and enable the
DHCP client on the management VLAN.
console#configure
console(config)#vlan 4093
console(config-vlan4093)#interface vlan 1
console(config-if-vlan1)#no ip address
console(config-if-vlan1)#exit
console(config)#no interface vlan 1
console(config-)#interface vlan 4093
console(config-if-vlan4093)#ip address dhcp
2
Assign the management VLAN to an interface connected to the
management network.
console(config-if-vlan4093)#interface gi1/0/24
console(config-if-Gi1/0/24)#switchport access vlan 4093
console(config-if-Gi1/0/24)#exit
3
Configure the administrative user.
console(config)#username admin password secret123 privilege 15
4
Configure the DNS servers, default domain name, and static host
mapping.
console(config)#ip name-server 10.27.138.20 10.27.138.21
console(config)#ip domain-name sunny.dell.com
console(config)#ip host admin-laptop 10.27.65.103
console(config)#exit
5
View the network information that the DHCP server on the network
dynamically assigned to the switch.
console#show ip interface vlan 4093
Routing interface status....................... Up
Primary IP Address..... 10.27.22.150/255.255.252.0
Method...................................... DHCP
Routing Mode............................... Enable
Administrative Mode........................ Enable