VMware Networking Community
mad83
Contributor
Contributor

NSX-T 3.2.x setup PortConfigResetAtDisconnect

Hello All,

i'm looking option/way to set $false value for this setting: "PortConfigResetAtDisconnect" on NSX-T managed port group.

below command work on vCenter server managed port group:

Get-VDPortgroup -Name VDS-PortGroup | Get-VDPortgroupOverridePolicy | `
    Set-VDPortgroupOverridePolicy -ResetPortConfigAtDisconnect $false
 
when i execute it against NSX-T managed port group i got this issue:
 
Set-VDPortgroupOverridePolicy A specified parameter was not correct: DistributedVirtualPortgroup. Updating or removing an NSX port group from vCenter is not allowed
 
VDPortgroupBlockOverrideAllowed      TrafficShapingOverrideAllowedSecurityOverrideAllowedVlanOverrideAllowedUplinkTeamingOverrideAllowedResetPortConfigAtDisconnect
NSX-T managedTRUEFALSEFALSEFALSEFALSETRUE
vCenter managedFALSEFALSEFALSEFALSEFALSEFALSE
 
Reply
0 Kudos
1 Reply
bmcb555
Enthusiast
Enthusiast

This is the expected behaviour, once you integrate with NSX control of the port-group is handed off into NSX as segments. Unfortunately I couldn't see anywhere via the GUI or the API to make the change you're looking for. Maybe one to raise to VMware.

Reply
0 Kudos