Advertisement
Guest User

Untitled

a guest
Apr 24th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. [root@study-node1 ~]# nova secgroup-list
  2. +--------------------------------------+---------+-------------+
  3. | Id | Name | Description |
  4. +--------------------------------------+---------+-------------+
  5. | b677d868-c21f-400f-b6d2-0e48a5dbcffa | default | default |
  6. +--------------------------------------+---------+-------------+
  7. [root@study-node1 ~]# nova secgroup-list-rules b677d868-c21f-400f-b6d2-0e48a5dbcffa
  8. +-------------+-----------+---------+-----------+--------------+
  9. | IP Protocol | From Port | To Port | IP Range | Source Group |
  10. +-------------+-----------+---------+-----------+--------------+
  11. | tcp | 22 | 22 | 0.0.0.0/0 | |
  12. | icmp | -1 | -1 | 0.0.0.0/0 | |
  13. | | | | | default |
  14. | | | | | default |
  15. +-------------+-----------+---------+-----------+--------------+
  16. [root@study-node1 ~]#
  17.  
  18.  
  19. [root@study-node1 ~]# arp -n
  20. Address HWtype HWaddress Flags Mask Iface
  21. 10.50.10.50 ether 00:50:56:b1:51:92 C eth1
  22. 10.2.57.101 ether 00:50:56:98:d9:01 C eth4
  23. 10.2.57.103 ether 00:50:56:98:8d:78 C eth4
  24. 10.2.57.1 ether 40:55:39:dd:dd:00 C eth4
  25. 10.0.0.103 ether fa:16:3e:88:ea:98 C qbrcce74661-84
  26. 192.168.16.254 ether 40:55:39:dd:dd:00 C eth3
  27. 10.0.0.103 (incomplete) eth0.2001
  28. 10.0.0.101 (incomplete) eth0.2001
  29. 10.2.57.104 ether 00:50:56:aa:ab:ac C eth4
  30. 10.2.57.102 ether 00:50:56:98:8e:a8 C eth4
  31. 192.168.16.60 ether 00:50:56:b1:26:bc C eth3
  32. 10.0.0.11 ether 00:50:56:b1:7c:6d C eth0.2001
  33. 10.0.0.103 ether fa:16:3e:88:ea:98 C qbr42b1aeb6-08
  34. 10.0.0.103 ether fa:16:3e:88:ea:98 C qbr7aafa7f6-a1
  35.  
  36.  
  37. [root@study-node1 ~]# ovs-vsctl show
  38. cc309988-0e71-40e7-9dba-3a48ff68d810
  39. Bridge br-int
  40. fail_mode: secure
  41. Port "qvo42b1aeb6-08"
  42. tag: 1
  43. Interface "qvo42b1aeb6-08"
  44. Port "eth0.2001"
  45. Interface "eth0.2001"
  46. Port br-int
  47. Interface br-int
  48. type: internal
  49. Port "qvo7aafa7f6-a1"
  50. tag: 1
  51. Interface "qvo7aafa7f6-a1"
  52. Port int-br-int
  53. Interface int-br-int
  54. type: patch
  55. options: {peer=phy-br-int}
  56. Port phy-br-int
  57. Interface phy-br-int
  58. type: patch
  59. options: {peer=int-br-int}
  60. Port "qvocce74661-84"
  61. tag: 1
  62. Interface "qvocce74661-84"
  63. Bridge br-tun
  64. Port br-tun
  65. Interface br-tun
  66. type: internal
  67. Port patch-int
  68. Interface patch-int
  69. type: patch
  70. options: {peer=patch-tun}
  71. Port "gre-0a000002"
  72. Interface "gre-0a000002"
  73. type: gre
  74. options: {df_default="true", in_key=flow, local_ip="10.0.0.31", out_key=flow, remote_ip="10.0.0.2"}
  75. ovs_version: "2.1.3"
  76. [root@study-node1 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement