Fabric OS 6.2 administrator guide 153
Example of an End-to-End Transport Tunnel mode
This example illustrates securing traffic between two systems using AH protection with MD5 and configure
IKE with pre-shared keys. The following list defines the switch models and their associated IP addresses.
•
The two systems are named BRCD300 and BRCD7500.
•
The BRCD300 has IPv4 address 10.33.74.13; the BRCD7500 has IPv4 address 10.33.69.132.
1.
Connect to the switch and log in using an account assigned to the admin role.
2.
Enter the
ipsecConfig
--
enable
command to enable IPsec on the switch.
3.
On each switch, create an IPsec SA policy named
AH01
, which uses AH protection with MD5.
switch:admin>
ipsecconfig --add policy ips sa -t AH01 -p ah -auth
hmac_md5
4.
On each switch, create an IPsec proposal
IPSEC-AH
to use
AH01
as SA.
switch:admin>
ipsecconfig --add policy ips sa-proposal -t IPSEC-AH –sa
AH01
To configure lifetime in time units (seconds) use the
–lttime
option:
switch:admin>
ipsecconfig --add policy ips sa-proposal -t IPSEC-AH \
-lttime 280000 –sa AH01
5.
On the BRCD300, import pre-shared key file and configure an IKE policy for remote peer BRCD7500.
a.
Import the pre-shared key file (e.g., ipseckey.psk) using
secCertUtil import
command.
b.
Create an IKE policy for remote peer BRCD7500.
switch:admin>
ipsecconfig --add policy ike –t IKE01 -remote 10.33.69.132 \
-id 10.33.74.13 -remoteid 10.33.69.132 -enc 3des_cbc \
-hash hmac_md5 -prf hmac_md5 –auth psk -dh modp1024 \
-psk ipseckey.psk
6.
On the BRCD7500, import the pre-shared key file and configure an IKE policy for remote peer
BRCD300.
a.
Import the pre-shared key file (e.g., ipseckey.psk) using
secCertUtil import
command.
b.
Create an IKE policy for remote peer BRCD300.
switch:admin>
ipsecconfig --add policy ike –t IKE01 -remote 10.33.74.13 \
-id 10.33.69.132 -remoteid 10.33.74.13 -enc 3des_cbc \
-hash hmac_md5 -prf hmac_md5 –auth psk -dh modp1024 \
-psk ipseckey.psk
IMPORTANT:
The
id
and
remoteid
in the IKE policy on BRCD300 should match ‘remoteid’ and
‘id’ in the IKE policy on BRCD7500.
7.
On each system, create an IPsec transform TRANSFORM01 to use transport mode to protect traffic
identified for IPsec protection and use IKE01 as the key management policy.
switch:admin>
ipsecconfig --add policy ips transform –t TRANSFORM01 \
-mode transport -sa-proposal IPSEC-AH \
-action protect –ike IKE01
8.
On BRCD300, create a traffic selector to select outbound and inbound traffic that needs to be
protected.
switch:admin>
ipsecconfig --add policy ips selector –t SELECTOR-OUT \
-d out -l 10.33.74.13 -r 10.33.69.132 –transform TRANSFORM01
switch:admin>
ipsecconfig --add policy ips selector –t SELECTOR-IN \
-d in -l 10.33.69.132 -r 10.33.74.13 –t transform TRANSFORM01
9.
On BRCD7500, create equivalent traffic selectors for inbound and outbound traffic.
Содержание A7533A - Brocade 4Gb SAN Switch Base
Страница 1: ...HP StorageWorks Fabric OS 6 2 administrator guide Part number 5697 0016 Edition May 2009 ...
Страница 24: ...24 ...
Страница 99: ...Fabric OS 6 2 administrator guide 99 ...
Страница 100: ...100 Managing user accounts ...
Страница 118: ...116 Configuring standard security features ...
Страница 164: ...162 Configuring advanced security features ...
Страница 234: ...232 Installing and maintaining firmware ...
Страница 268: ...266 Administering advanced zoning ...
Страница 284: ...282 Configuring Enterprise class platforms ...
Страница 292: ...290 Routing traffic ...
Страница 294: ...292 Interoperability for merged SANs ...
Страница 302: ...300 Configuring the Distributed Management Server ...
Страница 334: ...332 iSCSI gateway service ...
Страница 340: ...338 Administering NPIV ...
Страница 407: ...Fabric OS 6 2 administrator guide 405 ...
Страница 408: ...406 Using the FC FC routing service ...
Страница 438: ...434 Administering extended fabrics ...
Страница 460: ...456 Administering ISL trunking ...
Страница 498: ...494 Configuring and monitoring FCIP extension services 556200 Bps 30s avg 491394 Bps lifetime avg ...
Страница 516: ...512 FICON fabrics ...
Страница 526: ...522 Configuring and monitoring FICON Extension Services ...
Страница 540: ...536 Configuring the PID format ...
Страница 544: ...540 Understanding legacy password behavior ...
Страница 546: ...542 Mixed fabric configurations for non merge SANs ...
Страница 550: ...546 Migrating from an MP Router to a 400 MP Router ...
Страница 558: ...554 Inband Management ...
Страница 572: ...568 ...