New Question

shiva-m's profile - activity

2017-12-05 23:08:14 +0200 received badge  Famous Question (source)
2017-12-05 23:08:14 +0200 received badge  Notable Question (source)
2017-12-05 23:08:14 +0200 received badge  Popular Question (source)
2016-04-16 04:46:50 +0200 received badge  Famous Question (source)
2016-04-16 04:46:50 +0200 received badge  Notable Question (source)
2016-04-16 04:46:24 +0200 received badge  Famous Question (source)
2016-04-15 19:37:34 +0200 asked a question How to retreive VLAN assigned on a physical adapter from powershell command
  1. Is there any powershell command to retreive VLAN configured on a physical interface ?

  2. We can assign VLAN from the UI for some physical adapters, where as setting VLAN from the following powershell command will fail, saying that "Requested operation not supported on adapter Ethernet".

Set-NetAdapter -InterfaceAlias "Ethernet" -VlanID 1200 Why is this weird behaviour ?

2016-03-15 17:03:06 +0200 commented answer How to configure VLAN for a HyperV Switch through powershell command

Thanks a lot. It worked fine .!

2016-03-15 16:56:11 +0200 received badge  Popular Question (source)
2016-03-15 16:55:17 +0200 received badge  Popular Question (source)
2016-03-15 16:55:17 +0200 received badge  Notable Question (source)
2016-03-04 11:38:13 +0200 asked a question How to configure VLAN for a HyperV Switch through powershell command

I want to configure VLAN for management OS for an external HyperV switch. From Virtual switch manager, its straight forward, by checking enable VLAN for mangement OS in HyperV switch properties.

How can I set VLAN in the same way through powershell command ?

Command I used to create HyperV Virtual switch: New-VMSwitch -Name external_switch -NetAdapterName Ethernet -AllowManagementOS $false

2016-03-02 17:47:38 +0200 commented answer Set VLAN for physical network adapter in Windows

Hi. Yes, windows is virtualized. Correct, not all network adapters support vlan. But which all do support? I have pasted two net adapter properties I have tested with, one of which supports vlan tagging. http://ibin.co/2YsLoKjlhAsj http://ibin.co/2YsMFBU3gbYp Let me know any info required Thanks

2016-03-02 11:56:36 +0200 asked a question Set VLAN for physical network adapter in Windows

I have tried setting VLAN for a net-adapter in Windows Server 2012.

If the adapter is Intel, it says not supported. Set-NetAdapter "Ethernet 2" -vlanid 1200

Output: Set-NetAdapter : Requested operation not supported on adapter 'Ethernet 2'

Incase, if this command works fine, how to bypass the execution prompt for this command. I tried using -confirm:$True, -Force parameters, its not working.

ERROR: Set-NetAdapter : A parameter cannot be found that matches parameter name 'Force'

2016-01-28 06:22:37 +0200 received badge  Enthusiast
2016-01-25 05:01:44 +0200 received badge  Scholar (source)
2016-01-21 13:27:49 +0200 commented answer OVS with HyperV Integration with vxlan

Hi Alin, Thanks for catching it. Actually, I had tried adding NORMAL flows for internal,external.1 ports in my previous attempts, but never gave high priority. After I gave high priority, these packets are not getting dropped now. Thanks for constantly helping to resolve this issue.

2016-01-21 06:38:31 +0200 received badge  Famous Question (source)
2016-01-20 13:53:30 +0200 commented answer OVS with HyperV Integration with vxlan

Hi Alin, Yes, I am using neutron. Last time forgot to paste dump-flows on the other end. Sometimes , If I do tcpdump on the Network Node adapter, keeps on sending ARP request to find other tunnel endpoint.(Compute Node side). Output pasted: http://pastebin.com/ySXTKk7P, http://pastebin.com/wAVWRwDx

2016-01-19 13:30:46 +0200 commented answer OVS with HyperV Integration with vxlan

Hi Alin, Thanks for the reply. Yes, somehow it was not showing. Now I have done the setup afresh. I have pasted the output again. Please have a look at it. "http://pastebin.com/NvXkCLxF" From the dump-flows, I could see that packets are going out from the tunnel endpoint, but not reaching the other.

2016-01-19 06:00:17 +0200 received badge  Notable Question (source)
2016-01-18 10:49:16 +0200 commented answer OVS with HyperV Integration with vxlan

Hi Alin, I have pasted output of commands which you requested here "http://pastebin.com/exF7TepP" Please let me know if any other clarification required. Thanks Shiva

2016-01-17 17:28:06 +0200 received badge  Popular Question (source)
2016-01-14 08:49:32 +0200 asked a question OVS with HyperV Integration with vxlan

Hi, we are following this blog "https://cloudbase.it/open-vswitch-24-on-hyperv-part-1/" to integrate Openstack Cloud with OVS L2 agent on HyperV Compute. If we enable OpenVswitch Extension on HyperV Switch, the connectivity is lost between Controller and the Compute.

As far I know, for VXLAN, tunnel will be established between two endpoints which should be connected. In this example, 10.13.10.15 and 10.13.10.30 should be pingable.

options: {dfdefault="true", inkey=flow, localip="10.13.10.35", outkey=flow, remote_ip="10.13.10.30"}