Quantcast
Channel: All Routing posts
Viewing all articles
Browse latest Browse all 8688

Cisco BGP Conversion

$
0
0

I have a good working BGP configuration on our Cisco routers (multiple sites) which each site has two MPLS providers. The config below prefers one carrier over the other and prevents a sitte from becoming a transient site.  I now need to convert the BGP config to our Juniper SRX units. I appreciate any assistance to convert the Cisco config below into a Juniper equivalent.

Thanks again.

Jeff

 

router bgp 30
no synchronization
bgp log-neighbor-changes
network 10.3.3.0 mask 255.255.255.0
neighbor 172.16.3.2 remote-as 4321
neighbor 172.16.3.2 route-map NO-TRANSIT-AS out
neighbor 192.168.3.2 remote-as 1234
neighbor 192.168.3.2 route-map PREFER-Comcast in
neighbor 192.168.3.2 route-map NO-TRANSIT-AS out
no auto-summary
!
ip as-path access-list 10 permit ^$
!
route-map NO-TRANSIT-AS permit 10
match as-path 10
!
route-map PREFER-Comcast permit 10
set local-preference 200
!
route-map PREFER-Comcast permit 20


Viewing all articles
Browse latest Browse all 8688

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>