Manoj Reddy's Reference Guide

address

To specify the IP address of the remote peer's RSA public key you will manually configure, use the address public key configuration command. This command should only be used when the router has a single interface that processes IPSec.

address ip-address

Syntax Description

ip-address

Specifies the IP address of the remote peer.

Defaults

This command has no defaults.

Command Modes

Public key configuration

Command History

ReleaseModification
11.3 T

This command was introduced.

Usage Guidelines

Use this command in conjunction with the named-key command to specify which IPSec peer's RSA public key you will manually configure next.

Examples

This example manually specifies the RSA public keys of an IPSec peer.

myrouter(config)# crypto key pubkey-chain rsa
myrouter(config-pubkey-chain)# named-key otherpeer.domain.com
myrouter(config-pubkey-key)# address 10.5.5.1
myrouter(config-pubkey-key)# key-string
myrouter(config-pubkey)# 005C300D 06092A86 4886F70D 01010105
myrouter(config-pubkey)# 00034B00 30480241 00C5E23B 55D6AB22
myrouter(config-pubkey)# 04AEF1BA A54028A6 9ACC01C5 129D99E4
myrouter(config-pubkey)# 64CAB820 847EDAD9 DF0B4E4C 73A05DD2
myrouter(config-pubkey)# BD62A8A9 FA603DD2 E2A8A6F8 98F76E28
myrouter(config-pubkey)# D58AD221 B583D7A4 71020301 0001
myrouter(config-pubkey)# quit
myrouter(config-pubkey-key)# exit
myrouter(config-pubkey-chain)# exit
myrouter(config)# 

Related Commands

CommandDescription
addressed-key Specifies the RSA public key of the peer you will manually configure.
crypto key pubkey-chain rsa Enters public key configuration mode (to allow you to manually specify the RSA public keys of other devices).
key-string (IKE) Specifies the RSA public key of a remote peer.
show crypto key pubkey-chain rsa Displays peer RSA public keys stored on your router.

Printed for apswan@ctr.ap.nic.in on Wed Mar 5 22:32:57 PST 2003

All material in this document copyright 2000 Cisco Systems, Inc. All rights reserved. No material may be reproduced or distributed without written permission of Cisco Systems, Inc.