...
| Блок кода | ||
|---|---|---|
| ||
0/ME5200S:R3# show bgp vpnv4 unicast rd 172.27.72.230:65100 172.27.76.134/32
Tue Aug 25 22:43:21 2026
BGP router identifier 172.27.72.230, local AS number 65100
BGP routing table entry for 172.27.76.134/32
Path #0
AS path:
RD 172.27.72.230:65100 (172.27.72.230), Source VRF: ospf
Received/Local Label: -/21
Origin incomplete, metric 3, local-pref 100, weight 32768, not-tracked, best
Address family: ipv4/vpn
NLRI pathID: 0
Aggregator AS: 0, Address: 0.0.0.0, Atomic aggregate: absent
Extended Community: RT 65100:123 (0.0.0.123), ospf-domain 0x5:0x000000000001, ospf-route-type area: 0.0.0.1, route-type: 0x2, metric-type: n/a, ospf-router-id 172.20.25.5
Is not stale, is not history
Route flap penalty: 0, flap count 0, is not suppressed
Route flap time left: 00:00:00, time start: never
Route is not ECMP
Total entries: 1
Route Type Extended Community заполнились следующим образом:
1) ospf-route-type area: 0.0.0.1
2) route-type: 0x2, что соответствует intra-area маршруту
3) metric-type: n/a, так как маршрут intra-area
OSPF Router ID Extended Community соответствует 172.20.25.5 - маршрутизатору сгенерировавшему данный маршрут
0/ME5200S:US-STN-ILCH-PE11# show bgp vpnv4 unicast rd 172.27.72.230:65100 172.28.71.22/32 <<< маршрут полученный путем редистрибуции на R6 из таблицы local в ospf:
Tue Aug 25 22:43:16 2026
BGP router identifier 172.27.72.230, local AS number 65100
BGP routing table entry for 172.28.71.22/32
Path #0
AS path:
RD 172.27.72.230:65100 (172.27.72.230), Source VRF: ospf
Received/Local Label: -/21
Origin incomplete, metric 1, local-pref 100, weight 32768, not-tracked, best
Address family: ipv4/vpn
NLRI pathID: 0
Aggregator AS: 0, Address: 0.0.0.0, Atomic aggregate: absent
Extended Community: RT 65100:123 (0.0.0.123), ospf-domain 0x5:0x000000000001, ospf-route-type area: 0.0.0.0, route-type: 0x5, metric-type: E2, ospf-router-id 172.20.25.5
Is not stale, is not history
Route flap penalty: 0, flap count 0, is not suppressed
Route flap time left: 00:00:00, time start: never
Route is not ECMP
Total entries: 1
Route Type Extended Community заполнились следующим образом:
1) ospf-route-type area: 0.0.0.0
2) route-type: 0x5, что соответствует AS-External маршруту
3) metric-type: E2
OSPF Router ID Extended Community соответствует 172.20.25.5 - маршрутизатору сгенерировавшему данный маршрут |
...