MERAprojects / ops-build

Other
0 stars 0 forks source link

BGP command `neighbor x.x.x.x update-source` is absent #9

Closed xivamar closed 7 years ago

xivamar commented 7 years ago

Problem Description:

The BGP command neighbor x.x.x.x update-source is absent.

OpenSwitch version:

OpenSwitch 0.4.0 (Build: appliance-ops-0.4.0-master-20161121090947-dev)

Steps to reproduce the problem:

  1. Try to configure iBGP on DUT:

    OpenSwitch-1# conf ter OpenSwitch-1(config)# router bgp 64500 OpenSwitch-1(config-router)# network 100.0.0.0/23 OpenSwitch-1(config-router)# neighbor 2.2.2.2 remote-as 64500 OpenSwitch-1(config-router)# neighbor 2.2.2.2 update-source loopback1 % Unknown command. OpenSwitch-1(config-router)#