Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. [root@con-nkes-003 ~]# neutron port-show myport1
  2. +-----------------------+------------------------------------------------------------------------------------+
  3. | Field | Value |
  4. +-----------------------+------------------------------------------------------------------------------------+
  5. | admin_state_up | True |
  6. | allowed_address_pairs | |
  7. | binding:host_id | com-nkes-004.nkes.netcom.corp |
  8. | binding:profile | {} |
  9. | binding:vif_details | {"port_filter": true} |
  10. | binding:vif_type | bridge |
  11. | binding:vnic_type | normal |
  12. | created_at | 2018-07-19T12:45:20 |
  13. | description | |
  14. | device_id | 6e985f3d-c013-46bc-9995-6d4ddff9b473 |
  15. | device_owner | compute:nova |
  16. | extra_dhcp_opts | |
  17. | fixed_ips | {"subnet_id": "3df6a4b3-7d74-475c-9a15-b94208585b39", "ip_address": "10.131.0.10"} |
  18. | id | 27fd5f99-4573-472d-9ee4-e29721abf32e |
  19. | mac_address | fa:16:3e:8f:8d:6a |
  20. | name | myport1 |
  21. | network_id | 93069427-c485-43c8-8556-2cde098ea29f |
  22. | port_security_enabled | False |
  23. | security_groups | |
  24. | status | ACTIVE |
  25. | tenant_id | 24e713b09b2e4b1e86fea586e4738e06 |
  26. | updated_at | 2018-07-19T13:05:47 |
  27. +-----------------------+------------------------------------------------------------------------------------+
  28. [root@con-nkes-003 ~]# openstack server list --all-projects
  29. +--------------------------------------+----------------+--------+----------------------+
  30. | ID | Name | Status | Networks |
  31. +--------------------------------------+----------------+--------+----------------------+
  32. | 6e985f3d-c013-46bc-9995-6d4ddff9b473 | test-vlan-1310 | ACTIVE | nkesnet0=10.131.0.10 |
  33. | c0423fbd-cdea-44cb-8d7b-6be9c0069f04 | temp | ACTIVE | net=10.131.239.137 |
  34. | f3f0a2cd-b6b6-4234-97ca-01bdbdb45943 | lync-nkes-003 | ACTIVE | net=10.131.239.135 |
  35. | 30d6dc70-1107-4a4c-b337-2e49925c1697 | wsus-nkes-002 | ACTIVE | net=10.131.239.139 |
  36. | 6dd108fe-a160-450e-9226-92664a4b983d | dc-nkes-003 | ACTIVE | net=10.131.239.138 |
  37. +--------------------------------------+----------------+--------+----------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement