Implementing Internet Key Exchange Security Protocol on Cisco IOS XR Software
How to Implement IKE Security Protocol Configurations for IPSec Networks
SC-40
Cisco IOS XR System Security Configuration Guide
Configuring a Banner
This task describes how to configure a banner for a Cisco Easy VPN server.
SUMMARY STEPS
1. configure
2. crypto isakmp client configuration group group-name
3. banner {banner-text}
DETAILED STEPS
Configuring Auto-Upgrade
This task describes how to configure automatic update parameters for a Cisco Easy VPN remote device.
SUMMARY STEPS
1. configure
2. crypto isakmp client configuration group group-name
3. auto-update client {type-of-system} {url url} {rev review-version}
Command or Action Purpose
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Enters global configuration mode.
Step 2
crypto isakmp client configuration group group-name
Example:
RP/0/RP0/CPU0:router(config)# crypto isakmp client
configuration group cisco
RP/0/RP0/CPU0:router(config-group)#
Specifies which group's policy profile is defined and
enters ISAKMP group configuration mode.
• If no specific group matches, you are
automatically given the default group's policy.
• The default group is also used for the other
attributes so they must also be checked and
updated.
Step 3
banner {
banner-text
}
Example:
RP/0/RP0/CPU0:router(config-group)# banner
thequickbrowndog
Specifies the text of the banner.