RunningXJ

Results 16 comments of RunningXJ

thanks! Can routers and switches be discovered in the network topology?

I started with a binary file, then do I need to write the configuration file myself? The contents of the configuration file must be all there, or just add the...

thank for your time. i wrote like this: analyzers: - 192.168.4.14:8082 agent: - 192.168.4.15:8081 auth: api: backend: noauth cluster: username: admin password: 123456 is something wrong? When I start it...

if i just need to write: analyzers: - 192.168.4.14:8082 agent: - 192.168.4.15:8081

I executed the skydive analyzer with a host. Other agents (host) executed skydive agent -c skydive.yml The contents of the configuration file are as follows: Analyzers:    - 192.168.4.120:8082 But it...

thank you very much ! it works! BTW, when I want to discover routers and switches, I assume that I know that router switches support lldp, so what configuration do...

When I start the agent on two hosts, why are the two nodes not connected together in the network topology? They are on the same subnet, one is 192.168.4.14 and...

If I enable the lldp probe, then do I only need to do the following configuration on the node where the agent is runing: for example: Analyzers:    - 192.168.4.120:8082 Agent:   ...

BTW,if I enable the lldp probe,can I also discover the router in the topology? Because lldp is a link layer protocol, it is found that most of them can configure...