修改SAG设备动态路由协议BGP的配置,适用于设备类型为SCG5000或SCG5000-5G的智能接入网关实例,且设备版本为3.4.2及以上。
接口说明
目前仅设备版本为 3.4.2 及以上的 SCG5000 和 SCG5000-5G 设备支持修改智能接入网关设备动态路由协议 BGP 的配置。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
SagInsId | string | 是 | 智能接入网关实例 ID。 | sag-v9un1ccz22owd7**** |
SagSn | string | 是 | 智能接入网关设备序列号。 | sagf4dk**** |
RegionId | string | 是 | 智能接入网关实例所属的地域 ID。 您可以通过调用 DescribeRegions 接口获取地域 ID。 | cn-shanghai |
RouterId | string | 是 | BGP 路由器 ID。 | 172.XX.XX.1 |
LocalAs | long | 是 | 智能接入网关设备所属自治系统编号。 取值范围:1~4294967295。 | 65536 |
HoldTime | integer | 是 | 保持时间。单位:秒。 取值范围:3~65535。 说明
在智能接入网关设备和对端设备建立对等体关系时,两端设备要协商 Hold Time 并保持一致,如果在 Hold Time 内未收到对端发来的 KeepAlive 或 Update 消息,则认为 BGP 连接中断。
| 9 |
KeepAlive | integer | 是 | 存活时间间隔。单位:秒。 取值范围:0~65535。 | 3 |
CrossAccount | boolean | 否 | 是否只查询跨账号所属的智能接入网关实例。取值:
| false |
ResourceUid | string | 否 | 智能接入网关实例所属的阿里云账号(主账号)ID。 | 147304382796**** |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Success": true,
"RequestId": "7F0B079C-2D0E-4ABF-A970-C079F785A09C",
"Message": "Successful"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | GATEWAY.InvalidSN | The specified gateway serial number does not exist. | - |
400 | InternalError | Internal server error | - |
400 | DeviceNotExist | The specified device does not exist | - |
400 | SAG.InstanceNoFound | The specified SAG instance does not exist. | 智能接入网关实例不存在。 |
400 | SAG.SoftwareNotSupport | The specified software instance does not support ACL. | - |
400 | SmartAccessGatewayNotActivated | The specified Smart Access Gateway has not been activated. | 该智能接入网关尚未激活,请先激活该实例。 |
400 | MissParameter.GatewayId | The input parameter GatewayId that is mandatory for processing this model is not supplied. | - |
400 | MissParameter.RouterId | The input parameter RouterId that is mandatory for processing this model is not supplied. | - |
400 | MissParameter.LocalAs | The input parameter LocalAs that is mandatory for processing this model is not supplied. | - |
400 | MissParameter.Hold | The input parameter Hold that is mandatory for processing this model is not supplied. | - |
400 | MissParameter.Keepalive | The input parameter Keepalive that is mandatory for processing this model is not supplied. | - |
400 | InvalidParameter.RouterId | The input parameter RouterId is illegal, please check your input. | - |
400 | InvalidParameter.LocalAs | The input parameter LocalAs is illegal, please check your input. | - |
400 | InvalidParameter.Hold | The input parameter Hold is illegal, please check your input. | - |
400 | InvalidParameter.Keepalive | The input parameter Keepalive is illegal, please check your input. | - |
400 | InvalidParameter.RedistributeProtocol | The input parameter RedistributeProtocol is illegal, please check your input. | - |
400 | InvalidParameter.Networks | The input parameter Networks is illegal, please check your input. | - |
400 | InvalidParameter.NeighborIp | The input parameter NeighborIp is illegal, please check your input. | - |
400 | InvalidParameter.RemoteAs | The input parameter RemoteAs is illegal, please check your input. | - |
400 | FeatureNotSupport | The current edition of the smart access gateway does not support this feature. | 智能接入网关当前版本不支持该功能特性。 |
访问错误中心查看更多错误码。