be.ac.ulg.montefiore.run.totem.domain.model
Interface BgpRouter


public interface BgpRouter

Represent a BGP router.

Author:
: Bruno Quoitin (bqu@info.ucl.ac.be) Creation date : 08-Feb-2005 Changes: --------

Method Summary
 java.util.List<BgpNeighbor> getAllNeighbors()
          Returns the list of this router's neighbors.
 java.util.List<BgpNetwork> getAllNetworks()
          Returns the list of networks that are advertised by this router.
 java.lang.String getId()
          Returns the router's identifier (free-form string).
 java.lang.String getRid()
          Returns the router's router-ID.
 

Method Detail

getId

java.lang.String getId()
Returns the router's identifier (free-form string).

Returns:
the router's identifier.

getRid

java.lang.String getRid()
Returns the router's router-ID.

Returns:
the router's router-ID.

getAllNetworks

java.util.List<BgpNetwork> getAllNetworks()
Returns the list of networks that are advertised by this router.

Returns:
list of networks advertised by this router.

getAllNeighbors

java.util.List<BgpNeighbor> getAllNeighbors()
Returns the list of this router's neighbors.

Returns:
list of neighbors of this router.


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.