public static interface BgpConfigurator.Iface
Modifier and Type | Method and Description |
---|---|
int |
addVrf(layer_type l_type,
String rd,
List<String> irts,
List<String> erts,
af_afi afi,
af_safi safi) |
int |
createPeer(String ipAddress,
long asNumber) |
int |
deletePeer(String ipAddress) |
int |
delVrf(String rd,
af_afi afi,
af_safi safi) |
int |
disableAddressFamily(String peerIp,
af_afi afi,
af_safi safi) |
int |
disableGracefulRestart() |
int |
disableMultipath(af_afi afi,
af_safi safi) |
int |
enableAddressFamily(String peerIp,
af_afi afi,
af_safi safi) |
int |
enableEORDelay(int delay) |
int |
enableGracefulRestart(int stalepathTime) |
int |
enableMultipath(af_afi afi,
af_safi safi) |
Routes |
getRoutes(protocol_type p_type,
int optype,
int winSize,
af_afi afi) |
int |
multipaths(String rd,
int maxPath) |
int |
pushRoute(protocol_type p_type,
String prefix,
String nexthop,
String rd,
int ethtag,
String esi,
String macaddress,
int l3label,
int l2label,
encap_type enc_type,
String routermac,
af_afi afi) |
int |
sendEOR() |
int |
setEbgpMultihop(String peerIp,
int nHops) |
int |
setLogConfig(String logFileName,
String logLevel) |
int |
setPeerSecret(String ipAddress,
String rfc2385_sharedSecret) |
int |
setUpdateSource(String peerIp,
String srcIp) |
int |
startBgp(long asNumber,
String routerId,
int port,
int holdTime,
int keepAliveTime,
int stalepathTime,
boolean announceFlush) |
int |
stopBgp(long asNumber) |
int |
unsetEbgpMultihop(String peerIp) |
int |
unsetUpdateSource(String peerIp) |
int |
withdrawRoute(protocol_type p_type,
String prefix,
String rd,
int ethtag,
String esi,
String macaddress,
af_afi afi) |
int startBgp(long asNumber, String routerId, int port, int holdTime, int keepAliveTime, int stalepathTime, boolean announceFlush) throws org.apache.thrift.TException
org.apache.thrift.TException
int stopBgp(long asNumber) throws org.apache.thrift.TException
org.apache.thrift.TException
int createPeer(String ipAddress, long asNumber) throws org.apache.thrift.TException
org.apache.thrift.TException
int setPeerSecret(String ipAddress, String rfc2385_sharedSecret) throws org.apache.thrift.TException
org.apache.thrift.TException
int deletePeer(String ipAddress) throws org.apache.thrift.TException
org.apache.thrift.TException
int addVrf(layer_type l_type, String rd, List<String> irts, List<String> erts, af_afi afi, af_safi safi) throws org.apache.thrift.TException
org.apache.thrift.TException
int delVrf(String rd, af_afi afi, af_safi safi) throws org.apache.thrift.TException
org.apache.thrift.TException
int pushRoute(protocol_type p_type, String prefix, String nexthop, String rd, int ethtag, String esi, String macaddress, int l3label, int l2label, encap_type enc_type, String routermac, af_afi afi) throws org.apache.thrift.TException
org.apache.thrift.TException
int withdrawRoute(protocol_type p_type, String prefix, String rd, int ethtag, String esi, String macaddress, af_afi afi) throws org.apache.thrift.TException
org.apache.thrift.TException
int setEbgpMultihop(String peerIp, int nHops) throws org.apache.thrift.TException
org.apache.thrift.TException
int unsetEbgpMultihop(String peerIp) throws org.apache.thrift.TException
org.apache.thrift.TException
int setUpdateSource(String peerIp, String srcIp) throws org.apache.thrift.TException
org.apache.thrift.TException
int unsetUpdateSource(String peerIp) throws org.apache.thrift.TException
org.apache.thrift.TException
int enableAddressFamily(String peerIp, af_afi afi, af_safi safi) throws org.apache.thrift.TException
org.apache.thrift.TException
int disableAddressFamily(String peerIp, af_afi afi, af_safi safi) throws org.apache.thrift.TException
org.apache.thrift.TException
int setLogConfig(String logFileName, String logLevel) throws org.apache.thrift.TException
org.apache.thrift.TException
int enableGracefulRestart(int stalepathTime) throws org.apache.thrift.TException
org.apache.thrift.TException
int disableGracefulRestart() throws org.apache.thrift.TException
org.apache.thrift.TException
Routes getRoutes(protocol_type p_type, int optype, int winSize, af_afi afi) throws org.apache.thrift.TException
org.apache.thrift.TException
int enableMultipath(af_afi afi, af_safi safi) throws org.apache.thrift.TException
org.apache.thrift.TException
int disableMultipath(af_afi afi, af_safi safi) throws org.apache.thrift.TException
org.apache.thrift.TException
int multipaths(String rd, int maxPath) throws org.apache.thrift.TException
org.apache.thrift.TException
int enableEORDelay(int delay) throws org.apache.thrift.TException
org.apache.thrift.TException
int sendEOR() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2019 OpenDaylight. All rights reserved.