iKuai爱快流控路由

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 19162|回复: 53
打印 上一主题 下一主题

[版本剧透] cisco路由与爱快对接IPSEC案例

[复制链接]
跳转到指定楼层
楼主
发表于 2017-2-8 17:54:11 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式



就上一个简单的拓扑和配置,不详细解释了。

cisco 路由配置
  1. Building configuration...

  2. Current configuration : 2286 bytes
  3. !
  4. ! Last configuration change at 16:00:49 GMT Wed Feb 8 2017
  5. version 15.2
  6. no service pad
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname AAAAAAA
  12. !
  13. boot-start-marker
  14. boot system flash c800-universalk9-mz.SPA.154-3.M1.bin
  15. boot-end-marker
  16. !
  17. !
  18. enable secret 4 8a./rRpqmMgDDv1Z2sTJXzcfTgT2r4A4fYds2And0i6
  19. enable password *******
  20. !
  21. no aaa new-model
  22. memory-size iomem 10
  23. clock timezone GMT 8 0
  24. !
  25. !
  26. !
  27. !
  28. !
  29. ip dhcp excluded-address 192.168.6.200 192.168.6.254
  30. ip dhcp excluded-address 192.168.6.1 192.168.6.99
  31. !
  32. ip dhcp pool DHCP_POOL
  33. network 192.168.6.0 255.255.255.0
  34. default-router 192.168.6.1
  35. dns-server 202.96.134.33 114.114.114.114
  36. lease 0 0 30
  37. !
  38. !
  39. !
  40. ip cef
  41. no ipv6 cef
  42. !
  43. !
  44. license udi pid CISCO881-K9 sn FGL180322YF
  45. !         
  46. !
  47. archive
  48. log config
  49.   hidekeys

  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. crypto isakmp policy 10
  58. encr 3des
  59. hash md5
  60. authentication pre-share
  61. lifetime 10800
  62. crypto isakmp key sanshi address 100.100.100.100  
  63. !
  64. !
  65. crypto ipsec transform-set myset esp-3des esp-md5-hmac
  66. mode tunnel
  67. !
  68. !
  69. !
  70. crypto map mymap 10 ipsec-isakmp
  71. set peer 100.100.100.100
  72. set transform-set myset
  73. match address ipsec
  74. !
  75. !
  76. !
  77. !
  78. !
  79. interface FastEthernet0
  80. no ip address
  81. !
  82. interface FastEthernet1
  83. no ip address
  84. !
  85. interface FastEthernet2
  86. no ip address
  87. !
  88. interface FastEthernet3
  89. no ip address
  90. !
  91. interface FastEthernet4
  92. ip address 200.200.200.200 255.255.255.0
  93. ip nat outside
  94. ip virtual-reassembly in
  95. duplex full
  96. speed 100
  97. crypto map mymap
  98. !
  99. interface Vlan1
  100. ip address 192.168.6.1 255.255.255.0
  101. ip nat inside
  102. ip virtual-reassembly in
  103. !
  104. ip local policy route-map Check-Local
  105. ip forward-protocol nd
  106. no ip http server
  107. no ip http secure-server
  108. !
  109. ip nat inside source list 110 interface FastEthernet4 overload
  110. ip route 0.0.0.0 0.0.0.0 FastEthernet4 200.200.200.1
  111. !
  112. ip access-list extended ipsec
  113. permit ip 192.168.6.0 0.0.0.255 192.168.100.0 0.0.0.255
  114. !
  115. access-list 110 deny   ip 192.168.6.0 0.0.0.255 192.168.100.0 0.0.0.255
  116. access-list 110 permit ip 192.168.6.0 0.0.0.255 any
  117. !
  118. !
  119. !
  120. line con 0
  121. no modem enable
  122. line aux 0
  123. password *******
  124. line vty 0 4
  125. password *******
  126. login
  127. transport input all
  128. !
  129. scheduler allocate 3000 1000
  130. ntp server 211.233.84.186
  131. ntp server 122.226.192.4
  132. !
  133. end
复制代码
爱快配置




分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏3 支持支持1 反对反对
沙发
发表于 2017-2-8 17:58:23 | 只看该作者
沙发

点评

感谢各位技术的支持,请各位排好队来顶 哈哈  发表于 2017-2-8 18:47
板凳
发表于 2017-2-8 17:58:23 | 只看该作者
顶一个,好东西

点评

位置站错了,排小C后面去  发表于 2017-2-8 18:48
地板
发表于 2017-2-8 18:17:43 | 只看该作者
一个复杂,一个简单。。。相映成趣。。。这个很有意思,截图发朋友圈了,哈哈
5#
发表于 2017-2-8 18:39:54 | 只看该作者
顶一个。

点评

感谢各位技术的支持,请各位排好队来顶 哈哈  发表于 2017-2-8 18:47
6#
 楼主| 发表于 2017-2-8 18:45:27 | 只看该作者
小C 发表于 2017-2-8 18:17
一个复杂,一个简单。。。相映成趣。。。这个很有意思,截图发朋友圈了,哈哈
...

复杂也有复杂的好处,比如说灵活度更高。当然爱快能把复杂的东西简单化本身也不是一个简单的事情
7#
发表于 2017-2-8 18:49:27 | 只看该作者
有爱快了,为什么要用思科呢

点评

多种因素,有事用啥不是你说了算的,比如政策、行政、甲方要求等等。  发表于 2017-2-9 18:20
要是不稳定,别人也许一天都不能等。  发表于 2017-2-8 22:48
8#
 楼主| 发表于 2017-2-8 18:52:30 | 只看该作者
puyol123456 发表于 2017-2-8 18:49
有爱快了,为什么要用思科呢

这个问题问的好,客户应该全部换成爱快  
9#
发表于 2017-2-8 18:53:35 | 只看该作者
cimo 发表于 2017-2-8 18:52
这个问题问的好,客户应该全部换成爱快

这句话听的真爽,晚上的鸡蛋灌饼得多加一个鸡蛋!

点评

C总晚上就吃这个?  发表于 2017-2-9 18:21
为什么 为什么,别人稳定肯定没问题  发表于 2017-2-8 22:45
10#
发表于 2017-2-8 19:11:09 | 只看该作者
小C 发表于 2017-2-8 18:53
这句话听的真爽,晚上的鸡蛋灌饼得多加一个鸡蛋!

我真觉得华为思科的高端路由挺垃圾的,那么沉,功能那么少,接口那么少,还要单独花钱买板子,也不够配置灵活直观。软路由完全可以啊,淘宝3000多的24核心,64g内存二手服务器装爱快,ros,配合一些淘宝二手的二层万兆交换机,做单臂路由,绝对超过华为93,97,77系列啊,如果爱快能把缓存做稳定了。后期再做出一些配合支付宝微信的在线开通账户付款的功能,还有双机热备功能,那宇宙无敌了。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

站长推荐上一条 /1 下一条

QQ|小黑屋|手机版|Archiver|论坛规章制度|iKuai Inc. ( 京ICP备13042604号 )

GMT+8, 2024-5-1 12:04

Powered by Discuz! X3.3

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表