Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 486 Bytes

07-default.md

File metadata and controls

17 lines (11 loc) · 486 Bytes

Challenge 7: Default Routing

< 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:

    ip prefix-list S2B permit 0.0.0.0/0
    router bgp 65100
      default-information originate

Success Criteria

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