This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:bgproutes [2026/08/11 11:32] – oemb1905 | computing:bgproutes [2026/08/11 11:34] (current) – oemb1905 | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| I came up with this after a 96 hour outage. It avoids using proprietary websites and tools, i.e., looking glass sites, etc. To To confirm BGP routes from within a live routing table on the internet, one can use routeviews.org with telnet. Here is how I check routes for my Data Center' | I came up with this after a 96 hour outage. It avoids using proprietary websites and tools, i.e., looking glass sites, etc. To To confirm BGP routes from within a live routing table on the internet, one can use routeviews.org with telnet. Here is how I check routes for my Data Center' | ||
| - | telnet route-views.routeviews.org | + | < |
| - | | + | telnet route-views.routeviews.org |
| + | show bgp ipv6 unicast 2604: | ||
| + | </ | ||
| Running that query now, provides the following output: | Running that query now, provides the following output: | ||
| Line 157: | Line 159: | ||
| </ | </ | ||
| - | After that, look for priority in two ways. One the side by side ASN number will be the secondary route if no others are advertised. If there are two or more additional routes, look for which one has '' | + | After that, look for priority in two ways. One the side by side ASN number will be the secondary route if no others are advertised. If there are two or more additional routes, look for which one has '' |
| --- // | --- // | ||