Page MenuHomeVyOS Platform

Incorrect list of neighbors in help for "show bgp vrf VRF neighbors"
Closed, ResolvedPublicBUG

Description

Context:

  • I have two BGP neighbors under a VRF.
  • I have no BGP neighbors in the main table.

The following help is not showing any neighbors when it should be showing the two I have:

$ show bgp vrf VRF neighbors
Possible completions:
  <Enter>       Execute the current command
  <text>        Show detailed BGP IPv4 unicast neighbor information

This is because BGP VRF commands point to the common commands (see here), and the help of "show bgp neighbors" uses "show bgp summary" which ignores the VRF (see here).

Details

Difficulty level
Unknown (require assessment)
Version
1.4-rolling-202206270217
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)