Skip to content

Instantly share code, notes, and snippets.

@jedipunkz
Created October 24, 2013 00:58
Show Gist options
  • Save jedipunkz/7129517 to your computer and use it in GitHub Desktop.
Save jedipunkz/7129517 to your computer and use it in GitHub Desktop.
network ノードと compute ノードのsudo ovs-vsctl list interface br-tun
network $ sudo ovs-vsctl list interface br-tun
[sudo] password for thirai:
_uuid : 74fbe10f-5b52-4594-86a6-e5bf4af2d4a4
admin_state : up
cfm_fault : []
cfm_fault_status : []
cfm_health : []
cfm_mpid : []
cfm_remote_mpids : []
cfm_remote_opstate : []
duplex : []
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
lacp_current : []
link_resets : 2
link_speed : []
link_state : up
mac : []
mac_in_use : "02:95:d5:8d:b3:49"
mtu : 1500
name : br-tun
ofport : 65534
ofport_request : []
options : {}
other_config : {}
statistics : {collisions=0, rx_bytes=468, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=6, tx_bytes=0, tx_dropped=0, tx_errors=0, tx_packets=0}
status : {driver_name=openvswitch}
type : internal
compute $ sudo ovs-vsctl list interface br-tun
_uuid : a7f43285-fe0d-461a-a000-eb3747e5c2c3
admin_state : up
cfm_fault : []
cfm_fault_status : []
cfm_health : []
cfm_mpid : []
cfm_remote_mpids : []
cfm_remote_opstate : []
duplex : []
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
lacp_current : []
link_resets : 2
link_speed : []
link_state : up
mac : []
mac_in_use : "be:11:4f:da:72:4c"
mtu : 1500
name : br-tun
ofport : 65534
ofport_request : []
options : {}
other_config : {}
statistics : {collisions=0, rx_bytes=468, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=6, tx_bytes=0, tx_dropped=0, tx_errors=0, tx_packets=0}
status : {driver_name=openvswitch}
type : internal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment