47、BGP配置实验之MED选路

1、as-path选路解析

属性 传播范围 默认值 优先值 方向 备注
weight 本路由器 本路由器32768,其他路由器0 大值优先 IN CISCO私有

Local preference AS内部 100:边界路由器,通告给IBGP邻居,告知如何离开本AS 大值优先 OUT
As path AS之间 短优先 IN、OUT
MED AS内部 0:通告给EBGP,告知如何进入本AS 小优先 OUT

修改MED值的方法:

2、实验拓扑

3、基础配置

R1配置

interface Loopback0

ip address 1.1.1.1 255.255.255.0

interface Serial0/0

ip address 13.1.1.1 255.255.255.0

interface Serial0/1

ip address 14.1.1.1 255.255.255.0

router ospf 110

router-id 1.1.1.1

log-adjacency-changes

network 1.1.1.0 0.0.0.255 area 0

network 14.1.1.0 0.0.0.255 area 0

router bgp 4

no synchronization

bgp router-id 1.1.1.1

neighbor 4.4.4.4 remote-as 4

neighbor 4.4.4.4 update-source Loopback0

neighbor 4.4.4.4 next-hop-self

neighbor 13.1.1.3 remote-as 3

no auto-summary

R2配置

interface Loopback0

ip address 2.2.2.2 255.255.255.0

interface Serial0/1

ip address 23.1.1.2 255.255.255.0

interface FastEthernet1/0

ip address 24.1.1.2 255.255.255.0

router ospf 110

router-id 2.2.2.2

network 2.2.2.0 0.0.0.255 area 0

network 24.1.1.0 0.0.0.255 area 0

router bgp 4

no synchronization

bgp router-id 2.2.2.2

neighbor 4.4.4.4 remote-as 4

neighbor 4.4.4.4 update-source Loopback0

neighbor 4.4.4.4 next-hop-self

neighbor 23.1.1.3 remote-as 3

no auto-summary

R3配置

interface Loopback0

ip address 3.3.3.3 255.255.255.0

interface Loopback1

ip address 33.33.33.33 255.255.255.0

interface Serial0/0

ip address 13.1.1.3 255.255.255.0

interface Serial0/1

ip address 23.1.1.3 255.255.255.0router bgp 3

no synchronization

bgp router-id 3.3.3.3

network 3.3.3.0 mask 255.255.255.0

network 33.33.33.0 mask 255.255.255.0

neighbor 13.1.1.1 remote-as 4

neighbor 23.1.1.2 remote-as 4

no auto-summary

R4配置

interface Loopback0

ip address 4.4.4.4 255.255.255.0

interface Serial0/1

ip address 14.1.1.4 255.255.255.0

interface FastEthernet1/0

ip address 24.1.1.4 255.255.255.0

router ospf 110

router-id 4.4.4.4

network 4.4.4.0 0.0.0.255 area 0

network 14.1.1.0 0.0.0.255 area 0

network 24.1.1.0 0.0.0.255 area 0

router bgp 4

no synchronization

bgp router-id 4.4.4.4

network 4.4.4.0 mask 255.255.255.0

neighbor 1.1.1.1 remote-as 4

neighbor 1.1.1.1 update-source Loopback0

neighbor 2.2.2.2 remote-as 4

neighbor 2.2.2.2 update-source Loopback0

no auto-summary

4、默认选路

根据BGP选路原则第十条可以知道,R3到达4.4.4.0/24默认经过R1。

5、修改MED值让R3访问4.4.4.0/24的时候从R2经过

R1配置

ip prefix-list 1 seq 5 permit 4.4.4.0/24

route-map MED permit 10

match ip address prefix-list 1

set metric 10

route-map MED permit 20

router bgp 4

neighbor 13.1.1.3 route-map MED out

时间: 2024-11-01 20:57:32

47、BGP配置实验之MED选路的相关文章

45、BGP配置实验之Local preference选路

1.Local preference选路解析 属性 传播范围 默认值 优先值 方向 备注 weight 本路由器 本路由器32768,其他路由器0 大值优先 IN CISCO私有 Local preference AS内部 100:边界路由器,通告给IBGP邻居,告知如何离开本AS 大值优先 OUT 修改Local preference值的方法: 方法一:全部修改通告给IBGP邻居的路由的Local preference值,例如: router bgp 4 bgp default local-p

