diff --git a/src/bgpls_speaker/service/java/BGP4Parameters_3.xml b/src/bgpls_speaker/service/java/BGP4Parameters_3.xml index bb74215ee0e991cfa7da8e17ab0624bea9e865f7..6eeb9090f569541aeb333624eb3d1f257f3b2e90 100644 --- a/src/bgpls_speaker/service/java/BGP4Parameters_3.xml +++ b/src/bgpls_speaker/service/java/BGP4Parameters_3.xml @@ -1,12 +1,12 @@ <config> <!-- TCP port where the BGP is listening for incoming bgp4 connections. Optional Parameter. Default value: 179 (BGP Port) --> <BGP4Port>12179</BGP4Port> - <BGPIdentifier>1.1.1.1</BGPIdentifier> + <BGPIdentifier>6.5.4.3</BGPIdentifier> <!-- TCP port to connect to manage the BGP connection. Default value: 1112 --> <BGP4ManagementPort>1112</BGP4ManagementPort> <!-- Peers to which this Peer is going to establish connection --> <configPeer> - <peer>10.95.86.214</peer> + <peer></peer> <export>false</export> <import>true</import> <peerPort>179</peerPort> @@ -31,7 +31,7 @@ <!-- RFC 4271. This 1-octet unsigned integer indicates the protocol version number of the message. The current BGP version number is 4. --> <version>4</version><!-- Optional Parameter. Default value: 4. --> <!-- RFC 4271. This 2-octet unsigned integer indicates the Autonomous System number of the sender.--> - <myAutonomousSystem>65006</myAutonomousSystem> + <myAutonomousSystem></myAutonomousSystem> <!-- RFC 4271. This 4-octet unsigned integer indicates the BGP Identifier of the sender. A given BGP speaker sets the value of its BGP Identifier to an IP address that is assigned to that BGP speaker. The value of the BGP Identifier is determined upon startup and is the same for every local interface and BGP peer. --> diff --git a/src/bgpls_speaker/service/java/netphony-topology/pom.xml b/src/bgpls_speaker/service/java/netphony-topology/pom.xml index aa4e82fe1e8999889ba15ca9948f939180d0bfa5..abdf6ebca05de9b76a7f3ef86312d04b37d5e658 100644 --- a/src/bgpls_speaker/service/java/netphony-topology/pom.xml +++ b/src/bgpls_speaker/service/java/netphony-topology/pom.xml @@ -305,7 +305,7 @@ <finalName>bgp-ls-speaker</finalName> <archive> <manifest> - <mainClass>eu.teraflow.tid.bgp.bgp4Peer.peer.BGPPeerMain</mainClass> + <mainClass>eu.teraflow.tid.bgp4Peer.peer.BGPPeerMain</mainClass> </manifest> </archive> </configuration>