Any time you’re getting ready to move the BSCI Examination and earn your CCNP certification, one of the largest issues is Finding out BGP. BGP is completely various from any protocol you learned to make your CCNA certification, and among the list of distinctions is that BGP makes use of route characteristics to favor one particular route http://query.nytimes.com/search/sitesearch/?action=click&contentCollection®ion=TopBar&WT.nav=searchWidget&module=SearchSubmit&pgtype=Homepage#/먹튀검증 more than One more when several paths to or from a place exist.
Detect I reported “to or from”. In previously cost-free BGP tutorials, I discussed the BGP characteristics “excess weight” and “area choice”. These characteristics are accustomed to favor 1 route to some destination over A further; for example, if BGP AS one hundred has two paths to some vacation spot in AS 200, these two characteristics could be set in AS one hundred to favor a single route above A different. But what if AS one hundred desires to inform the routers in AS 200 as to which path it must use 토토사이트 to reach a supplied location in AS 100?
That’s wherever the BGP attribute “Multi-Exit Discriminator”, or MED, is available in. The MED value is usually set in AS one hundred to inform AS 200 which path it really should use to succeed in a offered community in AS one hundred.
Just like numerous BGP attributes, the MED could be established using a route-map. What you might want to check out is that there is no “established med” worth in route maps. To alter the MED of the route, you might want to alter the metric of that path. Allow’s say that there are two entry paths for AS two hundred to utilize to reach destinations in AS 100. You would like AS two hundred to utilize the a hundred.1.1.0/24 path over the a hundred.two.2.0/24 route. Very first, detect The 2 paths with two different ACLs.
R1(config)#accessibility-record 22 permit 100.1.1.0 0.0.0.255
R1(config)#entry-record 23 allow a hundred.two.two.0 0.0.0.255
Subsequent, produce a route-map that assigns a lower metric to the greater-attractive route.
R1(config)#route-map PREFER_PATH permit ten
R1(config-route-map)#match ip tackle 22
R1(config-route-map)#set metric a hundred

R1(config-route-map)#route-map PREFER_PATH allow 20
R1(config-route-map)#match ip deal with 23
R1(config-route-map)#set metric 250
At last, implement the route-map to the neighbor or neighbors.
R1(config-route-map)#router bgp 100
R1(config-router)#neighbor 22.2.two.2 route-map PREFER_PATH out
The main element details to bear in mind is that when quite a few BGP attributes prefer a better worth, the MED is largely an exterior metric – in addition to a lower metric is chosen, equally as Along with the protocols you’ve previously analyzed to earn your CCNA certification.