MERAprojects / ops-build

Other
0 stars 0 forks source link

BGP command 'neighbor х.х.х.х route-reflector-client' is not implemented #13

Open xivamar opened 7 years ago

xivamar commented 7 years ago

The command neighbor х.х.х.х route-reflector-cliente isn't implemented:

switch# conf ter
switch(config)# router bgp 77
switch(config-router)# bgp router-id 192.168.4.1
switch(config-router)# neighbor AS_77 peer-group
switch(config-router)# neighbor AS_77 remote-as 77
switch(config-router)# neighbor AS_77 update-source loopback1
switch(config-router)# neighbor AS_77 route-reflector-client
This command is not yet implemented but here are the parameters:
argc = 1
   arg 0: AS_77
switch(config-router)# neighbor 192.168.1.1 route-reflector-client 
This command is not yet implemented but here are the parameters:
argc = 1
   arg 0: 192.168.1.1
switch(config-router)#
switch(config-router)# end
switch# 
switch# show version 
OpenSwitch 0.4.0 (Build: appliance-ops-0.4.0-devel/master-20161216101716-dev)
switch#