Friday, January 11, 2008

How to send a default route through RIP only 1 hop away

Using an offset-list


router rip
default-information originate
offset-list DEFAULT_ROUTE out 14 Ethernet0
!
ip access-list standard DEFAULT_ROUTE
permit 0.0.0.0



Using a route-map

router rip
default-information originate route-map DEFAULT_ROUTE
!
route-map DEFAULT_ROUTE permit 10
set metric 15

No comments:

Post a Comment

 
Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.
Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Greece License.