weizhouapache commented on PR #9964:
URL: https://github.com/apache/cloudstack/pull/9964#issuecomment-5631430046

   > > > Thanks for testing! I just want to check: Your upstream is only 
sending a ::/0 route, right? Not something else?
   > > 
   > > 
   > > @wido thanks for the update.
   > > Please find my frr config below:
   > > ```
   > >  address-family ipv6 unicast
   > >   redistribute connected     <==== !!
   > >   neighbor ACS-V6 activate
   > >   neighbor ACS-V6 route-reflector-client
   > >  exit-address-family
   > > ```
   > 
   > Can you show me the routes you are advertising to the VR?
   > 
   > Show bgp neighbor X advertised-routes
   
   @wido 
   BGP connection works with your latest changes
   
   ```
   bgp-router# show bgp neighbor 10.200.0.200 advertised-routes
   BGP table version is 44, local router ID is 10.200.0.1, vrf id 0
   Default local pref 100, local AS 64999
   Status codes:  s suppressed, d damped, h history, * valid, > best, = 
multipath,
                  i internal, r RIB-failure, S Stale, R Removed
   Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self
   Origin codes:  i - IGP, e - EGP, ? - incomplete
   RPKI validation codes: V valid, I invalid, N Not found
   
      Network          Next Hop            Metric LocPrf Weight Path
   *> fc00:2024:9:7::/64                          <====== eth1 of the 
bgp-router (IPv4: 10.200.0.1/24)
                       ::                       0         32768 ?
   *> fd00:2026:9:1::/64                                      <====== guest 
network IPv6 cidr
                       ::                                     0 65000 i
   *> fd01::/64        ::                       0         32768 ?               
    <====== eth0 of the bgp-router   (default interface)
   
   Total number of prefixes 3
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to