Interface, Interface duplex – HP StorageWorks Enterprise File Services WAN Accelerator User Manual

Page 175

Advertising
background image

HP EFS WAN A

CCELERATOR

M

ANAGER

U

SER

S

G

UIDE

175

A - HP

EFS W

A

N

A

C

C

EL
ER
ATO

R

M

ANA

GER

‹

“interface duplex” on page 175

‹

“interface speed” on page 176

‹

“interface dhcp” on page 176

‹

“interface shutdown” on page 176

‹

“show interface” on page 177

Interface records for interfaces not detected by the system cannot be implicitly created
by setting options on them. They must be explicitly created using the interface
<ifname> create
command.

interface

Description

Configures network interface address. The no command option disables the interface
settings.

Syntax

interface {<ifname> ip address <addr> <netmask>}

Parameters

Example

minna (config) # interface primary ip address 10.0.0.1

255.255.255.0

minna (config) #

interface duplex

Description

Configures network interface duplex setting. The no command option disables the
interface duplex settings.

Syntax

interface {<ifname> duplex <duplex>}

Parameters

Example

minna (config) # interface lan duplex full

minna (config) #

<ifname>

Specifies the interface name: aux, primary.

ip address <addr>
<netmask

Specifies the IP address of the interface and the netmask. The
netmask can be a dotted quad address (e.g. 255.255.255.0) or a mask
length with a slash in front of it (for example, /24).

<ifname>

Specifies the interface name: aux, primary.

duplex <duplex>

Specifies the duplex setting for the interface.

Advertising