API Guide

!
address-family ipv4 unicast
Identifier GUID-BAF5622F-A985-46A0-A341-A04F1B966F2E
Version 7
Status Translation approved
联盟
AS 中组织路由器的另一种方式并且减少 IBGP 对等的网格是配置 BGP 联盟。与路由映射器一样Dell EMC 建议仅将 BGP 联盟用
于涉及每个路由器的许多 IBGP 对等会。
配置 BGP 联盟时会将 AS 转换为较小的子 AS。对于网络外部设备联盟显示为一个 AS。在联盟子 AS IBGP 邻居是完全网状
的并且 MEDNEXT_HOP LOCAL_PREF 属性在联盟之间保持。
1. ROUTER-BGP 模式下输入联盟 ID AS 编号1 65535 适用于 2 字节1 4294967295 适用于 4 字节
confederation identifier as-number
2. ROUTER-BGP 模式下输入作为对等的联盟子 AS 1 65535 适用于 2 字节1 4294967295 适用于 4 字节。所有联盟路
由器必须为 4 字节或 2 字节。您不能混用路由器 ASN 支持。
confederation peers as-number [... as-number]
配置 BGP 联盟
OS10(config)# router bgp 65501
OS10(conf-router-bgp-65501)# confederation identifier 100
OS10(conf-router-bgp-65501)# confederation peers 65502 65503 65504
OS10(conf-router-bgp-65501)# neighbor 1.1.1.2
OS10(conf-router-neighbor)# remote-as 65502
OS10(conf-router-neighbor)# no shutdown
OS10(conf-router-neighbor)# exit
OS10(conf-router-bgp-65501)# neighbor 2.1.1.2
OS10(conf-router-neighbor)# remote-as 65503
OS10(conf-router-neighbor)# no shutdown
OS10(conf-router-neighbor)# exit
OS10(conf-router-bgp-65501)# neighbor 3.1.1.2
OS10(conf-router-neighbor)# remote-as 65504
OS10(conf-router-neighbor)# no shutdown
OS10(conf-router-neighbor)# exit
OS10(conf-router-bgp-65501)# end
OS10# show running-configuration bgp
!
router bgp 65501
confederation identifier 100
confederation peers 65502 65503 65504
!
neighbor 1.1.1.2
remote-as 65502
no shutdown
!
neighbor 2.1.1.2
remote-as 65503
no shutdown
!
neighbor 3.1.1.2
remote-as 65504
no shutdown
Identifier
GUID-CC3384B6-2048-45F7-8483-11937CD0D608
Version 6
Status Translation approved
路由抑制
EBGP 路由变得不可用时它们会“摆动”并且路由器会发出“撤销”和“更新”通知。当路由撤销、撤销后重新通告或属性
更改时会发生摆动。
3 561