ISAKMP Profile技术是IKE协商的一种新型配置方式。它主要的作用是映射我们第一阶段ISAKMP参数到第

二阶段IPSec隧道,可以实现一个设备和多个站点建立多个隧道。还可以很好的消除不同×××之间的影

响,让第一阶段策略和第二阶段策略关联的更加紧密。并且ISAKMP Profile普遍在EZ×××和VRF-ware

IPSec ×××配置里边被采用。

Site1 :

crypto keyring ccie

pre-shared-key address 61.128.1.1 key cisco

!

crypto isakmp policy 100

encr 3des

authentication pre-share

group 2

crypto isakmp profile isaprof

keyring ccie

match identity address 61.128.1.1 255.255.255.255

!

!

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

!

crypto map ccie 10 ipsec-isakmp

set peer 61.128.1.1

set transform-set myset

set isakmp-profile isaprof

match address ***

!

interface Loopback0

ip address 1.1.1.1 255.255.255.0

!

interface FastEthernet0/0

ip address 202.100.1.1 255.255.255.0

crypto map ccie

!

ip route 0.0.0.0 0.0.0.0 202.100.1.10

!

ip access-list extended ***

permit ip 1.1.1.0 0.0.0.255 2.2.2.0 0.0.0.255

Internet:

interface FastEthernet0/0

ip address 202.100.1.10 255.255.255.0

!

interface FastEthernet0/1

ip address 61.128.1.10 255.255.255.0

end

Site2:

crypto keyring ccie

pre-shared-key address 202.100.1.1 key cisco

!

crypto isakmp policy 100

encr 3des

authentication pre-share

group 2

crypto isakmp profile isaprof

keyring ccie

match identity address 202.100.1.1 255.255.255.255

!

!

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

!

crypto map ccie 10 ipsec-isakmp

set peer 202.100.1.1

set transform-set myset

set isakmp-profile isaprof

match address ***

!

interface Loopback0

ip address 2.2.2.2 255.255.255.0

!

interface FastEthernet0/0

ip address 61.128.1.1 255.255.255.0

crypto map ccie

!

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 61.128.1.10

!

ip access-list extended ***

permit ip 2.2.2.0 0.0.0.255 1.1.1.0 0.0.0.255

!

测试:

Site1#ping 2.2.2.2 source lo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:

Packet sent with a source address of 1.1.1.1

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 104/133/148 ms

Site1#show crypto ipsec sa

interface: FastEthernet0/0

Crypto map tag: ccie, local addr 202.100.1.1

protected vrf: (none)

local  ident (addr/mask/prot/port): (1.1.1.0/255.255.255.0/0/0)

remote ident (addr/mask/prot/port): (2.2.2.0/255.255.255.0/0/0)

current_peer 61.128.1.1 port 500

PERMIT, flags={origin_is_acl,}

#pkts encaps: 9, #pkts encrypt: 9, #pkts digest: 9

#pkts decaps: 9, #pkts decrypt: 9, #pkts verify: 9

#pkts compressed: 0, #pkts decompressed: 0

#pkts not compressed: 0, #pkts compr. failed: 0

#pkts not decompressed: 0, #pkts decompress failed: 0

#send errors 1, #recv errors 0

local crypto endpt.: 202.100.1.1, remote crypto endpt.: 61.128.1.1

path mtu 1500, ip mtu 1500, ip mtu idb FastEthernet0/0

current outbound spi: 0x96AB8F14(2527825684)

inbound esp sas:

spi: 0xF41D2511(4095550737)

transform: esp-3des esp-sha-hmac ,

in use settings ={Tunnel, }

conn id: 1, flow_id: SW:1, crypto map: ccie

sa timing: remaining key lifetime (k/sec): (4566332/2033)

IV size: 8 bytes

replay detection support: Y

Status: ACTIVE

inbound ah sas:

inbound pcp sas:

outbound esp sas:

spi: 0x96AB8F14(2527825684)

transform: esp-3des esp-sha-hmac ,

in use settings ={Tunnel, }

conn id: 2, flow_id: SW:2, crypto map: ccie

sa timing: remaining key lifetime (k/sec): (4566332/2031)

IV size: 8 bytes

replay detection support: Y

Status: ACTIVE

outbound ah sas:

outbound pcp sas:

Site1#show crypto session

Crypto session current status

Interface: FastEthernet0/0

Profile: isaprof

Session status: UP-ACTIVE

Peer: 61.128.1.1 port 500

IKE SA: local 202.100.1.1/500 remote 61.128.1.1/500 Active

IPSEC FLOW: permit ip 1.1.1.0/255.255.255.0 2.2.2.0/255.255.255.0

Active SAs: 2, origin: crypto map

