CISCO IOS 与 USG6KV IPSEC ×××

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CISCO IOS 与 USG6KV IPSEC ×××相关的知识,希望对你有一定的参考价值。

技术分享图片

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

Ipsec *** test
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp key [email protected] 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 ×××的主要内容,如果未能解决你的问题,请参考以下文章

Cisco路由器IPSec 虚拟专用网原理与详细配置

IPSec ××× 访问控制

Cisco的ASA防火墙和路由器上实现IPSec虚拟专用网

cisco ASA5505 与 fortinet防火墙 组建IPSEC VPN 能实现吗? 如何配置。

CIsco路由器实现IPSec 虚拟专用网原理及配置详解

Cisco ASA防火墙实现IPSec 虚拟专用网,可跟做!!!