tencent cloud

文档反馈

思科 C 系列交换机

最后更新时间:2024-01-13 16:02:36
    腾讯云专线通过物理专线将腾讯云和用户 IDC 连接,用户在腾讯云侧配置专线网关、专用通道等完成后,还需要在本地 IDC 进行路由配置。(推荐使用三层子接口对接腾讯云侧)
    注意:
    本文仅介绍与腾讯云专线相关的用户本地路由配置项,其他不做介绍,如需了解其他内容请查阅本地路由器文档或者联系各自路由器商咨询。

    路由配置

    说明:
    通过 BGP 连通的对接参数,Keepalive 及 holdtime 参数推荐使用缺省配置;推荐 Holdtime 时间60 * 3=180秒(此时 keepalive 报文周期60s)。
    # 配置物理接口
    interfaces <interface_number>
    description <interface_desc>
    no shutdown
    no switchport
    speed <interface_speed>
    duplex full
    no negotiation auto
    end
    
    # 配置三层子接口
    interface  interface-number.subnumber
    description <vlan_description>
    encapsulation dot1q <vlanid>
    ip address <subinterface_ipaddress> <subinterface_netmask>
    bfd interval <value> min_rx <value> multiplier <value> //BFD参数
    end
    
    # 设置 eBGP
    router bgp <as_number>
    bgp router-id <router_id>
    neighbor <bgp_peer_address> remote-as <bgp_peer_as_number>
    neighbor <bgp_peer_address> password encrypted <bgp_auth_key>
    neighbor <bgp_peer_address> description <bgp_peer_desc>
    neighbor <bgp_peer_address> activate
    neighbor <bgp_peer_address> fall-over bfd single-hop //设置 BGP 联动 BFD
    
    联系我们

    联系我们,为您的业务提供专属服务。

    技术支持

    如果你想寻求进一步的帮助,通过工单与我们进行联络。我们提供7x24的工单服务。

    7x24 电话支持