cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
403
Views
0
Helpful
1
Replies

how to find out AS path between 2 ends

rahul4449
Level 1
Level 1

Hi,

I am going to install BGP in my network, can somebody tell me how to find out Autonomous Path between 2 ends as early as possible?

Thanks & regards

1 Reply 1

Haris P
Level 4
Level 4

You can find AS-path for the networks with the below show command

"show ip bgp"

route-views.on>sh ip bgp
> 1.5.0.0/16       154.11.63.85                           0 852 2914 38639 i

and if you want to see the AS path for a single prefix put show ip bgp X.X.X.X (where X.x.x.x is the network)

I hope this answer your question