HPE FlexNetwork HSR6800 Configuration Manual page 312

Layer 3-ip routing configuration guide
Hide thumbs Also See for FlexNetwork HSR6800:
Table of Contents

Advertisement

# Configure Router A.
<RouterA> system-view
[RouterA] ripng 1
[RouterA-ripng-1] quit
[RouterA] interface gigabitethernet 2/1/1
[RouterA-Gigabitethernet2/1/1] ripng 1 enable
[RouterA-Gigabitethernet2/1/1] quit
# Configure Router B.
<RouterB> system-view
[RouterB] ripng 1
[RouterB-ripng-1] quit
[RouterB] interface gigabitethernet 2/1/1
[RouterB-Gigabitethernet2/1/1] ripng 1 enable
[RouterB-Gigabitethernet2/1/1] quit
[RouterB] interface gigabitethernet 2/1/2
[RouterB-Gigabitethernet2/1/2] ripng 1 enable
[RouterB-Gigabitethernet2/1/2] quit
# Configure Router C.
<RouterC> system-view
[RouterC] ripng 1
[RouterC-ripng-1] quit
[RouterC] interface gigabitethernet 2/1/1
[RouterC-Gigabitethernet2/1/1] ripng 1 enable
[RouterC-Gigabitethernet2/1/1] quit
Configure RIPng IPsec policies:
3.
# On Router A, create an IPsec proposal named tran1, and set the encapsulation mode to
transport mode, the security protocol to ESP, the encryption algorithm to DES, and
authentication algorithm to SHA1. Create an IPsec policy named policy001, specify the
manual mode for it, reference IPsec proposal tran1, set the SPIs of the inbound and outbound
SAs to 12345, and the keys for the inbound and outbound SAs using ESP to abcdefg.
[RouterA] ipsec transform-set tran1
[RouterA-ipsec-transform-set-tran1] encapsulation-mode transport
[RouterA-ipsec-transform-set-tran1] transform esp
[RouterA-ipsec-transform-set-tran1] esp encryption-algorithm des
[RouterA-ipsec-transform-set-tran1] esp authentication-algorithm sha1
[RouterA-ipsec-transform-set-tran1] quit
[RouterA] ipsec policy policy001 10 manual
[RouterA-ipsec-policy-manual-policy001-10] transform-set tran1
[RouterA-ipsec-policy-manual-policy001-10] sa spi outbound esp 12345
[RouterA-ipsec-policy-manual-policy001-10] sa spi inbound esp 12345
[RouterA-ipsec-policy-manual-policy001-10] sa string-key outbound esp abcdefg
[RouterA-ipsec-policy-manual-policy001-10] sa string-key inbound esp abcdefg
[RouterA-ipsec-policy-manual-policy001-10] quit
# On Router B, create an IPsec proposal named tran1, and set the encapsulation mode to
transport mode, the security protocol to ESP, the encryption algorithm to DES, and
authentication algorithm to SHA1. Create an IPsec policy named policy001, specify the
manual mode for it, reference IPsec proposal tran1, set the SPIs of the inbound and outbound
SAs to 12345, and the keys for the inbound and outbound SAs using ESP to abcdefg.
[RouterB] ipsec transform-set tran1
[RouterB-ipsec-transform-set-tran1] encapsulation-mode transport
300

Advertisement

Table of Contents
loading

Table of Contents