<HTML dir=ltr><HEAD><TITLE>Re: [Xorp-users] 2 BGP Peers Simultaneously</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText10073 dir=ltr>
<DIV dir=ltr><FONT face=新細明體 color=#000000 size=2>Hi Mark, </FONT></DIV>
<DIV dir=ltr><FONT face=新細明體 color=#000000 size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=新細明體 color=#000000 size=2>Thanks a lot for getting back to me. Nothing particular with the policy statement, and it makes no difference. </FONT><FONT face=新細明體 size=2>The XORP Linux PC (65503) is configured with IPv6 2000::1/64 and IPv4 192.168.2.3/24. One BGP peer (65504) has 2000::2/64 and 192.168.2.4/24. Another BGP peer (65505) has 2000::3/64 and 192.168.2.5/24. Had tried next-hop: 192.168.2.3, instead of 192.168.2.6, for both peer 2000::2 and 2000::3, but did not succeed either. Any other recommendation for the configuration?</FONT></DIV>
<DIV dir=ltr><FONT face=新細明體 size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=新細明體 size=2>Ting Che</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=新細明體 size=2><B>From:</B> mark.j.handley@gmail.com 代理 Mark Handley<BR><B>Sent:</B> 2008/4/2 [星期三] 上午 03:11<BR><B>To:</B> Che, Ting-Shuo T.<BR><B>Cc:</B> xorp-users<BR><B>Subject:</B> Re: [Xorp-users] 2 BGP Peers Simultaneously<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Was there something you were trying to do with the policy statement?<BR>If you remove that, does it make any difference?<BR><BR> - Mark<BR><BR>On Tue, Apr 1, 2008 at 7:50 PM, Che, Ting-Shuo T. <tsche@mitre.org> wrote:<BR>><BR>><BR>> Installed XORP on Linux PC, started "./xorp_rtrmgr -b ipv6bgp.boot"<BR>> (2000::1) and then connect to<BR>> test equipment representing 2 BGP peers (2000::2 and 2000::3) with a lot of<BR>> prefixes each.<BR>><BR>> Both peers reached ESTABLISHED state in "show bgp peers detail" and started<BR>> route injection, but<BR>> only those prefixes from one peer (2000::3) shows up in "show bgp routes<BR>> ipv6" and "show route<BR>> table ipv6 unicast ebgp terse".<BR>><BR>> Did I made mistake in the following configuration file?<BR>><BR>> Thank you very much for your help.<BR>><BR>> Ting Che<BR>><BR>> /*XORP Configuration File, v1.0*/<BR>> protocols {<BR>> bgp {<BR>> bgp-id: 192.168.2.3<BR>> local-as: 65503<BR>> enable-4byte-as-numbers: false<BR>> peer 2000::2 {<BR>> peer-port: 179<BR>> local-port: 179<BR>> local-ip: 2000::1<BR>> as: 65504<BR>> next-hop: 192.168.2.6<BR>> next-hop6: 2000::1<BR>> holdtime: 90<BR>> delay-open-time: 0<BR>> client: false<BR>> confederation-member: false<BR>> disable: false<BR>> ipv4-unicast: false<BR>> ipv4-multicast: false<BR>> ipv6-unicast: true<BR>> ipv6-multicast: false<BR>> }<BR>> peer 2000::3 {<BR>> peer-port: 179<BR>> local-port: 179<BR>> local-ip: 2000::1<BR>> as: 65505<BR>> next-hop: 192.168.2.6<BR>> next-hop6: 2000::1<BR>> holdtime: 90<BR>> delay-open-time: 0<BR>> client: false<BR>> confederation-member: false<BR>> disable: false<BR>> ipv4-unicast: false<BR>> ipv4-multicast: false<BR>> ipv6-unicast: true<BR>> ipv6-multicast: false<BR>> }<BR>> export: "block"<BR>> }<BR>> }<BR>> fea {<BR>> unicast-forwarding6 {<BR>> disable: false<BR>> }<BR>> }<BR>> interfaces {<BR>> restore-original-config-on-shutdown: false<BR>> interface eth0 {<BR>> description: ""<BR>> disable: false<BR>> discard: false<BR>> unreachable: false<BR>> management: false<BR>> vif eth0 {<BR>> disable: false<BR>> address 192.168.2.3 {<BR>> prefix-length: 24<BR>> disable: false<BR>> }<BR>> address 2000::1 {<BR>> prefix-length: 64<BR>> disable: false<BR>> }<BR>> address fe80::20f:1fff:fea8:70e4 {<BR>> prefix-length: 64<BR>> disable: false<BR>> }<BR>> }<BR>> }<BR>> }<BR>><BR>> policy {<BR>> policy-statement block {<BR>> term bgp_65503 {<BR>> from {<BR>> protocol: "bgp"<BR>> }<BR>> then {<BR>> accept<BR>> }<BR>> }<BR>> }<BR>> }<BR>><BR>> _______________________________________________<BR>> Xorp-users mailing list<BR>> Xorp-users@xorp.org<BR>> <A href="http://mailman.icsi.berkeley.edu/mailman/listinfo/xorp-users">http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users</A><BR>><BR>><BR></FONT></P></DIV></BODY></HTML>