Reference Guide

Brocade Fabric OS Command Reference 647
53-1004112-02
portCfg
To create a circuit on the tunnel with the failover group ID and verify the configuration (in this example, the
OpStatus "FGrpWrn" indicates that the failover group is defined but there is not at least one metric 0 and one
metric 1 circuit as part of the failover group):
switch:admin> portcfg fcipcircuit 1/22 create 2 \
--remote-ip 1.42.128.93 --local-ip 1.42.128.23 --min-comm-rate 500000 --max-comm-rate 500000
-x 1 -g 1
Operation succeeded
switch:admin> portshow fciptunnel all -c
-----------------------------------------------------------------------------
Tunnel Circuit OpStatus Flags Uptime TxMBps RxMBps ConnCnt CommRt Met/G
-----------------------------------------------------------------------------
1/22 - FGrpWrn cft---- 20m26s 0.00 0.00 1 - -/-
1/22 0 1/xge0 Up ---4--s 20m26s 0.00 0.00 1 3000/5000 0/-
1/22 1 1/xge0 Up ---4--s 3s 0.00 0.00 2 3000/5000 0/-
1/22 2 1/xge0 Up ---4--s 2m7s 0.00 0.00 1 5000/5000 1/1
-----------------------------------------------------------------------------
To set the failover group for circuit 1 and verify the configuration:
switch:admin> portcfg fcipcircuit 1/12 modify 1 -g 1
Operation succeeded
switch:admin> portshow fciptunnel all -c
-----------------------------------------------------------------------------
Tunnel Circuit OpStatus Flags Uptime TxMBps RxMBps ConnCnt CommRt Met/G
-----------------------------------------------------------------------------
1/22 - Up cft---- 26m51s 0.00 0.00 1 - -/-
1/22 0 1/xge0 Up ---4--s 20m26s 0.00 0.00 1 3000/5000 0/-
1/22 1 1/xge0 Up ---4--s 3s 0.00 0.00 2 3000/5000 0/1
1/22 2 1/xge0 Up ---4--s 2m7s 0.00 0.00 1 5000/5000 1/1
-----------------------------------------------------------------------------
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 \
-D 192.168.2.10 -S 192.168.2.10 -b 2500000 -B 2500000 -v 100
Operation Succeeded
2. Create a circuit with VLAN tagging set.
switch:admin> portcfg fcipcircuit 16 create 1 \
-D 192.168.2.11 -S 192.168.2.11 -b 2500000 -B 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