08-18-2015 02:50 AM - edited 02-21-2020 08:24 PM
A). two router (R1&R2) connected through firewall /
B).GRE over ipsec configuration has been configured on both router .
c).Acls have been created on the R1 router to see the debug traffic .
access-list 101 permit esp any any
access-list 101 permit gre any any
debug ip packets detail 101
Q.1.sh crypto ipsec sa - it is showing me local and remote traffic with GRE protocol instead of ESP protocol .
2.debug ip packets detail 101 - showing me GRE packets instead of ESP
08-18-2015 01:11 PM
Hi Arshad,
Could you please share the outputs and configurations done?
Regards,
Kanwal
Note: Please mark answers if they are helpful.
08-19-2015 05:33 AM
One site configuration is :-Plz check and advice .....for further
access-list 100 permit gre host 192.168.2.1 host 192.168.1.1
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
exit
crypto isakmp key cisco address 192.168.1.1
crypto ipsec transform-set esp-3des-md5 esp-3des esp-md5-hmac
exit
crypto map cryptomap 10 ipsec-isakmp
set peer 192.168.1.1
set transform-set esp-3des-md5
match address 100
exit
interface FastEthernet0/0
crypto map cryptomap
exit
08-21-2015 11:46 AM
Use transport mode in the transform-set
08-25-2015 03:46 AM
08-29-2015 03:10 AM
There is nothing wrong with the show crypto output . It shows the passenger info GRE (IP/47) as intended.
Passenger2 packets are encapsulated into GRE packets.
GRE packets (passenger1 and carrier2) are encapsulated into IPsec packets.
IPsec packets (carrier1) are sent over L2.
show crypto ipsec commands' SA info always shows the negotiated passenger IP subnets and protocol
08-30-2015 12:58 PM
OK, transport mode does not entirely encapsulates the full GRE packet but the point remains valid.
09-07-2015 11:35 PM
Hi Peter ,
plz describe in detail
Just i started CCIE Security by my self ,.......
Regards
Arshad Ayub
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide