[jira] [Commented] (CLOUDSTACK-6572) [Hyper-V] Deploy VM inside VPC tier fails due to VR unable to find nic

2014-05-26 Thread Daan Hoogland (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14008806#comment-14008806
 ] 

Daan Hoogland commented on CLOUDSTACK-6572:
---

took some time to resolve the conflicts; resolving

 [Hyper-V] Deploy VM inside VPC tier fails due to VR unable to find nic
 --

 Key: CLOUDSTACK-6572
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6572
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: Hypervisor Controller, Network Controller
Affects Versions: 4.4.0
 Environment: 4.4, Hyper-V Advanced zone, VPC
Reporter: Sowmya Krishnan
Assignee: Rajesh Battala
Priority: Blocker
 Fix For: 4.4.0


 Create a VPC offering with all services provided by VPCVR
 Create a VPC using this offering
 Configure a tier in the VPC with all services enabled including LB
 Launch a VM in the tier
 Fails to deploy VM since VR is unable to find a nic. VR has allocated all 8 
 nics but only eth0 has acquired private IP
 Here's ifconfig output of VR:
 eth0  Link encap:Ethernet  HWaddr 02:00:02:2d:00:01
   inet addr:10.102.195.179  Bcast:10.102.195.255  Mask:255.255.252.0
   inet6 addr: fe80::2ff:fe2d:1/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:25785 errors:0 dropped:0 overruns:0 frame:0
   TX packets:431 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:2160968 (2.0 MiB)  TX bytes:79183 (77.3 KiB)
 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:2 errors:0 dropped:0 overruns:0 frame:0
   TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:214 (214.0 B)  TX bytes:214 (214.0 B)
 mysql select * from domain_router where id = 3\G
  id: 3
  element_id: 2
  public_mac_address: 06:4b:c6:00:00:0e
   public_ip_address: 10.102.196.237
  public_netmask: 255.255.255.0
   guest_netmask: NULL
guest_ip_address: NULL
 is_redundant_router: 0
priority: 0
  is_priority_bumpup: 0
 redundant_state: UNKNOWN
stop_pending: 0
role: VIRTUAL_ROUTER
template_version: Cloudstack Release 4.4.0 Fri Apr 11 18:25:32 UTC 2014
 scripts_version: 16486954f5bda9ef9254913c0d692bd0
  vpc_id: 1
 1 row in set (0.00 sec)
 mysql select * from nics where vm_type = 'DomainRouter';
 | id | uuid | instance_id | mac_address   
 | ip4_address| netmask | gateway  | ip_type | broadcast_uri | 
 network_id | mode   | state| strategy | reserver_name| 
 reservation_id   | device_id | update_time | 
 isolation_uri | ip6_address | default_nic | vm_type  | created
  | removed | ip6_gateway | ip6_cidr | secondary_ip | display_nic |
 ++--+-+---++-+--+-+---+++--+--+--+--+---+-+---+-+-+--+-+-+-+--+--+-+
 |  8 | a218f142-213f-4dff-9b43-7d9c2b577ea4 |   3 | 02:00:02:2d:00:01 
 | 10.102.195.179 | 255.255.252.0   | 10.102.192.1 | Ip4 | NULL  | 
202 | Static | Reserved | Start| ControlNetworkGuru   | 
 09a63fe0-a914-4a76-ab47-54558b82d900 | 0 | 2014-05-05 09:14:39 | NULL 
  | NULL|   0 | DomainRouter | 2014-05-05 03:44:39 | 
 NULL| NULL| NULL |0 |   1 |
 |  9 | 79883821-1efe-4a52-9af9-1f4a8413ed8f |   3 | 06:4b:c6:00:00:0e 
 | 10.102.196.237 | 255.255.255.0   | 10.102.196.1 | NULL| vlan://100| 
200 | Static | Reserved | Managed  | PublicNetworkGuru| NULL   
   | 1 | 2014-05-05 09:14:39 | vlan://100  
   | NULL|   1 | DomainRouter | 2014-05-05 03:44:39 | NULL
 | NULL| NULL |0 |   1 |
 | 11 | fd7db89a-f5a8-4653-aab8-c7c2621546bf |   3 | 02:00:6c:8a:00:02 
 | 10.10.1.1  | 255.255.255.240 | 10.10.1.1| Ip4 | vlan://850| 
204 | Dhcp   | Reserved | Start| ExternalGuestNetworkGuru | NULL   
   | 2 | 