转载于:https://blog.51cto.com/youlemei/1653956

ISAKMP Profile技术应用相关推荐

  1. 浅析Microsoft .net PetShop程序中的购物车和订单处理模块(Profile技术,异步MSMQ消息)转...

    对于Microsoft .net PetShop程序中的购物车和订单处理模块,文中主要分析两种技术的应用: 1. Profile技术在PetShop程序中用于三处: 1) 购物车ShoppingCar ...

  2. 浅析PetShop程序中的购物车和订单处理模块(Profile技术,异步MSMQ消息)

    对于Microsoft .net PetShop程序中的购物车和订单处理模块,文中主要分析两种技术的应用: 1. Profile技术在PetShop程序中用于三处: 1) 购物车ShoppingCar ...

  3. 浅析Microsoft .net PetShop程序中的购物车和订单处理模块(Profile技术,异步MSMQ消息)

    来自:http://dev.csdn.net/article/85/85106.shtm 对于Microsoft .net PetShop程序中的购物车和订单处理模块,文中主要分析两种技术的应用: 1 ...

  4. CCIE Security证

    前言:CCIE Security在网络安全领域,可以简单理解为硬件层面的安全防护,以防御为核心,组建网络安全的基石. 文章目录 一.知识 1.1. 防火墙 1.1.1. 定义 分类 概念 命令 VPN ...

  5. 飞信通知api_网络通知API

    飞信通知api Every UI framework has the same set of widgets which have become almost essential to modern ...

  6. profile asp.net technology membership

    注册新用户 NewUser.aspx :使用的是CreateUserWizard 控件,基于MemberShip机制,在数据库MSPetShop4Services的表aspnet_Users中创建用户 ...

  7. mysql limit acs_Oracle Acs资深顾问罗敏 老罗技术核心感悟:牛! 11g的自动调优和

    作者为:? SHOUG成员 – ORACLE ACS高级顾问罗敏 多年前的一段往事 记得多年以前在一个10g平台的数据仓库项目上遇到一个非常难优化的SQL语句,当时即便我采集了统计信息.甚至在语句中增 ...

  8. 音视频编解码技术之视频编码基本概念介绍

    视频压缩名字解释: 1.有损和无损压缩:在视频压缩中有损(Lossy )和无损(Lossless)的概念与静态图像中基本类似.无损压缩也即压缩前和解压缩后的数据完全一致.有损压缩意味着解压缩后的数据与 ...

  9. 【×××系列八】Dynamic Multipoint *** for IPv6 详解

    [×××系列八]Dynamic Multipoint *** for IPv6 详解 一.前言 由于涉及IPV6加密,所以根据思科标准此次配置使用思科7200系列高级企业版IOS (详情参考我的上一篇 ...

最新文章

  1. 差异表达基因富集结果可视化
  2. java连接ibm mq
  3. int arr 13 java,java学习13 - 数组的定义、操作、异常、二维数组
  4. 交流充电桩电路图_直流充电桩和交流充电桩给电动汽车充电过程中是如何工作的?...
  5. 机器学习之特征工程-特征选择
  6. Hadoop生态圈介绍
  7. Scala和Java二种方式实战Spark Streaming开发
  8. utf—8在苹果手机上乱码_Xcode下的中文乱码问题
  9. 跟 05 后拼年龄?算了,11 岁的他都成比特币专家了
  10. mysql-5.7.17.msi安装
  11. Flask 数据库迁移(详解)
  12. 《英语阅读教学与思维发展》读书笔记(三)
  13. 文本 字体 图像 列表
  14. 【友情链接NO.0000?】大佬们的博客(°ー°〃)
  15. java入门基础二 15-18 之三大集合
  16. Python青少年等级考试实操题(二级)
  17. 【苹果家庭推iiMessage】React Native举行开发仍是iOS,用原生的代码实现类似webview的页面
  18. RFSoC应用笔记 - RF数据转换器 -20- API使用指南之配置RFDC工作状态(ADC、DAC均适用)
  19. Simpack 2020.1 一种报错的解决方法No license for simat...
  20. Jq实现刷新页面更换广告的简单效果

热门文章

  1. 3.3.1JavaScript网页编程——WebAPI(JS之DOM基础篇,含事件)
  2. 【内存】scoped_ptr
  3. 【通证网】一建考试太难是因为你没有好的学习方法
  4. 基于springboot的JFlow工作流引擎
  5. linux 第11天
  6. msconfig蓝屏_关于MSConfig中修改引导造成开机蓝屏
  7. 某传统企业前端和运维招聘需求分析(业余吐槽 谈运维)
  8. 字符流和字节流使用场景
  9. Spring Security OAuth2认证授权示例
  10. 阿里:每秒 10W 次高并发订单业务,你怎么实现?