Skip to main content

Linux Agent Installation

Deprecation Warning

hyperglass-agent is going to be deprecated soon. See Issue #143 and here for more detail.

Installation#

Dependencies#

On the Linux server running FRRouting or BIRD, make sure Python 3.6+ is installed:

$ sudo apt install -y python3 python3-pip libssl-dev

You can then verify your Python 3 version:

$ python3 --version
Python 3.6.9

Application#

Now that Python 3.6+ is installed, you can install the hyperglass agent:

$ pip3 install hyperglass-agent
Deprecation Warning

hyperglass-agent is going to be deprecated soon. See Issue #143 and here for more detail.