cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6457
Views
95
Helpful
16
Replies

What are the commands to change the VPN peer IP address from Cisco CLI

ESTE
Level 1
Level 1

Need commands step by step to make changes.

16 Replies 16

here an other link to help: https://community.cisco.com/t5/security-analytics-and/change-ipsec-peer-ip-address/td-p/1126832

sorry.
Jaderson Pessoa
*** Rate All Helpful Responses ***

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

Before starting the changes in the configuration you must know a few things:

1. What is the correct name of Route-MAP in your configuration, where this peer is configured?

2. What is the correct Sequence number of the Route-MAP?

 

Those above details may get with help of "Show running-config" command or "Show route-map".

 

How to make changes in the configuration:

 

crypto map VPN_MAP 10 ipsec-isakmp
no set peer x.x.x.x
set peer y.y.y.y

 

 here X.X.X.X is your old peer IP address, which is already available in the router configuration and Y.Y.Y.Y is the new IP address.

 

Regards,
Deepak Kumar 

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!