如何修改bgp origin属性

如题所述

第1个回答  推荐于2016-09-24
(1)步骤 1:配置路由器 R1
R1(config)#router eigrp 1
R1(config-router)#network 1.1.1.0 255.255.255.0
R1(config-router)#network 12.12.12.0 255.255.255.0
R1(config-router)#no auto-summary R1(config)#router bgp 100
R1(config-router)#no synchronization
R1(config-router)#no auto-summary
R1(config-router)#bgp router-id 1.1.1.1
R1(config-router)#neighbor 2.2.2.2 remote-as 100
R1(config-router)#neighbor 2.2.2.2 update-source Loopback0
R1(config-router)#neighbor 2.2.2.2 next-hop-self
R1(config-router)#neighbor 3.3.3.3 remote-as 100
R1(config-router)#neighbor 3.3.3.3 update-source Loopback0
R1(config-router)#neighbor 3.3.3.3 next-hop-self
R1(config-router)#neighbor 14.14.14.4 remote-as 200
(2)步骤 2:配置路由器 R2
R2(config)#router eigrp 1
R2(config-router)#network 2.2.2.0 255.255.255.0
R2(config-router)#network 12.12.12.0 255.255.255.0
R2(config-router)#network 23.23.23.0 255.255.255.0
R2(config-router)#no auto-summary
R2(config)#router bgp 100
R2(config-router)#no synchronization
R2(config-router)#no auto-summary
R2(config-router)#bgp router-id 2.2.2.2
R2(config-router)#neighbor 1.1.1.1 remote-as 100
R2(config-router)#neighbor 1.1.1.1 update-source Loopback0
R2(config-router)#neighbor 3.3.3.3 remote-as 100
R2(config-router)#neighbor 3.3.3.3 update-source Loopback0
(3)步骤 3:配置路由器 R3
R3(config)#router eigrp 1
R3(config-router)#network 3.3.3.0 255.255.255.0
R3(config-router)#network 23.23.23.0 255.255.255.0
R3(config-router)#no auto-summary
R3(config)#router bgp 100
R3(config-router)#no synchronization
R3(config-router)#no auto-summary
R3(config-router)#bgp router-id 3.3.3.3
R3(config-router)#neighbor 1.1.1.1 remote-as 100
R3(config-router)#neighbor 1.1.1.1 update-source Loopback0
R3(config-router)#neighbor 1.1.1.1 next-hop-self
R3(config-router)#neighbor 2.2.2.2 remote-as 100
R3(config-router)#neighbor 2.2.2.2 update-source Loopback0
R3(config-router)#neighbor 2.2.2.2 next-hop-self
R3(config-router)#neighbor 34.34.34.4 remote-as 200
(4)步骤 4:配置路由器 R4
R4(config-router)#ip prefix-list 1 permit 4.4.4.0/24
R4(config)#route-map egp permit 10 R4(config-route-map)#match ip address prefix-list 1
R4(config-route-map)#set origin egp 900 //设置起源代码
R4(config)#router bgp 200
R4(config-router)#no synchronization
R4(config-router)#no auto-summary
R4(config-router)#bgp router-id 4.4.4.4
R4(config-router)#network 4.4.4.0 mask 255.255.255.0
R4(config-router)#neighbor 14.14.14.1 remote-as 100
R4(config-router)#neighbor 14.14.14.1 route-map egp out
//在出方向为去往邻居 14.14.14.1 的路由设置策略
R4(config-router)#neighbor 34.34.34.3 remote-as 100本回答被提问者和网友采纳

BGP路径属性(4)
(1)BGP设备将本地始发路由发布给所有BGP对等体时,会把路由信息的下一跳属性设置为本地与对端建立BGP邻居关系的接口地址; (2)BGP设备向EBGP对等体发布路由时,会把路由信息的下一跳属性设置为本地与对端建立BGP邻居关系的接口地址; (3)BGP设备在IBGP对等体发布从EBGP学来的路由时,不改变路由信息的下一跳属性;...

