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


public interface BgpNeighbor

Represent a BGP neighbor.

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

Method Summary
 java.lang.String getAddress()
          Returns the neighbor's IP address.
 int getASID()
          Returns the neighbor's AS number.
 boolean hasNextHopSelf()
          Returns true is the neighbor needs next-hop-self.
 boolean isReflectorClient()
          Returns true if the neighbor is a route-reflector client.
 

Method Detail

getAddress

java.lang.String getAddress()
Returns the neighbor's IP address.

Returns:
IP address of the neighbor.

getASID

int getASID()
Returns the neighbor's AS number.

Returns:
AS number of the neighbor.

isReflectorClient

boolean isReflectorClient()
Returns true if the neighbor is a route-reflector client.

Returns:
true iff the neighbor is a route-reflector client.

hasNextHopSelf

boolean hasNextHopSelf()
Returns true is the neighbor needs next-hop-self.

Returns:
true iff the neighbor needs next-hop-self.


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