码迷,mamicode.com
首页 > 其他好文 > 详细

LAB - CCNP Configuring iBGP and eBGP Local Preference, and MED

时间:2015-08-08 21:10:46      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:

Topology

技术分享

 

 

Objectives

  • For IBGP peers to correctly exchange routing information, use the next-hop-self command with the Local-Preference and MED attributes.
  • Ensure that the flat-rate, unlimited-use T1 link is used for sending and receiving data to and from the AS 200 on ISP and that the metered T1 only be used in the event that the primary T1 link has failed.

 

Step 1: Configure IP address and Hostname

 

step 2: Configure EIGRP

R2(config)#router eigrp 1

R2(config-router)#no auto-summary

R2(config-router)#network 172.16.0.0

 

R3(config)#router eigrp 1

R3(config-router)#no auto-summary

R3(config-router)#network 172.16.0.0

 

Step 3: Configure iBGP

R2(config)#router bgp 64512

R2(config-router)#neighbor 172.16.32.1 remote-as 64512

R2(config-router)#neighbor 172.1.32.1 upda lo 0

 

R3(config)#router bgp 64512

R3(config-router)#neighbor 172.16.64.1 remote-as 64512

R3(config-router)#neighbor 172.1.64.1 upda lo 0

 

LAB - CCNP Configuring iBGP and eBGP Local Preference, and MED

标签:

原文地址:http://www.cnblogs.com/elewei/p/4713883.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!