Route visibility
-
Hello there,
I am busy evaluating TNSR to see if it could be a viable option for us. Coming from a Juniper environment, there are a few things that I cannot seem to understand.
- If I have multiple BGP sessions, how can I see where a route was learnt from? Something like below:
show route 1.1.1.1
inet.0: 954444 destinations, 4210186 routes (954135 active, 0 holddown, 268505 hidden)
Limit/Threshold: 1500524/1500524 destinations- = Active Route, - = Last Active, * = Both
1.1.1.0/24 *[BGP/170] 1w4d 05:08:52, localpref 405
AS path: 13335 I, validation-state: unverified
> to 196.60.9.75 via xe-0/1/0.50
[BGP/170] 1w4d 05:08:51, localpref 405
AS path: 13335 I, validation-state: unverified
> to 196.60.8.198 via xe-0/1/0.50
[BGP/170] 12:50:50, localpref 385, from 10.9.0.254
AS path: 13335 I, validation-state: unverified
> to 102.219.8.125 via xe-0/1/0.13100- How can I see what attributes (community strings etc) are on a route?
Thank you.
- If I have multiple BGP sessions, how can I see where a route was learnt from? Something like below:
-
@paulwollner66 show route dynamic bgp ipv4 network 1.1.1.1
-
@Derelict said in Route visibility:
show route dynamic bgp ipv4 network 1.1.1.1
Thank you. That was exactly what I was looking for :)