[jira] [Commented] (CLOUDSTACK-6572) [Hyper-V] Deploy VM inside VPC tier fails due to VR unable to find nic

2014-05-15 Thread Rajesh Battala (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13992529#comment-13992529
 ] 

Rajesh Battala commented on CLOUDSTACK-6572:


Daan, 
I have made a patch  to resolve ^M characters due to windows.
https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=648a724dfc49222873124089464ccda92278fa9f
 

I have sent mail to you about it. Please do the needful.

 [Hyper-V] Deploy VM inside VPC tier fails due to VR unable to find nic
 --

 Key: CLOUDSTACK-6572
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6572
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: Hypervisor Controller, Network Controller
Affects Versions: 4.4.0
 Environment: 4.4, Hyper-V Advanced zone, VPC
Reporter: Sowmya Krishnan
Assignee: Rajesh Battala
Priority: Blocker
 Fix For: 4.4.0


 Create a VPC offering with all services provided by VPCVR
 Create a VPC using this offering
 Configure a tier in the VPC with all services enabled including LB
 Launch a VM in the tier
 Fails to deploy VM since VR is unable to find a nic. VR has allocated all 8 
 nics but only eth0 has acquired private IP
 Here's ifconfig output of VR:
 eth0  Link encap:Ethernet  HWaddr 02:00:02:2d:00:01
   inet addr:10.102.195.179  Bcast:10.102.195.255  Mask:255.255.252.0
   inet6 addr: fe80::2ff:fe2d:1/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:25785 errors:0 dropped:0 overruns:0 frame:0
   TX packets:431 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:2160968 (2.0 MiB)  TX bytes:79183 (77.3 KiB)
 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:2 errors:0 dropped:0 overruns:0 frame:0
   TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:214 (214.0 B)  TX bytes:214 (214.0 B)
 mysql select * from domain_router where id = 3\G
  id: 3
  element_id: 2
  public_mac_address: 06:4b:c6:00:00:0e
   public_ip_address: 10.102.196.237
  public_netmask: 255.255.255.0
   guest_netmask: NULL
guest_ip_address: NULL
 is_redundant_router: 0
priority: 0
  is_priority_bumpup: 0
 redundant_state: UNKNOWN
stop_pending: 0
role: VIRTUAL_ROUTER
template_version: Cloudstack Release 4.4.0 Fri Apr 11 18:25:32 UTC 2014
 scripts_version: 16486954f5bda9ef9254913c0d692bd0
  vpc_id: 1
 1 row in set (0.00 sec)
 mysql select * from nics where vm_type = 'DomainRouter';
 | id | uuid | instance_id | mac_address   
 | ip4_address| netmask | gateway  | ip_type | broadcast_uri | 
 network_id | mode   | state| strategy | reserver_name| 
 reservation_id   | device_id | update_time | 
 isolation_uri | ip6_address | default_nic | vm_type  | created
  | removed | ip6_gateway | ip6_cidr | secondary_ip | display_nic |
 ++--+-+---++-+--+-+---+++--+--+--+--+---+-+---+-+-+--+-+-+-+--+--+-+
 |  8 | a218f142-213f-4dff-9b43-7d9c2b577ea4 |   3 | 02:00:02:2d:00:01 
 | 10.102.195.179 | 255.255.252.0   | 10.102.192.1 | Ip4 | NULL  | 
202 | Static | Reserved | Start| ControlNetworkGuru   | 
 09a63fe0-a914-4a76-ab47-54558b82d900 | 0 | 2014-05-05 09:14:39 | NULL 
  | NULL|   0 | DomainRouter | 2014-05-05 03:44:39 | 
 NULL| NULL| NULL |0 |   1 |
 |  9 | 79883821-1efe-4a52-9af9-1f4a8413ed8f |   3 | 06:4b:c6:00:00:0e 
 | 10.102.196.237 | 255.255.255.0   | 10.102.196.1 | NULL| vlan://100| 
200 | Static | Reserved | Managed  | PublicNetworkGuru| NULL   
   | 1 | 2014-05-05 09:14:39 | vlan://100  
   | NULL|   1 | DomainRouter | 2014-05-05 03:44:39 | NULL
 | NULL| NULL |0 |   1 |
 | 11 | fd7db89a-f5a8-4653-aab8-c7c2621546bf |   3 | 02:00:6c:8a:00:02 
 | 10.10.1.1  | 

