Dell PowerConnect 5548P System User's Manual page 214

Dell - powerconnect switch
Hide thumbs Also See for PowerConnect 5548P:
Table of Contents

Advertisement

FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\Maintenance Projects\Dell
The following are sample procedures to configure a static IPv4 address on an
interface using CLI and then to remove it:
Table 9-19. Sample CLI Script to Configure IPv4 Statically on a VLAN
CLI Command
console#config
console(config)# interface vlan 1
console(config-if)# ip address
10.5.225.40 /27
console(config-if)# ip default-
gateway 10.5.225.33
console(config-if)# no ip address
Table 9-20. Sample CLI Script to Configure IPv4 Statically on a Port
CLI Command
console#config
console(config)# interface gi1/0/1
console(config)# no switchport
console(config-if)# ip address
10.5.225.40 /27
console(config-if)# ip default-
gateway 10.5.225.33
console(config-if)# no ip address
D E L L C O N F I D E N T I A L – P R E L I M I N A R Y 9 / 1 1 / 1 2 - F O R P R O O F O N LY
Contax\CxUGSystemConfig.fm
Dell PowerConnect 55xx Systems User Guide
Description
Enter Global Configuration
mode.
Enter Interface mode for
VLAN 1.
Set the routing interface with
prefix length of 27.
Set the address of the default
gateway
Remove the address (if
required).
Description
Enter Global Configuration
mode.
Enter Interface mode for port
1 on unit 1.
Enable the port to work as an
IP interface (Layer 3 mode).
Configure an IP address with
prefix length of 27.
Set the address of the default
gateway
Remove the address (if
required).
213

Advertisement

Table of Contents
loading

Table of Contents