Ip address dhcp – Dell PowerEdge VRTX User Manual

Page 665

Advertising
background image

IP Addressing Commands

665

FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Plasma-ARC

2+3\new_system_mifs_ARC2_latest\IP_Addressing_MeS.fm

D E LL CO N F I D E N T IA L – P R E L I M I N A RY 4 / 3 / 14 - F O R PR O O F O N LY

console(config-if)#

ip address 131.108.1.27 255.255.255.0

Example 2. The following example configures 3 overlapped IP addresses.

console(config)# interface vlan 1

console(config-if)# ip address 1.1.1.1 255.0.0.0

console(config)# exit

console(config)# interface vlan 2

console(config-if)# ip address 1.2.1.1 255.255.0.0

console(config)# This IP address overlaps IP address

1.1.1.1/8 on vlan1, are you sure? [Y/N]Y

console(config)# exit

console(config)# interface vlan 3

console(config-if)# ip address 1.3.1.1 255.255.0.0

console(config)# This IP address overlaps IP address

1.1.1.1/8 on vlan1, are you sure? [Y/N]Y

console(config)# exit

Example 3. The following example configures IP address on OOB:

console(config)# interface oob

console(config-if)# ip address 131.108.1.27

255.255.255.0 default-gateway 131.108.1.100

ip address dhcp

Use the ip address dhcp Interface Configuration (Ethernet, VLAN, Port-

channel) mode command to acquire an IP address for an Ethernet interface

from the Dynamic Host Configuration Protocol (DHCP) server. Use the no

form of this command to release an acquired IP address.

Syntax

ip address dhcp
no ip address dhcp

Advertising