I'm trying to configure interface to private-vlan mode trunk, but this fails with: % Error: Po 48 Port is part of a non-default VLAN.
This interface is configured as follows:
interface Port-channel 48
no ip address
portmode hybrid
switchport
sflow enable
vlt-peer-lag port-channel 48
no shutdown
And it has normal (non-PVLAN) untagged and multiple tagged VLANs already configured.
As I experimented this on another unused interface, I was only able to configure PVLAN trunk mode when all of the VLAN tags had been removed from the interface.
The interface I'm trying to configure is critical for production. So I would not like to remove VLAN tags from it.
Is there any way to configure private-vlan mode without removing VLANs and causing connection outages for normal VLANs?
The switch in question is in VLT domain with another switch and the aforementioned port-channel leads to another identical switch setup with VLT domain. So the port-channel has total of two links (one per switch).
{ sw1 --- sw2 }- VLT domain 1
| |
{ sw3 --- sw4 }- VLT domain 2
I had one idea to minimize downtime and interruptions was to do this on both switches of the configured link at the same time. So for example I would simultanously remove vlans, configure PVLAN mode and re-add vlans on the first sw1/sw3 pair and after that same for sw2/sw4 pair. My management connections originate from a network attached to sw1/sw2, but AFAIK I should be able to maintain management connection to the other side through the sw3/sw4 VLT interconnect. This of course would be done during maintenance window.