Any time you’re getting ready to pass the BSCI Examination and receive your CCNP certification, one among the most significant 토토검증 issues is Mastering BGP. BGP is completely different from any http://query.nytimes.com/search/sitesearch/?action=click&contentCollection®ion=TopBar&WT.nav=searchWidget&module=SearchSubmit&pgtype=Homepage#/먹튀검증 protocol you realized to earn your CCNA certification, and one of several dissimilarities is usually that BGP makes use of route attributes to favor one particular path around another when numerous paths to or from a spot exist.
Notice I mentioned “to or from”. In earlier no cost BGP tutorials, I reviewed the BGP attributes “pounds” and “neighborhood desire”. These attributes are used to favor just one route to a vacation spot about A further; as an example, if BGP AS one hundred has two paths to your place in AS two hundred, these two attributes is usually established in AS one hundred to favor a person route around An additional. But Imagine if AS 100 wants to tell the routers in AS 200 concerning which route it should use to achieve a presented place in AS a hundred?
That’s wherever the BGP attribute “Multi-Exit Discriminator”, or MED, is available in. The MED price can be set in AS 100 to inform AS two hundred which route it should really use to achieve a supplied network in AS one hundred.
Just like many BGP characteristics, the MED can be set which has a route-map. What you might want to enjoy is that there is no “set med” price in route maps. To alter the MED of the path, you need to change the metric of that route. Let’s say there are two entry paths for AS two hundred to make use of to reach destinations in AS one hundred. You would like AS two hundred to utilize the a hundred.one.1.0/24 route more than the 100.2.two.0/24 route. First, discover The 2 paths with two different ACLs.
R1(config)#obtain-list 22 allow 100.1.one.0 0.0.0.255
R1(config)#access-listing 23 allow 100.2.2.0 0.0.0.255
Future, create a route-map that assigns a lower metric to the greater-attractive path.
R1(config)#route-map PREFER_PATH allow 10
R1(config-route-map)#match ip address 22
R1(config-route-map)#set metric 100
R1(config-route-map)#route-map PREFER_PATH permit twenty
R1(config-route-map)#match ip deal with 23
R1(config-route-map)#set metric 250
At last, implement the route-map towards 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 key points to remember is that while a lot of BGP attributes favor a higher worth, the MED is basically an external metric – as well as a lower metric is preferred, equally as with the protocols you’ve by now analyzed to make your CCNA certification.