第三篇 记思科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
 tunnel destination Zenlayer公网IP
 tunnel mode ipsec ipv4
 tunnel protection ipsec profile zenlayer

group-policy Zenlayer internal
group-policy Zenlayer attributes
 vpn-tunnel-protocol ikev2 

tunnel-group Zenlayer type ipsec-l2l
tunnel-group Zenlayer general-attributes
 default-group-policy Zenlayer
tunnel-group Zenlayer ipsec-attributes
 isakmp keepalive threshold 10 retry 10
 ikev2 remote-authentication pre-shared-key 共享密钥
 ikev2 local-authentication pre-shared-key 共享密钥

        (2)BGP相关配置                

router bgp 10000
 address-family ipv4 unicast
  neighbor 与Zenlayer互联地址1 remote-as ZenlayerAS号
  neighbor 与Zenlayer互联地址1 activate
  neighbor 与Zenlayer互联地址1 prefix-list 前缀列表 out
  neighbor 与Zenlayer互联地址2 remote-as ZenlayerAS号
  neighbor 与Zenlayer互联地址2 activate
  neighbor 与Zenlayer互联地址2 prefix-list 前缀列表 out

  • 12
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值