bgp in the lab #3 | lukasz.bromirski.net bgp in the lab #3 | lukasz.bromirski.net lukasz.bromirski.net Home 07 October 2020 · Łukasz Bromirski | Translations:Pl Table of Contentsdisclaimer how to get the full feed for IPv4? how to get the full feed for IPv6? example configuration for IOS/IOS-XE example configuration for IOS XR after last blog on sharing full bgp feed for IPv4, I got a number of interesting questions. given many of you were asking to have also IPv6 available, I decided to extend the project to cover that as well. you're doing this ON YOUR OWN. i'm not responsible for anything on your end and service itself. so if it crashes your router, makes all traffic to follow different paths, or essentially anything that you can't control - you're completely on your own. i may also discontinue "the service" at any time, so don't expect this to last forever :) how to get the full feed for IPv4?# things you need to configure on your end to receive full european IPv4 BGP feed to your router: eBGP multihop session my IP - 85.232.240.179 (bonus points for spotting geeky octet) your IP - whatever public IPv4 you have timers - 3600 for hello and 7200 for hold time (very conservative, yes) if you already have your own ASN configured (and for some reason can't change it despite it's targeted for lab environments), you can use local-as feature to use 65001 towards me, while keeping your own ASN how to get the full feed for IPv6?# things you need to configure on your end to receive full european IPv6 BGP feed to your router: eBGP multihop session my IP - 2001:1A68:2C:2::179 (again, bonus points... ;) ) your IP - whatever public IPv6 you have timers - 3600 for hello and 7200 for hold time (very conservative, yes) please don't send any prefixes my way. I'll filter them out anyway, but why you want to put additional burden on my end? please don't :) example configuration for IOS/IOS-XE# example config for Cisco IOS/IOS-XE on your side: ! neighbor 85.232.240.179 remote-as 57355 ! if you want IPv4 feed also, on your end, you can optimize a bit TCP stack config with things like: ip tcp selective-ack example configuration for IOS XR# example config for Cisco IOS XR on your side: ! how it is different from session I described in previous post? it has public ASN and can feed you with IPv6 data. other than that - there's no change. « Prev Made with FreeBSD, Hugo and my own fingers. Still readable on a VT100. (c) 1997-2026 Łukasz Bromirski · Links
Browse another page: |