Hi.

I'm trying to configure nprobe BGP plugin to connect with quagga. I think something is wrong with configuration of my system or bgp_probe_client.pl. I configure correctly parameters below:
[...]
# BGP
my $local_ip = '<my local IP>';
my $local_as = 65500;
my $remote_ip = '<IP of the quagga system>';
my $remote_as = <my public AS>;
# nProbe
my $nprobe_ip   = '127.0.0.1';
my $nprobe_port = 4096;
[...]

If I run the bgp_probe_client.pl script I see no warning, on the screen there is nothing displayed, and the scripts seems to be running:
[...]
root@test:~# etstat -eapln
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
...
tcp 0 0 0.0.0.0:179 0.0.0.0:* LISTEN 0244594 20360/perl
...
root@test:~#
[...]

But no one packet is send by bgp_probe_client.pl, the:
"tcpdump -n -i eth0 port 179"
on the machine with bgp_probe_client.pl display nothing, just like the script was not trying to connect to bgp peer? From time to time, the quagga is trying to connect to the bgp_probe_client.pl but the peer session is not established. As I read in the manuals, after running the bgp_probe_client.pl should establish a connection with the quagga, but there is no packet send. Why?

How to diagnoze the problem? Mayby someone have the same issue?


Regards
--
Mark
_______________________________________________
Ntop-misc mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-misc

Reply via email to