RouteTable.UpdateStages.WithBgpRoutePropagation Interface

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 Summary

Modifier and Type Method and Description
abstract Update withDisableBgpRoutePropagation()

Disable the routes learned by BGP on that route table.

abstract Update withEnableBgpRoutePropagation()

Enable the routes learned by BGP on that route table.

Method Details

withDisableBgpRoutePropagation

public abstract RouteTable.Update withDisableBgpRoutePropagation()

Disable the routes learned by BGP on that route table.

Returns:

the next stage of the update

withEnableBgpRoutePropagation

public abstract RouteTable.Update withEnableBgpRoutePropagation()

Enable the routes learned by BGP on that route table.

Returns:

the next stage of the update

Applies to