[jira] [Commented] (CLOUDSTACK-6572) [Hyper-V] Deploy VM inside VPC tier fails due to VR unable to find nic

2014-05-12 Thread Daan Hoogland (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994874#comment-13994874
 ] 

Daan Hoogland commented on CLOUDSTACK-6572:
---

Rajesh, it does not cherry-pick without conflicts.




-- 
Daan


 [Hyper-V] Deploy VM inside VPC tier fails due to VR unable to find nic
 --

 Key: CLOUDSTACK-6572
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6572
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: Hypervisor Controller, Network Controller
Affects Versions: 4.4.0
 Environment: 4.4, Hyper-V Advanced zone, VPC
Reporter: Sowmya Krishnan
Assignee: Rajesh Battala
Priority: Blocker
 Fix For: 4.4.0


 Create a VPC offering with all services provided by VPCVR
 Create a VPC using this offering
 Configure a tier in the VPC with all services enabled including LB
 Launch a VM in the tier
 Fails to deploy VM since VR is unable to find a nic. VR has allocated all 8 
 nics but only eth0 has acquired private IP
 Here's ifconfig output of VR:
 eth0  Link encap:Ethernet  HWaddr 02:00:02:2d:00:01
   inet addr:10.102.195.179  Bcast:10.102.195.255  Mask:255.255.252.0
   inet6 addr: fe80::2ff:fe2d:1/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:25785 errors:0 dropped:0 overruns:0 frame:0
   TX packets:431 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:2160968 (2.0 MiB)  TX bytes:79183 (77.3 KiB)
 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:2 errors:0 dropped:0 overruns:0 frame:0
   TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:214 (214.0 B)  TX bytes:214 (214.0 B)
 mysql select * from domain_router where id = 3\G
  id: 3
  element_id: 2
  public_mac_address: 06:4b:c6:00:00:0e
   public_ip_address: 10.102.196.237
  public_netmask: 255.255.255.0
   guest_netmask: NULL
guest_ip_address: NULL
 is_redundant_router: 0
priority: 0
  is_priority_bumpup: 0
 redundant_state: UNKNOWN
stop_pending: 0
role: VIRTUAL_ROUTER
template_version: Cloudstack Release 4.4.0 Fri Apr 11 18:25:32 UTC 2014
 scripts_version: 16486954f5bda9ef9254913c0d692bd0
  vpc_id: 1
 1 row in set (0.00 sec)
 mysql select * from nics where vm_type = 'DomainRouter';
 | id | uuid | instance_id | mac_address   
 | ip4_address| netmask | gateway  | ip_type | broadcast_uri | 
 network_id | mode   | state| strategy | reserver_name| 
 reservation_id   | device_id | update_time | 
 isolation_uri | ip6_address | default_nic | vm_type  | created
  | removed | ip6_gateway | ip6_cidr | secondary_ip | display_nic |
 ++--+-+---++-+--+-+---+++--+--+--+--+---+-+---+-+-+--+-+-+-+--+--+-+
 |  8 | a218f142-213f-4dff-9b43-7d9c2b577ea4 |   3 | 02:00:02:2d:00:01 
 | 10.102.195.179 | 255.255.252.0   | 10.102.192.1 | Ip4 | NULL  | 
202 | Static | Reserved | Start| ControlNetworkGuru   | 
 09a63fe0-a914-4a76-ab47-54558b82d900 | 0 | 2014-05-05 09:14:39 | NULL 
  | NULL|   0 | DomainRouter | 2014-05-05 03:44:39 | 
 NULL| NULL| NULL |0 |   1 |
 |  9 | 79883821-1efe-4a52-9af9-1f4a8413ed8f |   3 | 06:4b:c6:00:00:0e 
 | 10.102.196.237 | 255.255.255.0   | 10.102.196.1 | NULL| vlan://100| 
200 | Static | Reserved | Managed  | PublicNetworkGuru| NULL   
   | 1 | 2014-05-05 09:14:39 | vlan://100  
   | NULL|   1 | DomainRouter | 2014-05-05 03:44:39 | NULL
 | NULL| NULL |0 |   1 |
 | 11 | fd7db89a-f5a8-4653-aab8-c7c2621546bf |   3 | 02:00:6c:8a:00:02 
 | 10.10.1.1  | 255.255.255.240 | 10.10.1.1| Ip4 | vlan://850| 
204 | Dhcp   | Reserved | Start| ExternalGuestNetworkGuru | NULL   
   | 

