0% found this document useful (0 votes)
50 views

IPSec VPN Configuration On Huawei

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views

IPSec VPN Configuration On Huawei

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

IPSec VPN Configuration On Huawei

In this lesson we will see IPSec VPN Configuration On Huawei Routers. IPSec
configurations has some basic steps.

These steps are given below:

▪ IPSec Authentication and Encryption Configuration


▪ IPSec Policy Configuration
▪ IPSec Interface Association
▪ IPSec Configuration Verification

For our Huawei IPSec VPN Configuration, we will use the below basic topology.
Now, let’s start the configuration on each router.

You can download this configuration on Huawei eNSP Labs Page.

IPSec Authentication and Encryption


Configuration

Firstly, we will configure authentication and encription mode. To do this, we will enter the
“ipsec proposal tran” command. Our authentication algorithm will be SHA-2 and we will
use AES as encryption algorithm. Firstly we will configure Router 1.

[Huawei-Router1] ipsec proposal tran


[Huawei-Router1-ipsec-proposal-trans1] esp authentication-algorithm sha2
[Huawei-Router1-ipsec-proposal-trans1] esp encryption-algorithm aes
[Huawei-Router1-ipsec-proposal-trans1] quit

Then, we will configure IPSec with the same commands on Router 2 too.
[Huawei-Router2] ipsec proposal tran
[Huawei-Router2-ipsec-proposal-trans1] esp authentication-algorithm sha2
[Huawei-Router2-ipsec-proposal-trans1] esp encryption-algorithm aes
[Huawei-Router2-ipsec-proposal-trans1] quit

You might also like