Page MenuHomeVyOS Platform

'show ipv6 bgp route-map' missing
Closed, ResolvedPublicFEATURE REQUEST

Description

It would be greate to be able to debug ipv6 route-maps similar to the IPv4 ones.

admin@rt-2:~$ show ipv6 bgp route-map ebgp-v6-import-as6939

  Invalid command: show ipv6 bgp route-map [ebgp-v6-import-as6939]

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Event Timeline

syncer triaged this task as Normal priority.
syncer edited projects, added VyOS 1.2 Crux ( VyOS 1.2.0-EPA); removed VyOS 1.2 Crux.

It's possible to get the information through the FRR-cli (vtysh) as long as the function is not part of the vyos-cli with the following command:

show bgp ipv6 route-map ebgp-v6-import-as6939

PR https://github.com/vyos/vyos-1x/pull/519

vyos@r1-roll:~$ show ipv6 bgp route-map 
Possible completions:
  IPV6-IN       Show BGP routes matching the specified route map
vyos@r1-roll:~$ show ipv6 bgp route-map IPV6-IN 
BGP table version is 1, local router ID is 192.168.122.11, vrf id 0
Default local pref 100, local AS 65001
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

   Network          Next Hop            Metric LocPrf Weight Path
*>i2001:dba::/32    fe80::5054:ff:fe48:bbcd
                                             0    100      0 i

Displayed  1 routes and 1 total paths
erkin set Is it a breaking change? to Unspecified (possibly destroys the router).Aug 31 2021, 7:01 PM
erkin set Issue type to Bug (incorrect behavior).
erkin changed Issue type from Bug (incorrect behavior) to Feature (new functionality).