| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-25 | op-mode: T7560: add support for virtual tag nodes | Daniil Baturin | |
| for cases when commands need both fixed and variable arguments | |||
| 2025-06-02 | op-mode: T7509: refactor "show bgp" XML definitions to re-usable code blocks | Christian Breunig | |
| 2025-06-01 | op-mode: T7509: add "detail" and "wide" modifier for advertised-routes | Christian Breunig | |
| show ip bgp neighbors <ip> advertised-routes [detail [wide]|wide] show bgp neighbors <ip> advertised-routes [detail [wide]|wide] show bgp ipv4 neighbors <ip> advertised-routes [detail [wide]|wide] show bgp ipv6 neighbors <ip> advertised-routes [detail [wide]|wide] show bgp vrf <name> neighbors <ip> advertised-routes [detail [wide]|wide] show bgp vrf <name> ipv4 neighbors <ip> advertised-routes [detail [wide]|wide] show bgp vrf <name> ipv6 neighbors <ip> advertised-routes [detail [wide]|wide] | |||
| 2023-11-06 | op-mode: bgp: T5698: add "es-vrf" and "next-hops" CLI commands | Christian Breunig | |
| show bgp l2vpn evpn es-vrf show bgp l2vpn evpn next-hops | |||
| 2023-11-06 | op-mode: bgp: T5698: fix "rd" route-distinguisher help string | Christian Breunig | |
| 2023-04-17 | op-mode: bgp: T1315: add VNI related commands | Christian Breunig | |
| This extends commit 3fa1092930c (op-mode: bgp: support VRF related "show bgp vrf" commands). vyos@vyos:~$ show bgp vni Possible completions: 1-16777215 VXLAN network identifier (VNI) number all vyos@vyos:~$ show bgp vni 1 type Possible completions: 1 EAD (Type-1) route 2 MAC-IP (Type-2) route 3 Multicast (Type-3) route ead EAD (Type-1) route macip MAC-IP (Type-2) route multicast Multicast (Type-3) route vyos@vyos:~$ show bgp vni 1 vtep Possible completions: <x.x.x.x> Remote VTEP IP address | |||
| 2022-03-11 | bgp: T4265: Add op-mode for bgp flowspec routes | Viacheslav Hletenko | |
| 2021-09-25 | op-mode: bgp: "show bgp ipv4|ipv6" should display routing table | Christian Poessinger | |
| The <command> node was missed out when adding the XML definitions. | |||
| 2021-08-19 | op-mode: bgp: T3759: add "show bgp ipv4|ipv6 vpn" commands | Christian Poessinger | |
| 2021-04-09 | op-mode: bgp: add common commands to top level "show bgp" command | Christian Poessinger | |
| 2021-04-09 | op-mode: bgp: support VRF related "show bgp vrf" commands | Christian Poessinger | |
| cpo@PE1:~$ show bgp vrf all Instance default: No BGP prefixes displayed, 0 exist Instance red: BGP table version is 1, local router ID is 10.2.1.1, vrf id 11 Default local pref 100, local AS 100 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 *> 10.2.1.0/24 0.0.0.0 0 32768 ? Displayed 1 routes and 1 total paths Instance blue: BGP table version is 1, local router ID is 10.1.1.1, vrf id 10 Default local pref 100, local AS 100 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 *> 10.1.1.0/24 0.0.0.0 0 32768 ? Displayed 1 routes and 1 total paths | |||