[jira] [Commented] (CLOUDSTACK-6572) [Hyper-V] Deploy VM inside VPC tier fails due to VR unable to find nic

2014-05-07 Thread Rajesh Battala (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13991610#comment-13991610
 ] 

Rajesh Battala commented on CLOUDSTACK-6572:


this commit will fix the issue.

Commit cf41ccaa5b6475dace0bddbe6681c98cc5149189 in cloudstack's branch 
refs/heads/4.4-forward from Rajesh Battala
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=cf41cca ]
CLOUDSTACK-6518 [Hyper-V] Efficient way of finding the empty nic in VR/VpcVR to 
configure VPC entities

 [Hyper-V] Deploy VM inside VPC tier fails due to VR unable to find nic
 --

 Key: CLOUDSTACK-6572
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6572
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: Hypervisor Controller, Network Controller
Affects Versions: 4.4.0
 Environment: 4.4, Hyper-V Advanced zone, VPC
Reporter: Sowmya Krishnan
Priority: Blocker
 Fix For: 4.4.0


 Create a VPC offering with all services provided by VPCVR
 Create a VPC using this offering
 Configure a tier in the VPC with all services enabled including LB
 Launch a VM in the tier
 Fails to deploy VM since VR is unable to find a nic. VR has allocated all 8 
 nics but only eth0 has acquired private IP
 Here's ifconfig output of VR:
 eth0  Link encap:Ethernet  HWaddr 02:00:02:2d:00:01
   inet addr:10.102.195.179  Bcast:10.102.195.255  Mask:255.255.252.0
   inet6 addr: fe80::2ff:fe2d:1/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:25785 errors:0 dropped:0 overruns:0 frame:0
   TX packets:431 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:2160968 (2.0 MiB)  TX bytes:79183 (77.3 KiB)
 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:2 errors:0 dropped:0 overruns:0 frame:0
   TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:214 (214.0 B)  TX bytes:214 (214.0 B)
 mysql select * from domain_router where id = 3\G
  id: 3
  element_id: 2
  public_mac_address: 06:4b:c6:00:00:0e
   public_ip_address: 10.102.196.237
  public_netmask: 255.255.255.0
   guest_netmask: NULL
guest_ip_address: NULL
 is_redundant_router: 0
priority: 0
  is_priority_bumpup: 0
 redundant_state: UNKNOWN
stop_pending: 0
role: VIRTUAL_ROUTER
template_version: Cloudstack Release 4.4.0 Fri Apr 11 18:25:32 UTC 2014
 scripts_version: 16486954f5bda9ef9254913c0d692bd0
  vpc_id: 1
 1 row in set (0.00 sec)
 mysql select * from nics where vm_type = 'DomainRouter';
 | id | uuid | instance_id | mac_address   
 | ip4_address| netmask | gateway  | ip_type | broadcast_uri | 
 network_id | mode   | state| strategy | reserver_name| 
 reservation_id   | device_id | update_time | 
 isolation_uri | ip6_address | default_nic | vm_type  | created
  | removed | ip6_gateway | ip6_cidr | secondary_ip | display_nic |
 ++--+-+---++-+--+-+---+++--+--+--+--+---+-+---+-+-+--+-+-+-+--+--+-+
 |  8 | a218f142-213f-4dff-9b43-7d9c2b577ea4 |   3 | 02:00:02:2d:00:01 
 | 10.102.195.179 | 255.255.252.0   | 10.102.192.1 | Ip4 | NULL  | 
202 | Static | Reserved | Start| ControlNetworkGuru   | 
 09a63fe0-a914-4a76-ab47-54558b82d900 | 0 | 2014-05-05 09:14:39 | NULL 
  | NULL|   0 | DomainRouter | 2014-05-05 03:44:39 | 
 NULL| NULL| NULL |0 |   1 |
 |  9 | 79883821-1efe-4a52-9af9-1f4a8413ed8f |   3 | 06:4b:c6:00:00:0e 
 | 10.102.196.237 | 255.255.255.0   | 10.102.196.1 | NULL| vlan://100| 
200 | Static | Reserved | Managed  | PublicNetworkGuru| NULL   
   | 1 | 2014-05-05 09:14:39 | vlan://100  
   | NULL|   1 | DomainRouter | 2014-05-05 03:44:39 | NULL
 | NULL| NULL |0 |   1 |
 | 11 | fd7db89a-f5a8-4653-aab8-c7c2621546bf |

