BGP Path Attributes
“We Love Oranges AS Oranges Mean Pure Refreshment”
Path | Description |
W | Weight (highest) |
L | Local_pref (higest) |
O | Originate (Local) |
AS | AS_PATH (shortest) |
O | ORIGIN code ( igp > egp > incomplete) |
M | MED (lowest) |
P | Paths ( External > Internal) |
R | RID (Lowest) |
R1#sh ip bgp 40.40.40.0
*Mar 1 00:17:21.323: %SYS-5-CONFIG_I: Configured from console by console
R1#sh ip bgp 40.40.40.0
BGP routing table entry for 40.40.40.0/24, version 4
Paths: (2 available, best #1, table Default-IP-Routing-Table)
Advertised to update-groups:
1
30
3.3.3.2 from 3.3.3.2 (3.3.3.2)
Origin IGP, metric 0, localpref 100, valid, external, best
20
2.2.2.2 from 2.2.2.2 (20.20.20.1)
Origin IGP, metric 0, localpref 100, valid, external
R1#sh ip bgp
BGP table version is 4, local router ID is 3.3.3.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 20.20.20.0/24 2.2.2.2 0 0 20 i
*> 30.30.30.0/24 3.3.3.2 0 0 30 i
*> 40.40.40.0/24 3.3.3.2 0 0 30 i
* 2.2.2.2 0 0 20 i
(more…)