Brocade Fabric OS Command Reference (Supporting Fabric OS v7.3.0) User Manual

Page 731

Advertising
background image

Fabric OS Command Reference

701

53-1003131-01

portCfg

2

dst_ipaddr

Specifies an optional destination IP address (IPv4 or IPv6). All packets
destined for this IP address are tagged accordingly. If a destination IP
address is not specified, all packets not already tagged will be tagged. The
default is 0.0.0.0.

optional_args

Optional VLAN tagging parameters include the following:

-x | --crossport

>Applies the VLAN tag to a crossport interface. Specifying this parameter
allows the VE_Ports 12-21 to use the IP interface with this vlantag. This
operand is optional and valid only and supported only on the Brocade FX8-24
XGE ports.

-m | --mgmt

Specifying this parameter applies the VLAN tag to the inband management
interface.

ipsec-policy

Creates an IPsec policy. This option is supported on the Brocade 7840 switch
only.

This command supports create, modify, and delete options only. The syntax for
portcfg ipsec-policy is as follows:

portcfg ipsec-policy name option [args]

Valid options and arguments for ipsec-policy include the following:

create name [-k | --preshared-key key]

Creates the IPsec policy.

name

Specifies the name for the IPsec policy.

-k | --preshared-key key

Specifies the preshared key to be used for authentication. This operand is
optional.

modify name [-k | --preshared-key key]

Modifies the IPsec policy.

name

Specifies the name for the IPsec policy.

-k | --preshared-key key

Specifies the preshared key to be used for authentication. This operand is
optional.

delete name

Deletes the IPsec policy.

name

Specifies the name for the IPsec policy.

EXAMPLES

To create an IP interface using IPv4:

switch:admin> portcfg ipif ge0 create \

192.169.0.20 netmask 255.0.0.0 mtu 1500

Operation Succeeded

Advertising