[j-nsp] EBGP between routing instances through tunnel interface
Smith W. Stacy
stacy at acm.org
Thu Jan 13 09:54:50 EST 2011
Try removing the 'local-as' statement from each of your sessions. The 'local-as' statement is only needed when you are masquerading as a different AS than the one that is configured under [edit routing-options autonomous-system].
I'm not sure that's the cause of your problem, but that's where I would begin.
If it still doesn't work, please provide us with 'show bgp neighbor' output.
--Stacy
On Jan 13, 2011, at 12:06 AM, Muhammad Rehan wrote:
> Hi Team,
>
> EBGp session is stuck in active/connect state between routing instances
> connect through lt interfaces,communication between routing instances is
> working fine through lt interface please find the config.
>
> [edit routing-instances]
> root# show
> ISP-X {
> instance-type virtual-router;
> interface lt-0/0/0.10; ------> 1.1.1.1/30
> interface ge-0/0/0.50;
> interface lt-0/0/0.50;
> interface lo0.4;
> routing-options {
> static {
> defaults {
> preference 200;
> }
> route 172.18.2.0/30 next-hop 2.2.2.2;
> route 172.31.15.2/32 receive;
> }
> router-id 192.168.5.2;
> autonomous-system 65510;
> }
> protocols {
> bgp {
> group to-65515 {
> type external;
> traceoptions {
> file bgp;
> flag all;
> }
> local-address 1.1.1.1;
> peer-as 65515;
> local-as 65510;
> neighbor 1.1.1.2;
> }
> }
> }
> }
> ISP-Y {
> instance-type virtual-router;
> interface lt-0/0/0.20;------->1.1.1.2/30
> interface lt-0/0/0.30;
> interface lo0.5;
> routing-options {
> router-id 192.168.6.2;
> autonomous-system 65515;
> }
> protocols {
> bgp {
> group to-65510 {
> type external;
> local-address 1.1.1.2;
> peer-as 65510;
> local-as 65515;
> neighbor 1.1.1.1;
> }
> group to-65520 {
> type external;
> local-address 3.3.3.1;
> peer-as 65520;
> local-as 65515;
> neighbor 3.3.3.2;
> }
> }
> }
> }
>
> Regards
>
> Muhammad Rehan
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
More information about the juniper-nsp
mailing list