public interface BgpInfoService
| Modifier and Type | Method and Description |
|---|---|
Collection<BgpRouteEntry> |
getBgpRoutes4()
Gets the selected IPv4 BGP routes among all BGP sessions.
|
Collection<BgpRouteEntry> |
getBgpRoutes6()
Gets the selected IPv6 BGP routes among all BGP sessions.
|
Collection<BgpSession> |
getBgpSessions()
Gets the BGP sessions.
|
Collection<BgpSession> getBgpSessions()
Collection<BgpRouteEntry> getBgpRoutes4()
Collection<BgpRouteEntry> getBgpRoutes6()