Skip to content
Snippets Groups Projects
Commit ae94fe1a authored by Pablo Armingol's avatar Pablo Armingol
Browse files

Minor changes

parent 1ef3796a
No related branches found
No related tags found
No related merge requests found
<config> <config>
<!-- TCP port where the BGP is listening for incoming bgp4 connections. Optional Parameter. Default value: 179 (BGP Port) --> <!-- TCP port where the BGP is listening for incoming bgp4 connections. Optional Parameter. Default value: 179 (BGP Port) -->
<BGP4Port>12179</BGP4Port> <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 --> <!-- TCP port to connect to manage the BGP connection. Default value: 1112 -->
<BGP4ManagementPort>1112</BGP4ManagementPort> <BGP4ManagementPort>1112</BGP4ManagementPort>
<!-- Peers to which this Peer is going to establish connection --> <!-- Peers to which this Peer is going to establish connection -->
<configPeer> <configPeer>
<peer>10.95.86.214</peer> <peer></peer>
<export>false</export> <export>false</export>
<import>true</import> <import>true</import>
<peerPort>179</peerPort> <peerPort>179</peerPort>
...@@ -31,7 +31,7 @@ ...@@ -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. --> <!-- 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. --> <version>4</version><!-- Optional Parameter. Default value: 4. -->
<!-- RFC 4271. This 2-octet unsigned integer indicates the Autonomous System number of the sender.--> <!-- 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 <!-- 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 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. --> startup and is the same for every local interface and BGP peer. -->
......
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
<finalName>bgp-ls-speaker</finalName> <finalName>bgp-ls-speaker</finalName>
<archive> <archive>
<manifest> <manifest>
<mainClass>eu.teraflow.tid.bgp.bgp4Peer.peer.BGPPeerMain</mainClass> <mainClass>eu.teraflow.tid.bgp4Peer.peer.BGPPeerMain</mainClass>
</manifest> </manifest>
</archive> </archive>
</configuration> </configuration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment