16 lines
871 B
Plaintext
16 lines
871 B
Plaintext
# Default configuration for govpp-snmp-agentx
|
|
# This file contains environment variables for the GoVPP SNMP AgentX daemon
|
|
#
|
|
# Command line flags for govpp-snmp-agentx
|
|
GOVPP_SNMP_AGENTX_FLAGS="-agentx.addr /var/agentx/master -vppcfg /etc/vpp/vppcfg.yaml -vppstats.period 10"
|
|
|
|
# Additional options that can be added to GOVPP_SNMP_AGENTX_FLAGS:
|
|
# -debug Enable debug logging
|
|
# -agentx.addr host:port SNMPd Agentx address (example: localhost:705)
|
|
# -vppstats.api.addr PATH VPP API socket path (default: /var/run/vpp/api.sock)
|
|
# -vppstats.stats.addr PATH VPP stats socket path (default: /var/run/vpp/stats.sock)
|
|
# -vppstats.ifindex-offset NUM Interface index offset (default: 1000)
|
|
#
|
|
# Example with debug logging:
|
|
# GOVPP_SNMP_AGENTX_FLAGS="-agentx.addr localhost:705 -vppcfg /etc/vpp/vppcfg.yaml -vppstats.period 10 -debug"
|