427 
# Enable the VAM client. 
[Spoke2-vam-client-Spoke2] client enable 
[Spoke2-vam-client-Spoke2] quit 
3.  Configure an IPsec profile: 
# Configure IKE. 
[Spoke2] ike keychain abc 
[Spoke2-ike-keychain-abc] pre-shared-key address ipv6 :: 0 key simple 123456 
[Spoke2-ike-keychain-abc] quit 
[Spoke2] ike profile abc 
[Spoke2-ike-profile-abc] keychain abc 
[Spoke2-ike-profile-abc] quit 
# Configure the IPsec profile. 
[Spoke2] ipsec transform-set abc 
[Spoke2-ipsec-transform-set-abc] encapsulation-mode transport 
[Spoke2-ipsec-transform-set-abc] esp encryption-algorithm des-cbc 
[Spoke2-ipsec-transform-set-abc] esp authentication-algorithm sha1 
[Spoke2-ipsec-transform-set-abc] quit 
[Spoke2] ipsec profile abc isakmp 
[Spoke2-ipsec-profile-isakmp-abc] transform-set abc 
[Spoke2-ipsec-profile-isakmp-abc] ike-profile abc 
[Spoke2-ipsec-profile-isakmp-abc] quit 
4.  Configure OSPFv3. 
[Spoke2] ospfv3 1 
[Spoke2-ospfv3-1] router-id 0.0.0.5 
[Spoke2-ospfv3-1] area 0 
[Spoke2-ospfv3-1-area-0.0.0.0] quit 
[Spoke2-ospfv3-1] area 1 
[Spoke2-ospfv3-1-area-0.0.0.1] quit 
[Spoke2-ospfv3-1] quit 
[Spoke1] interface gigabitethernet 2/0/2 
[Spoke1-GigabitEthernet2/0/2] ospfv3 1 area 1 
[Spoke1-GigabitEthernet2/0/2] quit 
[Spoke1] interface gigabitethernet 2/0/3 
[Spoke1-GigabitEthernet2/0/3] ospfv3 1 area 1 
[Spoke1-GigabitEthernet2/0/3] quit 
5.  Configure UDP-mode IPv6 ADVPN tunnel interface tunnel1. Configure its DR priority as 0 so 
Spoke 2 will not participate in DR/BDR election. 
[Spoke2] interface tunnel1 mode advpn udp ipv6 
[Spoke2-Tunnel1] ipv6 address 192:168:1::4 64 
[Spoke2-Tunnel1] ipv6 address fe80::1:4 link-local 
[Spoke2-Tunnel1] vam ipv6 client Spoke2 
[Spoke2-Tunnel1] ospfv3 1 area 1 
[Spoke2-Tunnel1] ospfv3 network-type broadcast 
[Spoke2-Tunnel1] ospfv3 dr-priority 0 
[Spoke2-Tunnel1] advpn ipv6 network 192:168:20::0 64 
[Spoke2-Tunnel1] advpn ipv6 network 192:168:30::0 64 
[Spoke2-Tunnel1] source gigabitethernet 2/0/1 
[Spoke2-Tunnel1] tunnel protection ipsec profile abc