Interface LocalNetworkGateway.UpdateStages.WithBgp
- All Known Subinterfaces:
LocalNetworkGateway.Update
- Enclosing interface:
- LocalNetworkGateway.UpdateStages
public static interface LocalNetworkGateway.UpdateStages.WithBgp
The stage of update allowing to specify local network gateway's BGP speaker settings.
-
Method Summary
Modifier and TypeMethodDescriptionEnables BGP.Disables BGP.
-
Method Details
-
withBgp
Enables BGP.- Parameters:
asn- the BGP speaker's ASNbgpPeeringAddress- the BGP peering address and BGP identifier of this BGP speaker- Returns:
- the next stage of the update
-
withoutBgp
LocalNetworkGateway.Update withoutBgp()Disables BGP.- Returns:
- the next stage of the update
-