Re: [Openstack-operators] doubt about static routes and host routes

2015-06-10 Thread James Denton
The router-interface-add commands attaches a subnet to a router. To add a route (or routes) to a router, try the following: Syntax: neutron router-update --routes type=dict list=true destination=,nexthop= To add multiple routes: Syntax: neutron router-update --routes type=dict list=true des

Re: [Openstack-operators] doubt about static routes and host routes

2015-06-10 Thread Saju M
Hi james, Thanks for the reply Through Neutron command "neutron router-create / router-update" we can't add routes to a router, right ? I could not find any way to add routes to a router. I think. "#neutron router-interface-add" command internally add routes to router, right ? Could you please sh

Re: [Openstack-operators] doubt about static routes and host routes

2015-06-10 Thread James Denton
Hi Saju, Host routes added to a subnet get pushed to the instances in that subnet via dhcp. A route added to a router via router-create or router-update is added to the routing table within the qrouter namespace and affects all connected subnets/instances. James Sent from my iPhone > On Ju

[Openstack-operators] doubt about static routes and host routes

2015-06-10 Thread Saju M
Hi, Can we add static routes to the router which created by "#neutron router-create" command ? What is the defference static routes of router and --host_routes of subnet ? I also would like to know use case of static routes of router and --host_routes of subnet ? Regards Saju Madhavan +91 095351