ADC

用例:带 BGP 路由的 ECMP

若要使用 BGP 路由协议配置 ECMP,请执行以下步骤:

  1. 登录到群集 IP 地址。

  2. 启用 BGP 路由协议。

    > enable ns feature bgp
    
  3. 添加 VLAN 并绑定所需的接口。

    > add vlan 985
    > bind vlan 985 -ifnum 0/0/1 1/0/1
    
  4. 添加已发现的 IP 地址并将它们绑定到 VLAN。

    > add ns ip 10.100.26.14 255.255.255.0 -ownerNode 1 -dynamicRouting ENABLED
    > add ns ip 10.100.26.15 255.255.255.0 -ownerNode 2 -dynamicRouting ENABLED
    > bind vlan 985 -ipAddress 10.100.26.10 255.255.255.0
    
  5. 使用 VTYSH shell 在 ZeBOS 上配置 BGP 路由协议。

    > vtysh conf t router bgp 65535 neighbor 10.100.26.1 remote-as 65535
    
  6. 在外部交换机上配置 BGP。为 Cisco® Nexus 7000 C7010 版本 5.2(1) 交换机提供了以下示例配置。必须在其他交换机上执行类似的配置。

    > router bgp 65535 no synchronization
      bgp log-neighbor-changes neighbor 10.100.26.14 remote-as 65535 neighbor 10.100.26.15 remote-as 65535 no auto-summary
      dont-capability-negotiate
      dont-capability-negotiate
      no dynamic-capability
    
用例:带 BGP 路由的 ECMP

在本文中