首页 > 移动平台 > 详细

CISCO IOS 与 USG6KV IPSEC ×××

时间:2018-06-28 11:57:13      阅读:263      评论:0      收藏:0      [点我收藏+]
技术分享图片

CISCO ############################CONFIG##########

Ipsec *** test
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp key cisco@123 address 202.1.1.1
!
crypto ipsec transform-set set esp-3des esp-sha-hmac
mode transport
!
crypto map s 1 ipsec-isakmp
set peer 202.1.1.1
set transform-set set
match address 100
!
!
interface Loopback0
ip address 2.2.2.2 255.255.255.255
!
interface Loopback1
ip address 192.168.2.1 255.255.255.255
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface FastEthernet1/0
ip address 23.1.1.2 255.255.255.0
duplex half
crypto map s
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet1/0
no ip http server
no ip http secure-server
!
access-list 100 permit ip 192.168.2.0 0.0.0.255 192.168.1.0 0.0.0.255 log

##########
技术分享图片

HUAWEI##
技术分享图片

技术分享图片

技术分享图片

技术分享图片

技术分享图片

CISCO IOS 与 USG6KV IPSEC ×××

原文:http://blog.51cto.com/miller0intarnet/2133449

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!