-1

I was wondering how to create a IPv6 port group on a vSwitch in ESXi 6.5.

I have IPV6 enabled on all the hosts in my cluster, and when creating the port group it does not ask me if it is IPv6 or not. Any ideas?

Thanks!

rjmend
  • 3
  • 1
  • 3

1 Answers1

7

The key here is the word 'switch', if you're using a VSS or DVS then that's what you've got - a switch, a layer-2 only device, i.e. it doesn't care a jot about what layer-3 protocol you're using - it doesn't know if you're using IP or not - so whether you're using IPv4 or v6, or any other L3 protocol (they do exist) then the switch won't care, it'll forward ethernet packets all day long and not care about what's in them while it's doing it.

Chopper3
  • 101,299
  • 9
  • 108
  • 239
  • Got it, so if i assign that port group to a VM, and configure ipv6 in that VM, it will be ok? – rjmend Jun 03 '19 at 22:03
  • 2
    @RyanMendoza The vSwitch will not care. That's not to say you won't have any problems with IPv6, but if you do have a problem, it won't be because of the vSwitch. – Michael Hampton Jun 04 '19 at 02:20