vmware-archive / powernsx

PowerShell module that abstracts the VMware NSX-v API to a set of easily used PowerShell functions
173 stars 89 forks source link

Disable RPF on ESG #451

Open dumlutimuralp opened 6 years ago

dumlutimuralp commented 6 years ago

Can not find a way to disable RPF on an Edge Services Gateway interface. I need this in an ECMP topology based PoC.

alagoutte commented 6 years ago

Yes, there is no cmdlet for play with systemcontrol, you need to use directly invoke-nsxwebrequest cmdlets... (and write your request using https://kb.vmware.com/s/article/2127073 )

pandom commented 6 years ago

Do you believe this should be an existing cmdlet or part of a routing cmdlet?

nmbradford commented 6 years ago

@kanecharles92 was after visibility of RPF on per interface (get-nsxedgeinterface) too, which is a bit broken given that I have to munge in data from a different REST resource to make it appear...