You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
Get-NSXIPSet -scopeid edge-5 # for example, to get IPSets only in Edge-5
It pulls all IPSets instead of those just scoped to edge-5, I can see globalroot scopes objects as well (we don't have universal scoped objects). As such the command takes a long time to execute, if we have a large IPSet numbers.
The text was updated successfully, but these errors were encountered:
That may be true, however, if you do "get-help get-nsxipset -full" one of the examples says that its possible. So if its not possible, it should not access scoped ids.
-------------------------- EXAMPLE 5 --------------------------
PS C:>Get-NSXIpSet TestEsgeIPSet -scopeId edge-1
Returns all locally configured IP Sets on the specified edge.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I issue the command:
Get-NSXIPSet -scopeid edge-5 # for example, to get IPSets only in Edge-5
It pulls all IPSets instead of those just scoped to edge-5, I can see globalroot scopes objects as well (we don't have universal scoped objects). As such the command takes a long time to execute, if we have a large IPSet numbers.
The text was updated successfully, but these errors were encountered: