vmware-archive / powernsx

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

how configure ospf redirection in one edge? #625

Open MartinEtcheverry opened 4 years ago

MartinEtcheverry commented 4 years ago

hi, i am tryng to figuring out how to configure ospf route redistribution in a edge. any hint?

alagoutte commented 4 years ago

Hi martin,

Do you have try

Get-NsxEdge Edge01 | Get-NsxEdgeRouting | Set-NsxEdgeRouting -EnableOspfRouteRedistribution:$false 

or

Get-NsxEdge Edge01 | Get-NsxEdgeRouting | New-NsxEdgeRedistributionRule -PrefixName test -Learner ospf -FromConnected -FromStatic -Action permit