Cisco IOS-XR BGP Configuration
HTML-код
- Опубликовано: 28 ноя 2024
- Introduction to Cisco IOS-XR configuration on a step by step hands-on demos.
Learn the syntax and configuration tips, step by step on this playlist, from fundamentals to advanced topics.
In this video we look at configuring iBGP and eBGP for IOS-XR, as well as an introduction to RPLs.
Below example shows how top advertise a given network:
router bgp 100
bgp router-id 1.1.1.1
address-family ipv4 unicast
network 192.168.1.0/24
Very informative! Thank you!
Glad it was helpful and many thanks for watching !
very useful video. very clear! hope see more :)
I am glad it was of help. Thank you for watching !
Thanks!!!
You are welcome!
thanks for the explanation and demo.
does the ibgp need to configure next-help-self in ios-xr? Or such cli is not required in iox-sr?
No, eBGP on XR requires and RPL inbound and outbound before prefixes are exchanged. Next hop self in same use as in IOS.
Sir,can you describe what is vpnv4 and vpnv6 ??
Thanks Amit, these are the address families to support Virtual Routing & Forwarding or VRF for IPv4 and IPv6. I plan on doing a video to show how to implement VRFs on IOS XR platforms soon.