调用EnableTransitRouterRouteTablePropagation接口,为指定的网络实例连接创建路由学习,操作说明和注意事项请参见管理路由学习。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | EnableTransitRouterRouteTablePropagation | 要执行的操作,取值为EnableTransitRouterRouteTablePropagation。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterAttachmentId | String | 是 | tr-attach-13n2l4c**** | 网络实例连接的ID。
|
TransitRouterRouteTableId | String | 是 | tr-rtb-1i5i8khf9m58gae5kcx6**** | 中转路由器实例关联的路由表的ID。您可以调用DescribeTransitRouterRouteTables接口获取TR路由表的ID。 |
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=EnableTransitRouterRouteTablePropagation&Version=2020-04-01&TransitRouterAttachmentId=tr-attach-13n2l4c****&TransitRouterRouteTableId=tr-rtb-1i5i8khf9m58gae5kcx6**** HTTP/1.1 Host: open.volcengineapi.com Service: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "EnableTransitRouterRouteTablePropagation", "Version": "2020-04-01", "Service": "transitrouter", "Region": "cn-guangzhou" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidTransitRouter.InvalidBusinessStatus | The request is denied because the specified Transit Router is shut down due to arrears. | 指定的中转路由器欠费关停,不支持当前操作。 |
400 | InvalidTransitRouter.InvalidStatus | The specified Transit Router is not in the correct status for the request. | 指定的中转路由器所处状态无法响应该请求。 |
400 | InvalidTransitRouterRoutePropagation.TransitRouterMismatch | The specified route table and attachment do not belong to one same Transit Router. | 指定的路由表所属的中转路由器和网络实例连接挂载的中转路由器不一致。 |
400 | InvalidTransitRouterRouteTablePropagation.UnsupportedAttachment | The specified Transit Router attachment does not support enabling route table propagation. | 指定的中转路由器网络实例连接不支持配置路由学习。 |
403 | Forbidden.CreateRouteTablePropagationWithVpnAttachment | You are not authorized to create route table propagation with vpn attachment on Transit Router. | 无权限创建VPN网络实例连接的路由学习,请在中转路由器上开通BGP路由类型的VPN网络实例连接白名单。 |
403 | Forbidden.CreateTransitRouterBgpVpnAttachment | You are not authorized to create BGP vpn attachment on Transit Router. | 无权限创建BGP类型的VPN网络实例连接,请在中转路由器产品开通对应的白名单。 |
403 | Forbidden.EnablePeerTransitRouterRouteTablePropagation | You are not authorized to enable peer attachment route table propagation. | 无权限开启跨地域连接的路由学习功能,请开通白名单。 |
404 | InvalidTransitRouterRouteTable.NotFound | The specified route table does not exist. | 指定的中转路由器路由表不存在。 |
404 | InvalidTransitRouterRouteTablePropagation.NotFound | The specified Transit Router route table propagation does not exist. | 指定的中转路由器路由学习配置不存在。 |
409 | InvalidTransitRouterRouteTablePropagation.Conflict | The specified Transit Router route table propagation on the specified attachment already exists. | 指定的中转路由器路由学习配置已存在。 |