如何通过修改本地bgp属性 改变对方选路
你好: 1,weight 这个只支持cisco,而且只对设备的路由自己生效,不会传递; 2,优先级,影响AS内出站的路由; 3,本地发起 就是自己发送的路由 4,AS-PATH 可以选路也是放环机制 5,origin IGP>EGP>充分发 6,MED 有三种类型,always comp med ...

BGP的路由属性
Origin属性:标识路由来源,是公认必遵属性,有三种类型。AS_Path属性:记录路由经过的AS,是公认必遵属性,影响路由选择,EBGP对等体间会改变AS_PATH,IBGP对等体间不变。Next_Hop属性:到达目的网段的下一跳地址,公认必遵属性,影响路由计算。Local_Pref属性:公认任意属性,仅在IBGP传递,影响AS内路由...

边界网关协议BGP属性
路由器在选择路由时,倾向于选择ORIGIN类型最低的路径。AS_PATH(AS路径):记录路由经过的自治系统序列,有助于路由选择和路径验证。Next_HOP(下一跳):标识BGP路由的下一跳,对于EBGP,它通常是通告该路由的邻居路由器的地址。公认自决属性用来影响自治系统内部的路由选择:LOCAL_PREF(本地优先级):高优...

属性更新消息的时候,BGP路由器该怎样处理
-- 是公认的必遵属性-- 为BGP发言者指示去往目的地的下一跳 Origin属性 -- ORIGIN属性定义路由信息的来源, 标记一条路由是怎么成为BGP路由的-- 三种ORIGIN属性类型:* IGP: 表明路由信息产生与AS内部, 一般是聚合路由或者通过Network命令引入的路由* EGP: 路由信息是通过EGP协议引入的(一般情况下, ...

BGP是什么?
BGP(Border Gateway Protocol)基本功能在自治系统间自动交换无环路的路由信息,通过交换带有自治区域号(AS)序列属性的路由可达信息,来构造自治区域的拓扑图,从而消除路由环路并实施用户配置的策略。 BGP特点 1、距离矢量协议 2、传输协议:TCP,端口号:179,(重要) 3、支持CIDR(无类别域间选路)(...

BGP路径属性——AS Path属性
BGP路径属性包含Next hop、metric、locprf、weight、path和origin共6个。其中,AS Path属性在路由传递过程中用于记录路由经过的AS号,通过将先经过的AS号放在后面,最后经过的放在前面来实现对路由的排序。在展示路由信息时,AS Path属性会以括号形式出现,多个AS号间用逗号隔开,且最后一个AS号为实际经过...

...会携带的属性是Local-preferance ?MED ? Origin ? Community?_百度知...
这个问题是考察BGP的属性的。BGP有4个属性:公认可选 公认必选 可选传递 可选非传递 而local-preferance是公认可选,MED是可选传递,Origin是公认必选,Community是可选传递。所以一定会携带的是Origin(原始属性)

如何修改RR的cluster-list id?
5. Origin属性(优先顺序:IGP > EGP > Incomplete)6. MED越小越优先 7. 优选EBGP邻居发来的路由(相对于IBGP邻居),在联邦EBGP 和IBGP 中优选联盟EBGP 路由 8. 优选到BGP NEXT_HOP最近的路由,该路由是去往下一跳路由器IGP度量值最小的路由 9. 如果有多条来自相同相邻AS 的路由并通过Maximum...

BGP13条选路原则
路由ID最低优先 - 选择邻居BGP路由器ID最低的路由。最短群集列表 - 选择群集列表长度最小的路径。优先邻居IP地址最低的 - 基于邻居IP地址进行路由选择。BGP还会比较其他属性,如Weight(本地产生32768,非本地为0,仅本地有效)、Local-Preference(默认100,仅传递给IBGP)以及Origin Code(i、e和?...

相似回答