in

CCIE - Internetwork Expert's Online Community

Latest post 10-10-2008 1:05 AM by nitrodrops. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 10-10-2008 1:05 AM

    BGP Section Queries

    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?

     

     

     

    • Post Points: 5
Page 1 of 1 (1 items)