R0106-HP MSR Router Series Layer 3 - IP Services Configuration Guide(V7)

354
Device Interface IP address
Device
Interface IP address
Tunnel1 192:168::2/64 Spoke 2 GE1/0/1 1::4/64
AAA server
1::10/64
GE1/0/2 192:168:2::1/64
Primary server GE1/0/1 1::11/64
Tunnel1 192:168::4/64
Secondary server GE1/0/1 1::12/64
Configuring the primary VAM server
1. Configure IP addresses for the interfaces. (Details not shown.)
2. Configure AAA:
# Configure RADIUS scheme abc.
<PrimaryServer> system-view
[PrimaryServer] radius scheme abc
[PrimaryServer-radius-abc] primary authentication ipv6 1::10 1812
[PrimaryServer-radius-abc] primary accounting ipv6 1::10 1813
[PrimaryServer-radius-abc] key authentication simple 123
[PrimaryServer-radius-abc] key accounting simple 123
[PrimaryServer-radius-abc] user-name-format without-domain
[PrimaryServer-radius-abc] quit
[PrimaryServer] radius session-control enable
# Configure AAA methods for the ISP domain abc.
[PrimaryServer] domain abc
[PrimaryServer-isp-abc] authentication advpn radius-scheme abc
[PrimaryServer-isp-abc] accounting advpn radius-scheme abc
[PrimaryServer-isp-abc] quit
[PrimaryServer] domain default enable abc
3. Configure the VAM server:
# Create ADVPN domain abc.
[PrimaryServer] vam server advpn-domain abc id 1
# Create hub group 0.
[PrimaryServer-vam-server-domain-abc] hub-group 0
# Specify hub private addresses.
[PrimaryServer-vam-server-domain-abc-hub-group-0] hub ipv6 private-address
192:168::1
[PrimaryServer-vam-server-domain-abc-hub-group-0] hub ipv6 private-address
192:168::2
# Specify a spoke private network.
[PrimaryServer-vam-server-domain-abc-hub-group-0] spoke ipv6 private-address
network 192:168::0 64
[PrimaryServer-vam-server-domain-abc-hub-group-0] quit
# Set the pre-shared key to 123456.
[PrimaryServer-vam-server-domain-abc] pre-shared-key simple 123456
# Set the authentication mode to CHAP.
[PrimaryServer-vam-server-domain-abc] authentication-method chap
# Enable the VAM server for the ADVPN domain.