Hi,
Are you running ryu bgp with root permission?
ryu bgp listens on port 179, so root permission is required.
and if you use ‘local_address’, you have to specify ‘local_port’ too like this
'bgp_neighbors': {
'10.2.2.2': {
'remote_as': 45090,
'loca
On Wed, 13 Aug 2014 17:32:11 +0800
Peng Xiao wrote:
> hi team
>
> here is my exception.
>
> $ ryu run --verbose --config-file ~/ryu/etc/ryu/ryu.conf
> ~/ryu/ryu/services/protocols/bgp/application.py
> loading app /home/bgpmon/ryu/ryu/services/protocols/bgp/application.py
> Create CustomEvent ca
hi team
here is my exception.
$ ryu run --verbose --config-file ~/ryu/etc/ryu/ryu.conf
~/ryu/ryu/services/protocols/bgp/application.py
loading app /home/bgpmon/ryu/ryu/services/protocols/bgp/application.py
Create CustomEvent called
instantiating app
/home/bgpmon/ryu/ryu/services/protocols/bgp/app