BGP, TCP server-client

From: ospfv2 <ospfv2_at_gmail.com>
Date: Tue, 13 Oct 2009 10:49:19 +0700

Hi Experts

afaik to make bgp router as tcp client, we can set the router-id
higher or put update-source command. is that correct ?

but i found out if we reload each of the router,sometime the client
become the server.
how to make the assigment permanent ?

any comments ?

thx

R1# sh run
interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0

router bgp 100
 no synchronization
 neighbor 192.168.1.2 remote-as 200
 no auto-summary

R1#sh ip bgp nei | in port
Local host: 192.168.1.1, Local port: 179
Foreign host: 192.168.1.2, Foreign port: 11001

R2#sh run
interface FastEthernet0/0
 ip address 192.168.1.2 255.255.255.0

router bgp 200
 no synchronization
 neighbor 192.168.1.1 remote-as 100
 neighbor 192.168.1.1 update-source FastEthernet0/0
 no auto-summary

R2# sh ip bgp nei | in port
Local host: 192.168.1.2, Local port: 11001
Foreign host: 192.168.1.1, Foreign port: 179

Blogs and organic groups at http://www.ccie.net
Received on Tue Oct 13 2009 - 10:49:19 ART

This archive was generated by hypermail 2.2.0 : Sun Nov 01 2009 - 07:50:59 ART