API Guide

Identifier GUID-0A09DFF7-EBB8-402F-BDD8-1E3AC269BD41
Version 2
Status Translation approved
route-map
将已建立的路由映射应用到 BGP 邻居或对等组的传入或出站路由。
语法
route-map route-map-name {in | out}
参数
route-map-name 输入已配置的路由映射的名称。
in 将路由映射作为入站策略连接
out 将路由映射作为出站策略连接
默认
命令模式
ROUTER-BGP-TEMPLATE-AF
使用情况信息
此命令的 no 版本将删除 route-map
示例
OS10(conf-router-neighbor)# address-family ipv4 unicast
OS10(conf-router-bgp-neighbor-af)# route-map bgproutemap in
OS10(conf-router-template)# address-family ipv4 unicast
OS10(conf-router-bgp-template-af)# route-map bgproutemap in
支持的版本
10.4.1.0 or later
Identifier GUID-CD1D76CC-0FDA-47EF-AE2D-5BF48CEDE311
Version 5
Status Translation approved
route-reflector-client
将邻居配置为路由反射器群集的成员。
语法
route-reflector-client
参数
默认 未配置
命令模式
ROUTER-TEMPLATE
使用情况信息
该设备配置为路由反射器并且 BGP 邻居配置为路由反射器群集中的客户端。此命令的 no 版本将删除路由
反射器的所有客户端 该路由器不再用作路由反射器。
示例
OS10(conf-router-template)# route-reflector-client
支持的版本
10.3.0E or later
Identifier GUID-97C87FAB-6926-449E-B1D2-1D8D5EA657B3
Version 6
Status Translation approved
router bgp
启用 BGP 并将 AS 编号分配给本地 BGP 扬声器。
语法
router bgp as-number
参数
as-number 输入 AS 编号范围。
1 65535 2 字节为单位
1 4294967295 4 字节为单位
默认
命令模式
CONFIGURATION
3 587