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:

    router bgp 65100
      neighbor ? default-originate

Success Criteria