Class BgpSessionDetector

    • Constructor Detail

      • BgpSessionDetector

        public BgpSessionDetector()

        Constructor for BgpSessionDetector.

    • Method Detail

      • isServiceDetected

        public boolean isServiceDetected​(InetAddress address,
                                         SnmpAgentConfig agentConfig)
        Returns true if the protocol defined by this plugin is supported. If the protocol is not supported then a false value is returned to the caller. The qualifier map passed to the method is used by the plugin to return additional information by key-name. These key-value pairs can be added to service events if needed.
        Overrides:
        isServiceDetected in class SnmpDetector
      • setBgpPeerIp

        public void setBgpPeerIp​(String bgpPeerIp)

        setBgpPeerIp

        Parameters:
        bgpPeerIp - a String object.
      • getBgpPeerIp

        public String getBgpPeerIp()

        getBgpPeerIp

        Returns:
        a String object.