50、BGP配置实验之社团属性community

1.社团属性community解析 BGP社团属性community: 可开启:BGP社团属性community为可选属性,默认不识别.可通过命令开启:neighbor x.x.x.x send-community 传递性:BGP社团属性community只在邻居有效,邻居的邻居不再有效,想要传递到邻居的邻居需配置neighbor x.x.x.x send-community 修改BGP社团属性community步骤: ip prefix-list 1 permit 1.1.1.0/24 rou

43、BGP配置实验之聚合aggregate-address

1.实验拓扑 2.基础配置 R1配置 interface Loopback0 ip address 1.1.1.1 255.255.255.0 interface Serial0/0 ip address 13.1.1.1 255.255.255.0 interface FastEthernet1/0 ip address 124.1.1.1 255.255.255.0 router ospf 110 log-adjacency-changes network 1.1.1.0 0.0.0.255

# 大小型网络构建-BGP加实验验证

大小型网络构建-BGP加实验验证 BGP -定义-概述-原理#建立邻居表#同步数据库 :network {精确的路由条目}import-route {protocol}BGP数据库中每个条目的状态,必须是: , 表示的是"best -- 最好的".1.尝试着放入自己的路由表:2.发送给自己的 BGP 邻居:#计算路由表 -报文 open :包含BGP建立邻居时需要协商的参数update:包含的是 BGP 路由条目 keep-alive : 用于周期性的发送,维护邻居关系:notific

samba配置实验

实验一 要求: 将目录/usr/src 共享给所有人 共享名设为tools 允许所有人访问.无需密码验证 访问权限为只读 系统:RHEL6.4 1.安装软件包 [[email protected] ~]# rpm -q samba-client samba samba-common package smaba-client is not installed ...... [[email protected] ~]# vim /etc/repos.d/rhel.repo [rhel6.4] nam

windows server 2008的安装以及主机IP配置实验

第2天:nsd windows 实验01:安装windows server 2008 r2 实验目标:配置一台安装windows server 2008 r2操作系统的虚拟机 实验环境:无 实验步骤: 1配置一台未安装操作系统的虚拟机裸机 等待windows安装完成 首次进入系统需要设置密码 结果验证:安装完成 问题和经验总结 实验02:配置主机IP并ping通 实验目标:新建两台虚拟机,一台为windows server 2008 r2,另一台为windows7,分别为两台虚拟机配置IP地址,

DNS快速配置实验

DNS快速配置实验: Linux下实现DNS程序为bind.x86_64,值得注意的是运行的程序为/usr/sbin/named,测试DNS的dig工具需安装bind-utils.x86_64包. 正向解析: 主DNS服务器ip地址:172.16.252.87从DNS服务1器ip地址:172.16.251.65 DNS主配置文件:/etc/named.conf需要配置的主要部分     listen-on port 53 { 127.0.0.1; 172.16.252.87; };  //更改监

ASA基本配置实验报告

网络运维 ASA基本配置 实验报告 姓名: 李军 班级: NTD1710 日期: 2017 年 12 月 29 日实验任务 验证R1可以telnet到R2和R3,R3可以telnet到R2但不能telnet到R1,R2不能telnet到R1和R3思路及实验步骤 将RR的端口额IP设置正确并开启路由功能EnableConfigure terminalIp routingInterface fastethernet 1/0Ip address 172.16.1.1 255.255.255.0No s

VRRP虚拟冗余路由协议配置实验:

VRRP配置实验: 配置步骤: 1.配置各个接口IP,并且在R3上创建回环测试端口loopback 10.0.0.1 2.在R1;R2 ;R3配置RIP 确保全网互通 3.配置R1;R2的虚拟接口IP:配置R1的优先级 确保R1为master 4.验证 在R1gi 0接口抓包,可以看到ping 10.0.0.1的时候流量走的是R1这边 当关闭R1 GI 1接口的时候R1优先级下降,R2成为Master 原文地址:http://blog.51cto.com/13569390/2070405