第三篇 记思科ASA与Zenlayer云之间运行IPSEC+BGP

1、环境概述

        企业防火墙:ASA5525  9.14(4)23

        Zenlayer云网络

        通过在ASA与Zenlayer之间配置IPSEC,实现在ASA与Zenlayer之间运行BGP路由协议。ASA侧使用双链路到ISP,Zenlayer云提供单IP。目的实现主备切换,和BGP路由传递。

2、配置

           配置说明:只列出了重要步骤,并未列出全部的配置。

        (1)IPSEC相关配置

crypto ikev2 policy 10
 encryption aes
 integrity sha
 group 14
 prf sha
 lifetime seconds 86400

crypto ipsec ikev2 ipsec-proposal zenlayer
 protocol esp encryption aes
 protocol esp integrity sha-1

crypto ipsec profile zenlayer
 set ikev2 ipsec-proposal zenlayer
 set pfs group14
 set security-association lifetime seconds 43200

interface Tunnel3
 nameif To_Zenlayer_A
 ip address 与Zenlayer互联地址1 
 tunnel source interface outside1
 tunnel destination Zenlayer公网IP
 tunnel mode ipsec ipv4
 tunnel protection ipsec profile zenlayer
!
interface Tunnel4
 nameif To_Zenlayer_S
 ip address 与Zenlayer互联地址2 
 tunnel source interface outside2
 tunn
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值