Openstack Neutron 专题
发布日期:2022-02-12 16:07:01 浏览次数:11 分类:技术文章

本文共 1009 字,大约阅读时间需要 3 分钟。

1.构架

2.代码

 

3.cmd

neutron net-list

neutron router-list
neutron security-group-list
neutron security-group-show b4850001-security-group-id
neutron security-group-rule-list
neutron security-group-rule-show 2ca442c7-security-group-rule-id

neutron agent-list:

    Open vSwitch agent
    Loadbalancerv2 agent
    DHCP agent
    L3 agent

根据L3 agent ID查看该agent上所有的router列表

neutron router-list-on-l3-agent 85cbd204-L3-agent-id

查看路由器r1所在的l3-agent

neutron l3-agent-list-hosting-router R1

neutron l3-agent-router-add                  Add a router to a L3 agent.

neutron l3-agent-router-remove               Remove a router from a L3 agent.

路由器和外部网络连接/删除命令:

  router-gateway-clear                 Remove an external network gateway from a router.
  router-gateway-set                   Set the external network gateway for a router.
  
路由器和内部网络连接/删除命令
  router-interface-add                 Add an internal network interface to a router.
  router-interface-delete              Remove an internal network interface from a router.
  
NOVA:
nova boot --flavor <flavor>] --image <image> --availability-zone --nic net-id=net-uuid,v4-fixed-ip=ip-addr vm

转载地址:https://blog.csdn.net/wellsmith/article/details/94438641 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:Openstack相关概念
下一篇:Tungsten fabric deploy

发表评论

最新留言

路过,博主的博客真漂亮。。
[***.116.15.85]2024年04月06日 23时14分08秒