Dell POWEREDGE M1000E User Manual

Page 677

Advertising
background image

Fabric OS Command Reference

649

53-1002746-01

portCfg

2

To enable FICON XRC and Teradata emulation on the tunnel:

switch:admin> portcfg fciptunnel 1/12 modify \
--ficon-xrc 1 --ficon-tera-read 1 --ficon-tera-write 1
Operation succeeded

To enable printer emulation on the tunnel:

switch:admin> portcfg fciptunnel 1/12 modify \
--ficon-print 1
Operation succeeded

To configure FCIP FastWrite and Tape Pipelining on the tunnel:

switch:admin> portcfg fciptunnel 1/12 modify -f 1 -t 1
Operation succeeded

To delete circuit 1:

switch:admin> portcfg fcipcircuit 1/12 delete 1
Operation succeeded

To create a tunnel with VLAN tagging:

1.

Create a tunnel with VLAN tagging set.

switch:admin> portcfg fciptunnel 16 create \
192.168.2.20 192.168.2.10 2500000 -v 100
Operation Succeeded

2.

Create a circuit with VLAN tagging set.

switch:admin> portcfg fcipcircuit 16 create 1 \
192.168.2.21 192.168.2.11 2500000 -v 200
Operation Succeeded

3.

Modify an existing circuit to change the VLAN tag and L2 CoS levels.

switch:admin> portcfg fcipcircuit 16 modify \
0 -v 300 --l2cos-f 7 --l2cos-h 5 \
--l2cos-m 3 --l2cos-l 1
!!!! WARNING !!!!
Modify operation can disrupt the traffic on the
fcipcircuit specified for a brief period of time. This
operation will bring the existing circuit down
(if circuit is up) before applying new configuration.

Continue with Modification (Y,y,N,n): [ n] y
Operation Succeeded

4.

Modify existing circuit to change DSCP marking values

switch:admin> portcfg fcipcircuit 16 modify 0 \
--dscp-f 32 --dscp-h 16 --dscp-m 8 --dscp-l 4
Operation Succeeded

5.

Display the tunnel configuration and circuit values.

switch:admin> portshow fciptunnel 16 -c
-------------------------------------------
Tunnel ID: 16
Tunnel Description:
Admin Status: Enabled

Advertising