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_
Read somewhere that, the reason a route-map is use is meant for future scalability?
---------------------------------
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?