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

Page 745

Advertising
background image

Fabric OS Command Reference

715

53-1003131-01

portCfg

2

Valid options and arguments for mgmtroute include the following:

create

Creates a management route for a specified destination IP Address. The following
operands are required:

dest_IPv4_addr

Specifies the destination IP address for the management route in IPv4
format.

netmask

Specifies the subnet mask for the IPv4 address in a.b.c.d format.

gateway

Specifies the IP address of an IP router that can route packets to the
destination IP address.

delete

Deletes a management route for a specified destination IP Address. The following
operands are required.

dest_IPv4_addr

Specifies the destination IP address for the management route in IPv4
format.

netmask

Specifies the subnet mask for the IPv4 address in a.b.c.d format.

EXAMPLES

To create a FICON-enabled tunnel, first create an empty FCIP tunnel without any circuits:

switch:admin> portcfg fciptunnel 1/12 create

Operation succeeded

To enable FICON and compression on the tunnel (this sets the keepalive timeout value to 1000 ms,
which is the default for DFICON-enabled tunnels):

switch:admin> portcfg fciptunnel 1/12 modify -c hardware -F enable

Operation succeeded

To create two circuits (circuit 0 and circuit 1) on the tunnel (these circuits will be created with the
FICON-compatible keepalive timeout value):

switch:admin> portcfg fcipcircuit 1/12 create \

0 192.168.51.61 192.168.50.68 -b 300000 -B 500000

Operation succeeded

switch:admin> portcfg fcipcircuit 1/12 create

1 192.168.50.61 192.168.51.68 -b 300000 -B 500000

Operation succeeded

To display circuit 1:

switch:admin> portshow fcipcircuit 1/12 1

-------------------------------------------

Circuit ID: 1/12.1

Circuit Num: 1

Admin Status: Enabled

Oper Status: In Progress

Remote IP: 192.168.51.61

Local IP: 192.168.51.68

Metric: 0

Failover Group ID: (Not Config/Active)

Min Comm Rt: 300000

Advertising