2
0
mirror of https://github.com/knorrie/network-examples synced 2025-08-31 06:26:12 +00:00

Fix time reference

Time is a reference to a specific time and not how long ago.
This commit is contained in:
Fredrik Lindqvist
2017-07-07 16:17:00 +02:00
committed by GitHub
parent 80e947defc
commit 586f8572f2

View File

@@ -301,7 +301,7 @@ Table `t_r3` now also contains the routes that are learned from `AS64080`:
10.40.32.0/19 blackhole [originate_to_r3 00:48:27] * (200)
10.40.0.0/22 via 10.40.217.17 on vlan217 [ebgp_r3 00:48:32] * (100) [AS64080i]
The above shows for example that prefix `10.40.216.0/21` was learned via the protocol `ebgp_r3`, 48 minutes ago, and that the range is originating from `AS64080`. The `via 10.40.217.17` is the BGP next-hop, which is the first router _outside_ our own network.
The above shows for example that prefix `10.40.216.0/21` was learned via the protocol `ebgp_r3`, at 00:48 AM, and that the range is originating from `AS64080`. The `via 10.40.217.17` is the BGP next-hop, which is the first router _outside_ our own network.
The BIRD master routing table also contains the routes learned over BGP, thanks to the `p_master_to_r3` protocol: