cisco asa和另一办公区的asa建立ipsec ikev2 没问题,和阿里云建立ikev2没问题;h3c和阿里云建立ikev2没问题。但是h3c和cisco直接建ipsec后,一阶段和二阶段sa都有,二阶段感兴趣流配置的是三条,但显示的只有两条感兴趣流,并且感兴趣流之间不能互通
请问大佬们哪儿asa和h3c建立ipsec是不是有什么特殊参数要配置?
(0)
最佳答案
搜集debug ike all 找400 看
(0)
开了debug,到阿里云的日志有,但到asa的没有,感兴趣流之间ping都没日志往出弹。
感兴趣流之见不通 是不是策略没放通啊 。sa 都有了 ipsec 的配置基本没问题了
1.zone-pair里untrust-trust允许了源是asa端,目的是h3c端的感兴趣流;2.出接口的nat里,排除了感兴趣流的IP。请问还有其他配策略的地方吗?v7
您好,请知:
IPSEC VPN故障排查:
1、检查公网地址的连通性
2、检查ipsec acl是否配置正确(两端ACL以互为镜像的方式配置)
3、检查ike keychain/ike profile 协商参数配置是否正确(工作模式、keychain、identity、本端/对端隧道地址或隧道名称、NAT穿越功能v7自适应)
4、检查ipsec proposal(v5平台) /ipsec transform-set(v7平台)参数两端是否一致(封装模式、安全协议、验证算法、加密算法)
5、检查设备是否创建ipsec策略,并加载协商参数(acl、ike profile 、ipsec transform-set、对端隧道IP)
6、检查ipsec策略是否应用在正确的接口上
7、进一步检查下感兴趣数据流的配置是否正确指定了源和目的。
IPSEC排查命令:
1、disp ipsec policy
2、disp acl
3、dis cu conf ike-profile
4、dis cu conf ike-keychain
5、display ike proposal
6、display ipsec transform-set
7、disp ike sa (verbose)
8、disp ipsec sa
9、reset ipsec sa
10、reset ike sa
(0)
感兴趣流不通,还是怀疑nat,安全策略,acl问题
(0)
1.nat,在出接口把感兴趣流排除了;2.安全策略,zone-pair里untrust-trust允许了asa端到h3c端的感兴趣流;3.acl除了感兴趣没问题。现在有两个ipsec,除了感兴趣流不一样,其他都一样。到aliyun的ipsec就通,到asa的就不通
F1030对接阿里云ikev2一直无法建立隧道。
ipsec和ikev2的认证和加密算法一致,密钥没有问题。求楼主一份和阿里云对接ikev2的配置
下面是现在的配置:
ipsec transform-set tran1
esp encryption-algorithm aes-cbc-256
esp authentication-algorithm sha1
#
ipsec policy map1 10 isakmp
transform-set tran1
security acl 3101
remote-address 2.2.2.2
ikev2-profile profile1
#
ike logging negotiation enable
#
ip https enable
webui log enable
#
ikev2 keychain keychain1
peer peer1
address 2.2.2.2 255.255.255.0
identity address 2.2.2.2
pre-shared-key ciphertext $c$3$WDjLY1e+UPd6t0aWTithtymdrF/8gDTT+AzNdh2CmSE=
#
ikev2 profile profile1
authentication-method local pre-share
authentication-method remote pre-share
keychain keychain1
match remote certificate 1
match remote identity address 2.2.2.2 255.255.255.0
#
ikev2 proposal 1
encryption 3des-cbc
dh group2
prf md5
#
ikev2 policy 1
proposal 1
Advanced IPv4 ACL 3101, 2 rules,
ACL's step is 5
rule 0 permit ip source 172.16.0.0 0.0.255.255 destination 10.9.0.0 0.0.255.255
rule 5 permit ip source 172.16.0.0 0.0.255.255 destination 10.168.0.0 0.0.0.255 (588 times matched)
Advanced IPv4 ACL 3333, 3 rules,
ACL's step is 5
rule 0 deny ip source 172.16.0.0 0.0.255.255 destination 10.9.0.0 0.0.255.255
rule 5 deny ip source 172.16.0.0 0.0.255.255 destination 10.168.0.0 0.0.0.255 (588 times matched)
rule 10 permit ip (448288 times matched)
interface GigabitEthernet1/0/15
port link-mode route
ip address 1.1.1.1 255.255.255.128
nat outbound 3333
ipsec apply policy map1
求大佬解惑!
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
1.zone-pair里untrust-trust允许了源是asa端,目的是h3c端的感兴趣流;2.出接口的nat里,排除了感兴趣流的IP。请问还有其他配策略的地方吗?v7