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

Комментарии • 10

  • @Daz2281
    @Daz2281 Год назад +1

    Very informative! Thank you!

  • @heribertorios
    @heribertorios 2 года назад +1

    very useful video. very clear! hope see more :)

    • @NetworksLearning
      @NetworksLearning  2 года назад

      I am glad it was of help. Thank you for watching !

  • @eliasvelasquez7079
    @eliasvelasquez7079 4 месяца назад +1

    Thanks!!!

  • @miaofahonglian
    @miaofahonglian 3 месяца назад +1

    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?

    • @NetworksLearning
      @NetworksLearning  2 месяца назад

      No, eBGP on XR requires and RPL inbound and outbound before prefixes are exchanged. Next hop self in same use as in IOS.

  • @amitg759
    @amitg759 Год назад +1

    Sir,can you describe what is vpnv4 and vpnv6 ??

    • @NetworksLearning
      @NetworksLearning  Год назад

      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.