亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

H3C配置IPSEC 教程實(shí)例(圖文)

  發(fā)布時(shí)間:2016-10-04 14:10:29   作者:佚名   我要評論
這篇文章主要介紹了H3C配置IPSEC 教程實(shí)例(圖文),跟思科差不多,無非就是命令不一樣的,需要的朋友可以參考下

  H3C配置IPSEC 思路跟思科差不多,無非就是命令不一樣的,下面就演示一下

  拓?fù)洌?/p>

121001321.png

  RT1背后有個(gè)1.1.1.1網(wǎng)段,RT3背后有個(gè)3.3.3.3網(wǎng)段,ISP沒有這兩條路由

  RT2:

  system-view

  System View: return to User View with Ctrl+Z.

  [RT2]int g0/0/0

  [RT2-GigabitEthernet0/0/0]ip add 12.1.1.2 24

  [RT2-GigabitEthernet0/0/0]quit

  [RT2]int g0/0/1

  [RT2-GigabitEthernet0/0/1]ip add 23.1.1.2 24

  [RT2-GigabitEthernet0/0/1]quit

  RT1:

  acl number 3000

  rule 0 permit ip source 1.1.1.0 0.0.0.255 destination 3.3.3.0 0.0.0.255

  ike proposal 1

  encryption-algorithm 3des-cbc

  authentication-algorithm md5

  authentication-metod pre-share

  dh group2

  ike peer cisco

  id-type ip

  pre-shared-key simple cisco

  remote-address 23.1.1.3

  local-address 12.1.1.1

  #

  ipsec proposal cisco

  transform esp

  esp authentication-algorithm md5

  esp encryption-algorithm 3des

  ipsec policy cisco 10 isakmp

  security acl 3000

  ike-peer cisco

  proposal cisco

  int g0/0/0

  ipsec policy cisco

  ip route-static 0.0.0.0 0.0.0.0 12.1.1.2

  RT3:

  acl number 3000

  rule 0 permit ip source 3.3.3.0 0.0.0.255 destination 1.1.1.0 0.0.0.255

  ike proposal 1

  encryption-algorithm 3des-cbc

  authentication-algorithm md5

  authentication-metod pre-share

  dh group2

  ike peer cisco

  id-type ip

  pre-shared-key simple cisco

  remote-address 12.1.1.1

  local-address 23.1.1.3

  #

  ipsec proposal cisco

  transform esp

  esp authentication-algorithm md5

  esp encryption-algorithm 3des

  ipsec policy cisco 10 isakmp

  security acl 3000

  ike-peer cisco

  proposal cisco

  int g0/0/1

  ipsec policy cisco

  ip route-static 0.0.0.0 0.0.0.0 23.1.1.2

  效果:

123018194.png

相關(guān)文章

最新評論