华为AR路由器策略模板建立ipsec过程

华为AR系列路由器使用策略模板建立ipsec vpn专用线路

网络拓扑图
display current-configuration
[V200R003C00]

sysname ZB

snmp-agent local-engineid 800007DB03000000000000
snmp-agent

clock timezone China-Standard-Time minus 08:00:00

portal local-server load portalpage.zip

drop illegal-mac alarm

set cpu-usage threshold 80 restore 75

acl number 3000
rule 5 permit ip source 192.168.2.0 0.0.0.255 destination 192.168.1.0 0.0.0.255

rule 10 deny ip

ipsec proposal 1
esp authentication-algorithm sha1
esp encryption-algorithm aes-128

ike proposal 5
encryption-algorithm aes-cbc-128
dh group14
authentication-algorithm aes-xcbc-mac-96

ike peer 1 v2
pre-shared-key simple 12345
ike-proposal 5
remote-name FA
remote-address 1.1.1.1

ipsec policy 1 1 isakmp
security acl 3000
ike-peer 1
proposal 1

aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher % % K8m.Nt84DZ}e#<0`8bmE3Uw}% %
local-user admin service-type http

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ip address 192.168.2.1 255.255.255.0

interface GigabitEthernet0/0/1
ip address 2.2.2.1 255.255.255.0
ipsec policy 1

interface GigabitEthernet0/0/2

interface NULL0

ip route-static 0.0.0.0 0.0.0.0 2.2.2.2

user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20

wlan ac

return

##上边是总部路由器配置

[FA]display current-configuration
[V200R003C00]

sysname FA

snmp-agent local-engineid 800007DB03000000000000
snmp-agent

clock timezone China-Standard-Time minus 08:00:00

portal local-server load portalpage.zip

drop illegal-mac alarm

set cpu-usage threshold 80 restore 75

acl number 3000
rule 5 permit ip source 192.168.1.0 0.0.0.255 destination 192.168.2.0 0.0.0.255

rule 10 deny ip

ipsec proposal 1
esp authentication-algorithm sha1
esp encryption-algorithm aes-128

ike proposal 5
encryption-algorithm aes-cbc-128
dh group14
authentication-algorithm aes-xcbc-mac-96

ike peer 1 v2
pre-shared-key simple 12345
ike-proposal 5
remote-name ZB
remote-address 2.2.2.1

ipsec policy 1 1 isakmp
security acl 3000
ike-peer 1
proposal 1

aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher % % K8m.Nt84DZ}e#<0`8bmE3Uw}% %
local-user admin service-type http

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ip address 1.1.1.1 255.255.255.0
ipsec policy 1

interface GigabitEthernet0/0/1
ip address 192.168.1.1 255.255.255.0

interface GigabitEthernet0/0/2

interface NULL0

ip route-static 0.0.0.0 0.0.0.0 1.1.1.2

user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20

wlan ac

return
[FA]
[FA]

Please check whether system data has been changed, and save data in time

Configuration console time out, please press any key to log on

dis display cu display current-configuration [V200R003C00] # sysname FA # snmp-agent local-engineid 800007DB03000000000000 snmp-agent # clock timezone China-Standard-Time minus 08:00:00 # portal local-server load portalpage.zip # drop illegal-mac alarm # set cpu-usage threshold 80 restore 75 # acl number 3000 rule 5 permit ip source 192.168.1.0 0.0.0.255 destination 192.168.2.0 0.0.0.255

rule 10 deny ip

ipsec proposal 1
esp authentication-algorithm sha1
esp encryption-algorithm aes-128

ike proposal 5
encryption-algorithm aes-cbc-128
dh group14
authentication-algorithm aes-xcbc-mac-96

ike peer 1 v2
pre-shared-key simple 12345
ike-proposal 5
remote-name ZB
remote-address 2.2.2.1

ipsec policy 1 1 isakmp
security acl 3000
ike-peer 1
proposal 1

aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher % % K8m.Nt84DZ}e#<0`8bmE3Uw}% %
local-user admin service-type http

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ip address 1.1.1.1 255.255.255.0
ipsec policy 1

interface GigabitEthernet0/0/1
ip address 192.168.1.1 255.255.255.0

interface GigabitEthernet0/0/2

interface NULL0

ip route-static 0.0.0.0 0.0.0.0 1.1.1.2

user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20

wlan ac

return

上边是分支路由器配置

display current-configuration
[V200R003C00]

sysname inter

snmp-agent local-engineid 800007DB03000000000000
snmp-agent

clock timezone China-Standard-Time minus 08:00:00

portal local-server load portalpage.zip

drop illegal-mac alarm

set cpu-usage threshold 80 restore 75

aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher % % K8m.Nt84DZ}e#<0`8bmE3Uw}% %
local-user admin service-type http

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ip address 1.1.1.2 255.255.255.0

interface GigabitEthernet0/0/1
ip address 2.2.2.2 255.255.255.0

interface GigabitEthernet0/0/2

interface NULL0

user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20

wlan ac

return


上边上互联网配置

  • 1
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值