[j-nsp] BGP Configuration on J6350

Matthew Crocker mcrocker at crocker.com
Wed Oct 3 12:03:11 EDT 2007


Hello,

  I'm new to JUNOS please bear with me.

I have the following network setup

ISP1 (AS7018)  connected via OC-3 to GSR
ISP2 (AS1239) connected via GigE to GSR
ISP3 (AS16657) connected via GigE to J6350

I have a GigE between the J6350 & GSR,  My AS7849

BGP with full tables running to all 3 ISPs

ISP1 shows 227638 prefixes received (GSR)
ISP2 shows 228612 prefixes received (GSR)
ISP3 shows 227904 prefixes received (GSR)

The J6350 is seeing 225992 prefixes from the GSR
The GSR is only seeing 6141 prefixes from  the J6350

How do I configure the J6350 to send the full table to its IGP peer?

show bgp summary shows
show bgp summary
Groups: 2 Peers: 2 Down peers: 0
Table          Tot Paths  Act Paths Suppressed    History Damp  
State    Pending
inet.0            453826     229366          0          0           
0          0
Peer               AS      InPkt     OutPkt    OutQ   Flaps Last Up/ 
Dwn State|#Active/Received/Damped...
XXXXXXXX 7849      72875      14981       0       6       45:22  
223250/225922/0      0/0/0
XXXXXXXX 16657      41920        113       0       2       53:53  
6116/227904/0        0/0/0

show configuration protocols bgp
path-selection always-compare-med;
local-as 7849;
group internal-within-AS7849 {
     type internal;
     local-address <ge-0/0/0.0 IP address>;
     export internal;
     graceful-restart;
     neighbor <GSR IP ADDRESS>;
}
group FiberTech {
     type external;
     export pl-announce;
     peer-as 16657;
     neighbor <FIBERTECH IP ADDRESS>;
}

show policy internal
Policy internal:
     Term term1:
         then nexthop self






More information about the juniper-nsp mailing list