完全概括Cisco 路由器VPN配置语句

网络 路由交换
关于Cisco 路由器VPN配置,相信很多人对此都不是特别的了解,没有关系,下面我们就针对Cisco 路由器VPN配置给大家进行综合的讲解。

Cisco 路由器VPN配置对于网络安全来说是非藏重要的,同时在使用过程中让用户更加的方面快捷。本实验借助于Cisco 2600路由器,通过Cisco 路由器VPN配置实现蓝色学苑,一分部和二分部之间的网络互联,为了贴近实用性,中间仍然通过Cisco 3640 模拟ISP。通过在网络基础部分的介绍,各位应该对VPN路由技术有了一定的认识,在VPN的实现中主要有两个方面:建立VPN Tunnel和IPSec的加密具体拓扑图如下:

 

 
 
 
 

 

 

  1. Cisco 2600 with GRE Tunnel   
  2. Current configuration  
  3. !  
  4. version 12.0  
  5. sevice timestamps debug uptime  
  6. sevice timestamps log uptime  
  7. sevice password-encryption  
  8. !  
  9. hostname bluestudy1  
  10. !enable passsword cisco!  
  11. memory-size iomem 25  
  12. ip subnet-zero  
  13. no ip domain-lookup  
  14. !  
  15. interface Tunnel0  
  16. ip address 172.16.101.1 255.255.255.0  
  17. no ip directed-broadcast  
  18. ip mtu 1467  
  19. tunnel sourece 199.1.1.2  
  20. tunnel destination 199.1.2.2  
  21. !  
  22. interface serial0/0  
  23. no ip address  
  24. no ip directed-broadcast  
  25. encapsulation frame-relay  
  26. no ip mroute-cache  
  27. frame-relay lmi-type ansi  
  28. !interface serial0/0.1 point-to-point  
  29. description connected to internet  
  30. ip address 199.1.1.2 255.255.255.248  
  31. no ip directed-broadcast  
  32. ip nat outside  
  33. no arp frame-relay  
  34. frame-relay interface-dlci 111  
  35. !  
  36. !  
  37. interface ethernet0/0  
  38. ip address 172.16.1.1 255.255.255.0  
  39. no ip directed-broadcast  
  40. ip nat inside  
  41. !  
  42. router eigrp 100  
  43. network 172.16.0.0  
  44. !  
  45. router rip  
  46. version 2  
  47. network 172.16.0.0  
  48. no auto-summary  
  49. !  
  50. ip nat pool bluestudy 199.1.1.3 199.1.1.10 netmask 255.255.255.248  
  51. ip nat inside sourece list 2 pool bluestudy overload  
  52. ip nat inside sourece static 172.16.1.3 199.1.1.5  
  53. ip classless  
  54. ip route 0.0.0.0 0.0.0.0 srial0/0.1  
  55. ip http server  
  56. !  
  57. access-list 2 permit 172.16.1.0 0.0.0.255  
  58. snmp-server community public RO  
  59. !  
  60. line con 0  
  61. exec-timeout 0 0  
  62. password cisco  
  63. login  
  64. transport input none  
  65. line aux 0  
  66. line vty 0 4  
  67. password cisco  
  68. login  
  69. !  
  70. end  
  71. Cisco 2600 Configuration with IPSec   
  72. Current configuration  
  73. !  
  74. version 12.0  
  75. sevice timestamps debug uptime  
  76. sevice timestamps log uptime  
  77. sevice password-encryption  
  78. !  
  79. hostname bluestudy1  
  80. !  
  81. enable passsword cisco  
  82. !  
  83. memory-size iomem 25  
  84. ip subnet-zero  
  85. no ip domain-lookup  
  86. !  
  87. crypto isakmp key policy 1  
  88. authentication pre-share  
  89. group 2  
  90. crypto isakmp key slurpee-machine address 172.16.101.2  
  91. !  
  92. crypto ipsec transform-set test ah-sha-hmac esp-des esp-sha-hmac  
  93. !  
  94. set transform-set test  
  95. !  
  96. crypto map bluestudy 10 ipsec-isakmp  
  97. set peer 172.16.101.2  
  98. set transform-set test  
  99. match address 101  
  100. !  
  101. interface Tunnel0  
  102. ip address 172.16.101.1 255.255.255.0  
  103. no ip directed-broadcast  
  104. ip mtu 1467  
  105. login  
  106. !  
  107. end  

以上就是关于Cisco 路由器VPN配置语句的全面概括,希望您看完后,会对Cisco 路由器VPN配置有更加深刻的了解,保证我们的网络安全。

责任编辑:王晓东 来源: 计世网
相关推荐

2009-12-02 09:48:37

Cisco路由器配置命

2010-07-30 15:59:44

配置

2009-04-14 09:48:00

cisco路由器配置

2009-12-03 14:30:30

Cisco路由器限速

2011-04-01 16:03:18

IOS路由器

2010-08-06 10:21:38

路由器配置

2012-03-20 10:05:57

Cisco路由器路由器DNS

2012-03-02 14:17:03

2010-08-03 11:35:06

2010-08-04 13:27:07

路由器配置

2010-08-26 09:55:25

Cisco路由器DHCP

2010-08-12 08:57:25

2009-12-11 15:21:15

华为路由器CISCO路由器

2011-03-07 17:34:35

IGRP

2010-08-23 09:21:34

路由器WCCP

2010-08-26 15:40:08

Cisco路由器DHC

2009-12-14 15:52:52

路由器配置

2009-12-02 15:58:55

Cisco路由器配置命

2010-08-03 13:28:57

2009-12-21 10:15:57

点赞
收藏

51CTO技术栈公众号