Enterasys Networks XSR CLI Router User Manual


 
Crypto Transform Mode Commands
XSR CLI Reference Guide 14-115
Example
Thisexampledefinestwotransformsets,specifyingbothcanbeusedwithinacryptomapentry.
WhentrafficmatchesACL101,theSA canuseeithertransformsetmy_t_set1(firstpriority)or
my_t_set2(secondpriority)depend ingonwhichtransformsetmatchestheremotepeerʹs
transformsets.
XSR(config)#crypto ipsec transform-set my_t_set1 esp-des esp-sha-hmac
XSR(config)#crypto ipsec transform-set my_t_set2 ah-sha-hmac esp-des esp-sha-hmac
XSR(config)#crypto map ACMEmap 7 ipsec-isakmp
XSR(config-crypto-m)#match address 101
XSR(config-crypto-m)#set transform-set my_t_set1 my_t_set2
XSR(config-crypto-m)#set peer 10.0.0.1
Crypto Transform Mode Commands
crypto ipsec transform-set
Thiscommanddefinesatransformsetwhichisanacceptablecombinationofsecurityprotocols
andalgorithmstoapplytoIP Securityprotectedtraffic.DuringIPSecSecurityAssociation(SA)
negotiation,peersagreetouseaparticulartransformsetwhenprotectingaparticulardataflow.
ThiscommandacquiresCryptoTransformconfigurationMode.The
followingsubcommandsare
availableinthismode:
set pfs ‐SpecifiesthatIPSecshouldaskforPFSwhenseekingnewSAsforthiscryptomap
entry,orthatIPSecrequiresPFSwhengettingrequestsfornewSAs.Refertopage14116
for
thecommanddefinition.
set security-association lifetime ‐SpecifiestheintervalusedwhennegotiatingIPSec
SAs.Refertopage14117forthecommanddefinition.
Atransformsetisanacceptablecombination ofsecurityprotocols,algorithmsandothersettings
toapplytoIPSecurityprotectedtraffic.DuringIPSecSAnegotiation,thepeersagreetousea
particulartransformset
whenprotectingaparticulardataflow.
Syntax
crypto ipsec transform-set transform-set-name transform1 [transform2 [transform3]]
transform-
set-name
Nameofthetransformsettocreateormodify.
transform1
Specifyupto3transformsdefiningtheIPSecsecurityprotocolsand
algorithms.Thechoicesare:
ahmd5hmac:AHtransformwithHMACMD5algorithm.
ahshahmac:AHtransformwithHMACSHAalgorithm.
esp3des:ESPtransformwith56bitDESencryption(168 bits).
espaes:ESPtransformwith
128bitAESencryption.
espdes:ESPtransformwith168bitTripleDESencryption.
espmd5hmac:ESPtransformwithHMACMD5dataintegrityalgorithm.
espnull:ESPtransformwithnoencryption.
espshahmac:ESPtransformwithHMACSHAdataintegrityalgorithm.