Challenge 7: Default Routing

February 19, 2025 ยท View on GitHub

< Previous Challenge - Home - Next Challenge >

Description

Inject a default route (0.0.0.0/0) over BGP from one of the CSRs. You might use these commands:

    router bgp 65100
      neighbor ? default-originate

Success Criteria

  • A default route is showing in the effective routes for the VMs in Vnet1 and Vnet2

Contents

  1. 1Description
  2. 2Success Criteria