Cisco Cisco IOS Software Release 12.4(15)XM Referências técnicas

Página de 130
 
  crypto map (global IPSec)
23
Cisco Mobile Wireless Home Agent  Feature for IOS Release 12.4(15)XM2
 12.4(15)XM2
crypto map (global IPSec)
To create or modify a crypto map entry and enter the crypto map configuration mode, use the crypto 
map
 global configuration command. To delete a crypto map entry or set, use the no form of this 
command.
crypto map map-name seq-num ipsec-manual
crypto map map-name seq-num ipsec-isakmp [dynamic dynamic-map-name] [discover]
no crypto map map-name [seq-num]
Syntax Description
Command Modes
Global configuration.
Command History
Usage Guidelines
Issue the crypto map map-name seq-num command without a keyword to modify an existing crypto map 
entry.
Examples
The following example creates a crypto map entry and indicates that IKE will not be used to establish 
the IPSec security associations for protecting the traffic:
Router# crypto map map-name seq-num ipsec-manual
map name
The name you assign to the crypto map set
seq-num
The number you assign to the crypto map entry.
ipsec-manual
Indicates that IKE will not be used to establish the IPSec security associations 
for protecting the traffic specified by this crypto map entry.
ipsec-isakmp
Indicates that IKE will be used to establish the IPSec security associations for 
protecting the traffic specified by this crypto map entry.
dynamic
(Optional) Specifies that this crypto map entry is to reference a preexisting 
dynamic crypto map. Dynamic crypto maps are policy templates used in 
processing negotiation requests from a peer IPSec device. If you use this 
keyword, none of the crypto map configuration commands will be available.
dynamic-map-name
(Optional) Specifies the name of the dynamic crypto map set that should be 
used as the policy template.
discover
(Optional) Enables peer discovery. By default, peer discovery is not enabled.
Release
Modification
12.1(1)T
This command was introduced.