agentx command is not working in FRR #13998
Replies: 5 comments
-
Could you show |
Beta Was this translation helpful? Give feedback.
-
Can you reduce the scope and leave |
Beta Was this translation helpful? Give feedback.
-
Just add agentx directly to frr.conf and everything works. So the problem is probably just in the CLI.
I only need snmp for OSPF.
|
Beta Was this translation helpful? Give feedback.
-
Hello, this is FRRouting (version 9.0-dev).
|
Beta Was this translation helpful? Give feedback.
-
Could you do this #13855 (comment)? |
Beta Was this translation helpful? Give feedback.
-
I have configured FRR using the following command:
Getting unknown command agentx in vtysh shell, agentx is not correctly configured with frr
How can I solve this problem?
"[
Already configured /etc/frr/daemons with the following parameters and also -M snmp to the parameters
zebra=yes
bgpd=yes
ospfd=yes
ospf6d=yes
ripd=yes
ripngd=yes
isisd=yes
pimd=yes
ldpd=yes
nhrpd=yes
eigrpd=yes
babeld=yes
sharpd=yes
staticd=yes
pbrd=yes
bfdd=yes
fabricd=yes
vtysh_enable=yes
zebra_options=" -s 90000000 --daemon -A 127.0.0.1 -M snmp"
bgpd_options=" --daemon -A 127.0.0.1 -M snmp"
ospfd_options=" --daemon -A 127.0.0.1 -M snmp"
ospf6d_options=" --daemon -A ::1 -M snmp"
ripd_options=" --daemon -A 127.0.0.1 -M snmp"
ripngd_options=" --daemon -A ::1 -M snmp"
isisd_options=" --daemon -A 127.0.0.1 -M snmp"
pimd_options=" --daemon -A 127.0.0.1 -M snmp"
ldpd_options=" --daemon -A 127.0.0.1 -M snmp"
nhrpd_options=" --daemon -A 127.0.0.1 -M snmp"
eigrpd_options=" --daemon -A 127.0.0.1 -M snmp"
babeld_options=" --daemon -A 127.0.0.1 -M snmp"
sharpd_options=" --daemon -A 127.0.0.1 -M snmp"
staticd_options=" --daemon -A 127.0.0.1 -M snmp"
pbrd_options=" --daemon -A 127.0.0.1 -M snmp"
bfdd_options=" --daemon -A 127.0.0.1 -M snmp"
fabricd_options=" --daemon -A 127.0.0.1 -M snmp"
]"
Beta Was this translation helpful? Give feedback.
All reactions