Enable Netlib on the Network Agent (Optional)

Note: If you are using Network Agent <= 4.5.6, enable the netlib parameter manually as described in the following steps.

To enable Netlib on the network agent:

  1. Open the following file in a text editor: <network_agent_home>/conf/agent_config.lua
  2. Edit the enable_netlib parameter:
    npm_config = {
          log_destination = "file",
          log_file = "agent.log",
          debug_log_file = "agent-debug.log",
          disable_filter = 1,
          mode = "Advanced",
          enable_netlib = 1,
          lua_scripts_path = ROOT_DIR .. "/scripts/netagent/lua/",
    }