From: Nitro Drops (nitrodrops@hotmail.com)
Date: Sat Oct 11 2008 - 00:19:52 ART
IEWB Vol2 Task 5.6
BGP Default routing
Instead of using
router bgp 100
neighbor 129.1.78.7 default-originate
can i use the followings
router bgp 100
neighbor 129.1.78.7 route-map DEFAULT
ip prefix-list DEFAULT seq 5 permit 0.0.0.0/0
!
route-map DEFAULT permit 10
match ip address prefix-list DEFAULT
Also are they same in concept in injecting a default-route to bgp
neighbor?----------------------------------------------------------------
Task5.5
Can i just use
router bgp 200
neighbor 129.1.78.8 filter-list 8 out
ip as-path access-list 8 deny _254_
Noticed that IE always uses a route-map for filtering instead of directly
applying using filter-list. Read somewhere that, the reason a route-map is use
is meant for future scalability, is this the reason?
This archive was generated by hypermail 2.1.4 : Sat Nov 01 2008 - 15:35:20 ARST