Brocade Fabric OS Command Reference - Supporting Fabric OS v7.0.1 (53-1002447-01, March 2012)

622 Fabric OS Command Reference
53-1001764-01
portCfg
22
SACK: On
Min Retrans Time: 100
Max Retransmits: 8
Keepalive Timeout: 10000
Path MTU Disc: 0
VLAN ID: 200
L2CoS: F: 0 H: 0 M: 0 L: 0
DSCP: F: 0 H: 0 M: 0 L: 0
Flags: 0x00000000
To modify an existing circuit so it becomes the listener:
switch:admin> portcfg fcipcircuit 16 modify 2 -C 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
To modify an existing circuit so it becomes the initiator (the following example uses the string option):
switch:admin> portcfg fcipcircuit 16 \
modify 2 --connection-type initiator
!!!! 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
To configure an IPSec-enabled tunnel to connect with an IPSec-configured tunnel in legacy mode:
switch:admin> portcfg fciptunnel 8/12 modify --legacy 1
!!!! WARNING !!!!
Modify operation can disrupt the traffic on the fciptunnel specified \
for a brief period of time. This operation will bring the existing \
tunnel down (if tunnel is up) before applying new configuration.
Continue with Modification (Y,y,N,n): [ n]y
Tunnel 8/12 modify: Operation Succeeded
To create inband management interfaces for two Brocade 7800 switches on the same subnet:
1. Configure each switch.
switch:admin> portcfg mgmtif ge0 create 192.168.3.10 255.255.255.0
switch:admin> portcfg mgmtif ge0 create 192.168.3.20 255.255.255.0
2. Access the switch through the external inband management interface.
linux# telnet 192.168.3.10