Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    VTI BGP

    Scheduled Pinned Locked Moved IPsec
    2 Posts 1 Posters 680 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      volga629
      last edited by

      Hello Everyone,
      Vti tunnel running, but frr bgp failing.
      Any help thank you.

      canlfw03.networklab.prod# show ip bgp nexthop
      Current BGP nexthop cache:
       10.0.29.2 invalid
        Last update: Mon Oct 15 10:24:54 2018
      

      I can ping ip over the tunnel

      PING 10.0.29.2 (10.0.29.2): 56 data bytes
      64 bytes from 10.0.29.2: icmp_seq=0 ttl=64 time=44.464 ms
      64 bytes from 10.0.29.2: icmp_seq=1 ttl=64 time=43.591 ms
      ^C
      --- 10.0.29.2 ping statistics ---
      2 packets transmitted, 2 packets received, 0.0% packet loss
      round-trip min/avg/max/stddev = 43.591/44.028/44.464/0.436 ms
      
      

      BGP configuration

      router bgp 65531
        bgp log-neighbor-changes
        bgp router-id 10.0.29.1
        timers bgp 30 180
        address-family ipv4 unicast
         network lan subnet/24
        exit-address-family 
      
        # Advanced BGP Config
        no bgp fast-external-failover
        bgp network import-check
      
        # BGP Neighbors
        neighbor 10.0.29.2 remote-as 65530
        neighbor 10.0.29.2 update-source 10.0.29.1
        neighbor 10.0.29.2 capability dynamic
        neighbor 10.0.29.2 ebgp-multihop 255
        address-family ipv4 unicast
          neighbor 10.0.29.2 activate
          no neighbor 10.0.29.2 send-community
          neighbor 10.0.29.2 next-hop-self
          neighbor 10.0.29.2 soft-reconfiguration inbound
          neighbor 10.0.29.2 weight 32768
        exit-address-family 
      
      1 Reply Last reply Reply Quote 0
      • V
        volga629
        last edited by

        More logs

        2018/10/15 10:19:11 BGP: %ADJCHANGE: neighbor 10.0.29.2(Unknown) in vrf Default Up
        2018/10/15 10:22:13 BGP: sendmsg_nexthop: zclient_send_message() failed
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.