Interface RouteTable.UpdateStages.WithBgpRoutePropagation
-
- All Known Subinterfaces:
RouteTable.Update
- Enclosing interface:
- RouteTable.UpdateStages
public static interface RouteTable.UpdateStages.WithBgpRoutePropagationThe stage of the route table update allowing to specify whether to disable the routes learned by BGP on that route table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteTable.UpdatewithDisableBgpRoutePropagation()Disable the routes learned by BGP on that route table.RouteTable.UpdatewithEnableBgpRoutePropagation()Enable the routes learned by BGP on that route table.
-
-
-
Method Detail
-
withDisableBgpRoutePropagation
RouteTable.Update withDisableBgpRoutePropagation()
Disable the routes learned by BGP on that route table.- Returns:
- the next stage of the update
-
withEnableBgpRoutePropagation
RouteTable.Update withEnableBgpRoutePropagation()
Enable the routes learned by BGP on that route table.- Returns:
- the next stage of the update
-
-