Administrator Guide

188 Setting Basic Network Information
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
Forward Net Directed Broadcasts........... Disable
Proxy ARP.................................. Enable
Local Proxy ARP........................... Disable
Active State............................... Active
MAC Address........................ 001E.C9DE.B77A
Encapsulation Type....................... Ethernet
IP MTU....................................... 1500