When using the two 40 GbE VE-ports (which use FCIP) for ISLs, you must create IP interfaces on each port, and configure FCIP tunnels and circuits in each tunnel.
The examples in this procedure use two switches:
portcfg ipif ge0.dp0 create 10.10.82.10 netmask 255.255.0.0 vlan 2 mtu auto portcfg ipif ge1.dp0 create 10.10.82.11 netmask 255.255.0.0 vlan 2 mtu auto
portcfg ipif ge0.dp0 create 10.10.83.10 netmask 255.255.0.0 vlan 2 mtu auto portcfg ipif ge1.dp0 create 10.10.83.11 netmask 255.255.0.0 vlan 2 mtu auto
Port IP Address / Pfx MTU VLAN Flags --------------------------------------------------------------------------- ----- ge0.dp0 10.10.82.10 / 16 AUTO 2 U R M ge1.dp0 10.10.82.11 / 16 AUTO 2 U R M -------------------------------------------------------------------------------- Flags: U=Up B=Broadcast D=Debug L=Loopback P=Point2Point R=Running I=InUse N=NoArp PR=Promisc M=Multicast S=StaticArp LU=LinkUp X=CrossportThe following example shows the IP interfaces on FC_switch_B_1:
Port IP Address / Pfx MTU VLAN Flags -------------------------------------------------------------------------------- ge0.dp0 10.10.83.10 / 16 AUTO 2 U R M ge1.dp0 10.10.83.11 / 16 AUTO 2 U R M -------------------------------------------------------------------------------- Flags: U=Up B=Broadcast D=Debug L=Loopback P=Point2Point R=Running I=InUse N=NoArp PR=Promisc M=Multicast S=StaticArp LU=LinkUp X=Crossport
portcfg fciptunnel 24 create -S 10.10.82.10 -D 10.10.83.10 -b 10000000 -B 10000000The following command creates the tunnel on FC_switch_B_1:
portcfg fciptunnel 24 create -S 10.10.83.10 -D 10.10.82.10 -b 10000000 -B 10000000
FC_switch_A_1:root> Tunnel Circuit OpStatus Flags Uptime TxMBps RxMBps ConnCnt CommRt Met/G -------------------------------------------------------------------------------- 24 - Up --------- 2d8m 0.05 0.41 3 - - -------------------------------------------------------------------------------- Flags (tunnel): i=IPSec f=Fastwrite T=TapePipelining F=FICON r=ReservedBW a=FastDeflate d=Deflate D=AggrDeflate P=Protocol I=IP-Ext
portcfg fcipcircuit 24 create 1 -S 10.10.82.11 -D 10.10.83.11 --min-comm-rate 10000000 --max-comm-rate 10000000
The following command creates a circuit on switch FC_switch_B_1 for dp1:
portcfg fcipcircuit 24 create 1 -S 10.10.83.11 -D 10.10.82.11 --min-comm-rate 10000000 --max-comm-rate 10000000
FC_switch_A_1:root> portshow fcipcircuit all Tunnel Circuit OpStatus Flags Uptime TxMBps RxMBps ConnCnt CommRt Met/G -------------------------------------------------------------------------------- 24 0 ge0 Up ---va---4 2d12m 0.02 0.03 3 10000/10000 0/- 24 1 ge1 Up ---va---4 2d12m 0.02 0.04 3 10000/10000 0/- -------------------------------------------------------------------------------- Flags (circuit): h=HA-Configured v=VLAN-Tagged p=PMTU i=IPSec 4=IPv4 6=IPv6 ARL a=Auto r=Reset s=StepDown t=TimedStepDown S=SLA