[jira] [Commented] (CLOUDSTACK-6572) [Hyper-V] Deploy VM inside VPC tier fails due to VR unable to find nic

2014-05-07 Thread Daan Hoogland (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13991764#comment-13991764
 ] 

Daan Hoogland commented on CLOUDSTACK-6572:
---

Rajesh, this was the commit I refused because of ^Ms. Do you have a replacement 
patch?

 [Hyper-V] Deploy VM inside VPC tier fails due to VR unable to find nic
 --

 Key: CLOUDSTACK-6572
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6572
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: Hypervisor Controller, Network Controller
Affects Versions: 4.4.0
 Environment: 4.4, Hyper-V Advanced zone, VPC
Reporter: Sowmya Krishnan
Priority: Blocker
 Fix For: 4.4.0


 Create a VPC offering with all services provided by VPCVR
 Create a VPC using this offering
 Configure a tier in the VPC with all services enabled including LB
 Launch a VM in the tier
 Fails to deploy VM since VR is unable to find a nic. VR has allocated all 8 
 nics but only eth0 has acquired private IP
 Here's ifconfig output of VR:
 eth0  Link encap:Ethernet  HWaddr 02:00:02:2d:00:01
   inet addr:10.102.195.179  Bcast:10.102.195.255  Mask:255.255.252.0
   inet6 addr: fe80::2ff:fe2d:1/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:25785 errors:0 dropped:0 overruns:0 frame:0
   TX packets:431 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:2160968 (2.0 MiB)  TX bytes:79183 (77.3 KiB)
 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:2 errors:0 dropped:0 overruns:0 frame:0
   TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:214 (214.0 B)  TX bytes:214 (214.0 B)
 mysql select * from domain_router where id = 3\G
  id: 3
  element_id: 2
  public_mac_address: 06:4b:c6:00:00:0e
   public_ip_address: 10.102.196.237
  public_netmask: 255.255.255.0
   guest_netmask: NULL
guest_ip_address: NULL
 is_redundant_router: 0
priority: 0
  is_priority_bumpup: 0
 redundant_state: UNKNOWN
stop_pending: 0
role: VIRTUAL_ROUTER
template_version: Cloudstack Release 4.4.0 Fri Apr 11 18:25:32 UTC 2014
 scripts_version: 16486954f5bda9ef9254913c0d692bd0
  vpc_id: 1
 1 row in set (0.00 sec)
 mysql select * from nics where vm_type = 'DomainRouter';
 | id | uuid | instance_id | mac_address   
 | ip4_address| netmask | gateway  | ip_type | broadcast_uri | 
 network_id | mode   | state| strategy | reserver_name| 
 reservation_id   | device_id | update_time | 
 isolation_uri | ip6_address | default_nic | vm_type  | created
  | removed | ip6_gateway | ip6_cidr | secondary_ip | display_nic |
 ++--+-+---++-+--+-+---+++--+--+--+--+---+-+---+-+-+--+-+-+-+--+--+-+
 |  8 | a218f142-213f-4dff-9b43-7d9c2b577ea4 |   3 | 02:00:02:2d:00:01 
 | 10.102.195.179 | 255.255.252.0   | 10.102.192.1 | Ip4 | NULL  | 
202 | Static | Reserved | Start| ControlNetworkGuru   | 
 09a63fe0-a914-4a76-ab47-54558b82d900 | 0 | 2014-05-05 09:14:39 | NULL 
  | NULL|   0 | DomainRouter | 2014-05-05 03:44:39 | 
 NULL| NULL| NULL |0 |   1 |
 |  9 | 79883821-1efe-4a52-9af9-1f4a8413ed8f |   3 | 06:4b:c6:00:00:0e 
 | 10.102.196.237 | 255.255.255.0   | 10.102.196.1 | NULL| vlan://100| 
200 | Static | Reserved | Managed  | PublicNetworkGuru| NULL   
   | 1 | 2014-05-05 09:14:39 | vlan://100  
   | NULL|   1 | DomainRouter | 2014-05-05 03:44:39 | NULL
 | NULL| NULL |0 |   1 |
 | 11 | fd7db89a-f5a8-4653-aab8-c7c2621546bf |   3 | 02:00:6c:8a:00:02 
 | 10.10.1.1  | 255.255.255.240 | 10.10.1.1| Ip4 | vlan://850| 
204 | Dhcp   | Reserved | Start| ExternalGuestNetworkGuru | NULL   
   | 2 |