 2134828665
			
		
	
	2134828665
	
	
	
		
			
			Split content into kubernetes and openstack to align with refactoring of other docs. Incorporated review comments doc/source/_includes/dynamic-vxlan.rest update Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: I4c27aa4d1d5d405824eda669d5f484987e7789de Signed-off-by: Ron Stone <ronald.stone@windriver.com>
		
			
				
	
	
	
		
			1.2 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.2 KiB
		
	
	
	
	
	
	
	
Add and Maintain Routes for a VXLAN Network
You can add or delete routing table entries for hosts on a VXLAN network using the CLI.
The compute node must be locked.
To add routes, use the following command.
~(keystone_admin)]$ system host-route-add <node> <ifname> <network> <prefix> <gateway> <metric>where
- node
- 
is the name or UUID of the compute node 
- ifname
- 
is the name of the interface 
- network
- 
is an IPv4 or IPv6 network address 
- prefix
- 
is the netmask length for the network address 
- gateway
- 
is the default gateway 
- metric
- 
is the cost of the route (the number of hops) 
To delete routes, use the following command.
~(keystone_admin)]$ system host-route-delete <uuid> <ifname> <network> <prefix> <gateway> <metric>where uuid is the UUID of the route to be deleted.
To list existing routes, including their UUIDs, use the following command.
~(keystone_admin)]$ system host-route-list compute-0