cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
560
Views
0
Helpful
2
Replies

PIX ERROR:multiple peers

prafuljaded
Level 3
Level 3

Hi All,

When I try to configure multiple peers on the PIX, it gives an error as below:

I am running ver 7.0(1) Restricted. I need to set two peerings on my PIX,let me know how ?

crypto ipsec transform-set tripledes esp-3des esp-sha-hmac

crypto ipsec security-association lifetime seconds 3600

crypto map test 5 ipsec-isakmp

crypto map test 5 match address ipsec

crypto map test 5 set peer x.x.x.x

crypto map test 5 set peer y.y.y.y

ERROR: Multiple Peers can be specified only with originate-only connections

Thanx

Praful

2 Replies 2

froggy3132000
Level 3
Level 3

I have only done this in IOS but it should be the same.

Your crypto map should look something like this

crypto map test 5 ipsec-isakmp match address

crypto map test 5 match address ipsec

crypto map test 5 set peer x.x.x.x

crypto map test 6 ipsec-isakmp

crypto map test 6 match address ipsec

crypto map test 6 set peer y.y.y.y

a.alekseev
Level 7
Level 7

could you try the following command...

crypto map test 5 set peer x.x.x.x y.y.y.y

Review Cisco Networking for a $25 gift card