Virtual Private Networks (VPN) Dynamic Multipoint VPN (DMVPN)
IX10 User Guide
447
6. Set the hostname or IP address of the node that will be the next hop server:
(config network route service nhrp network 0 nhs 0)> nbma hostname/IP_
address
(config network route service nhrp network 0 nhs 0)>
7. Configure the overlay connection using BGP:
a. Type ... to return to the top level of the configuration schema:
(config network interface dmvpn_tunnel_interface)> ...
(config)>
b. Enable BGP:
(config)> network route service bgp enable true
(config)>
c. Set the autonomous system number for this device. For example, to set the autonomous
system number to 66007:
(config)> network route service bgp asn 66007
(config)>
d. Set the best path criteria to multipath:
(config)> network route service bgp as_path multipath-relax
(config)>
e. Add a neighbour:
(config)> add network route service bgp neighbour end
(config network route service bgp neighbour 0)>
f. Set ip to the IP address of the hub. For example:
(config network route service bgp neighbour 0)> ip 10.20.1.1
(config network route service bgp neighbour 0)>
g. Enable eBGP multihop:
(config network route service bgp neighbour 0)> ebgp_multihop true
(config network route service bgp neighbour 0)>
8. Repeat to add additional spokes.
9. Save the configuration and apply the change:
(config)> save
Configuration saved.
>
10. Type exit to exit the Admin CLI.
Depending on your device configuration, you may be presented with an Access selection
menu. Type quit to disconnect from the device.