Interface RouteTable.UpdateStages.WithBgpRoutePropagation

  • All Known Subinterfaces:
    RouteTable.Update
    Enclosing interface:
    RouteTable.UpdateStages

    public static interface RouteTable.UpdateStages.WithBgpRoutePropagation
    The stage of the route table update allowing to specify whether to disable 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