Exercise 4 | BGP Over SVR |
---|---|
Step 1 | Configure Routing Interface ( loopback if ) |
bosdc1 | Router: > Routing Instance ADD Routing Interfaces name rtg-int-bos IP address: 6.6.6.6 |
show config running authority router bosdc1 routing default-instance interface rtg-int-bos | |
show rib | |
seabo1 | name rtg-int-sea IP address: 7.7.7.7 |
dalbo2 | name rtg-int-dal IP address: 8.8.8.8 |
Step 2 | Change Router ID to Routing Interface ( BGP will use loopback address) |
for all the site: bosdc1 seabo1 dalbo2 | Router: > Routing Instance > BGP |
Step 3 | Add BGP Over SVR Peers ( Add Neighbors in DC ) |
bosdc1 | Router: > Routing Instance: > BGP AD: neighbors Seattle: BGP Neighbor Address: 7.7.7.7 Local Address: Routing + Routing Interface: rtg-int-bos Time-to-live Value: 5 ( for BGP Multihop Settings ) Address Families. Select bgp:ipv4-unicast. ( + Router As Next Hop: True ) Dallas: BGP Neighbor Address: 8.8.8.8 Local Address: Routing + Routing Interface: rtg-int-bos Time-to-live Value: 5 ( for BGP Multihop Settings ) Address Families. Select bgp:ipv4-unicast. ( + Router As Next Hop: True ) |
neighbor | |
seabo1 | BGP Neighbor Address: 6.6.6.6 Local Address: Routing + Routing Interface: rtg-int-sea Time-to-live Value: 5 ( for BGP Multihop Settings ) Address Families. Select bgp:ipv4-unicast. ( + Router As Next Hop: True ) |
dalbo2 | BGP Neighbor Address: 6.6.6.6 Local Address: Routing + Routing Interface: rtg-int-dal Time-to-live Value: 5 ( for BGP Multihop Settings ) Address Families. Select bgp:ipv4-unicast. ( + Router As Next Hop: True ) |
Step 4 | Add BGP Over SVR Peers ( Add Neighbors in Branches ) |
Step 5 | Verify BGP Over SVR |
General
Content
Integrations