diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-04-08 21:55:00 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-04-11 20:42:18 +0200 |
commit | 9119ef3a8bd571a0892f4627808ef5ebc5290fe2 (patch) | |
tree | fd0b22f3b97066d6c603c1e5267c819316e6e931 /doc/user/bgp.rst | |
parent | Merge pull request #8440 from qlyoung/doc-describe-acceptable-commit-messages (diff) | |
download | frr-9119ef3a8bd571a0892f4627808ef5ebc5290fe2.tar.xz frr-9119ef3a8bd571a0892f4627808ef5ebc5290fe2.zip |
bgpd: Show BGP table version which was used for a particular prefix
This is useful to go back in the past and check when was that prefix appeared,
changed, etc.
```
exit1-debian-9# show ip bgp 172.16.16.1/32
BGP routing table entry for 172.16.16.1/32, version 6
Paths: (2 available, best #2, table default)
Advertised to non peer-group peers:
home-spine1.donatas.net(192.168.0.2) home-spine1.donatas.net(2a02:bbd::2)
65030
192.168.0.2 from home-spine1.donatas.net(2a02:bbd::2) (172.16.16.1)
Origin incomplete, metric 0, valid, external
Last update: Thu Apr 8 20:15:25 2021
65030
192.168.0.2 from home-spine1.donatas.net(192.168.0.2) (172.16.16.1)
Origin incomplete, metric 0, valid, external, best (Neighbor IP)
Last update: Thu Apr 8 20:15:25 2021
exit1-debian-9#
```
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'doc/user/bgp.rst')
0 files changed, 0 insertions, 0 deletions