Dell POWEREDGE M1000E User Manual

Page 676

Advertising
background image

648

Fabric OS Command Reference

53-1002746-01

portCfg

2

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 1 -F 1
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
Min Comm Rt: 300000
Max Comm Rt: 500000
SACK: On
Min Retrans Time: 100
Max Retransmits: 8
Keepalive Timeout: 1000
Path MTU Disc: 0
VLAN ID: (Not Configured)
L2CoS: (VLAN Not Configured)
DSCP: F: 0 H: 0 M: 0 L: 0
Flags: 0x00000000

To set the compression rate to 'moderate' on the tunnel:

switch:admin> portcfg fciptunnel 1/12 modify -c 2
Operation succeeded

Advertising