Multi-Protocol BGP (MP-BGP)

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 19

  • @wechecha
    @wechecha 2 роки тому +2

    That’s it!!!! Your explanation was very straightforward and simple. I have tried to understand what makes the regular BGP I knew for a while to be MP-BGP and never got it from other video clips. You got one enlightened student.
    Thanks 🙏🏽

    • @EventheField
      @EventheField  2 роки тому

      Glad it helped! I'm hoping to do a group on DevNet soon.

  • @mahendrakumarsahu4395
    @mahendrakumarsahu4395 Рік тому

    I have enjoyed the BGP with ipv6 neighbourship. The way you explain is very clear, slow and easy to understand. I am truly glad to you for this lecture.
    A bunch of thanks to you🙏
    💐💐💐💐💐

  • @aamir003521
    @aamir003521 Рік тому

    Thanks for the great explanation.
    Seems the IPv4 neighbor does not need activation as it came up before you issued activate command.

    • @EventheField
      @EventheField  Рік тому +1

      That is correct, I was just being sure to go through all commands. I should've mentioned IPv4 is enabled by default. You only need the IPv4 activate command if default ipv4 unicast has been disabled.

  • @zuliano05
    @zuliano05 3 роки тому

    I got this " % Create the peer-group first" when i going to issue the command "#neighbor 2001:db8:0:10::2/64 remote-as 65200. Please Help me.
    "

    • @EventheField
      @EventheField  3 роки тому +1

      Hi David - configure the neighbor statement without the prefix length /64

  • @craigmcfly
    @craigmcfly 2 роки тому

    Can you clarify how that's MP-BGP? That just looks like two unicast sessions to me, rather than passing two address families through one session.

    • @EventheField
      @EventheField  2 роки тому

      Hi MP-BGP is just the version of BGP that allows for configuring IPV4 and IPV6 in the same AS/process. This is a brief on configuring that, it is routing IPv4 and 6. The example network could be more robust but the config is there. Maybe some multicast?

    • @mahendrakumarsahu4395
      @mahendrakumarsahu4395 Рік тому

      ​@@EventheField Great 💐💐💐

  • @officiallyjakes
    @officiallyjakes 2 роки тому +1

    whats your name? I need to look you up on LinkedIn. You are such a talent. Thanks for the explanation

  • @zaad23231
    @zaad23231 4 роки тому

    Excellent 👌

  • @LivingCurios
    @LivingCurios 4 роки тому

    Nice explanation , Thanks

  • @640752054
    @640752054 Рік тому

    i refferred your video and tried to config IPV6 between Ce & PE . getting an error when advertizing the ipv6 under router BGP AS>
    error : % Create the peer-group first

    • @EventheField
      @EventheField  Рік тому +1

      Hi - you likely wrote an incorrect neighbor address when activating the IPv6 neighbor in the address family either the address isn't in the neighbor statements or you included the prefix length in the neighbor activate statement. Probably just a typo :)

    • @640752054
      @640752054 11 місяців тому

      @@EventheField thank you for the response... Now it's working