VMware {code} Community
kvp511
Enthusiast
Enthusiast
Jump to solution

What is Multi-Interface Mode?

...and how can I update it with the API. Which xml tag is it?

Thanks

0 Kudos
1 Solution

Accepted Solutions
kvp511
Enthusiast
Enthusiast
Jump to solution

Ok I figured this one out.

When you add a network to an org it creates the edge gateway for you but sets:

<BackwardCompatibilityMode>true</BackwardCompatibilityMode>

You need to update this to:

<BackwardCompatibilityMode>false</BackwardCompatibilityMode>

Once you do this you will see that your Edge Gateway now has a check in the Multi-Interface Mode column.

View solution in original post

0 Kudos
1 Reply
kvp511
Enthusiast
Enthusiast
Jump to solution

Ok I figured this one out.

When you add a network to an org it creates the edge gateway for you but sets:

<BackwardCompatibilityMode>true</BackwardCompatibilityMode>

You need to update this to:

<BackwardCompatibilityMode>false</BackwardCompatibilityMode>

Once you do this you will see that your Edge Gateway now has a check in the Multi-Interface Mode column.

0 Kudos