Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
DEFUN (agentx_enable,
agentx_enable_cmd,
"agentx",
- "SNMP AgentX protocol settings\n"
- "SNMP AgentX settings\n")
+ "SNMP AgentX protocol settings\n")
{
if (!agentx_enabled)
{
no_agentx_cmd,
"no agentx",
NO_STR
- "SNMP AgentX protocol settings\n"
- "SNMP AgentX settings\n")
+ "SNMP AgentX protocol settings\n")
{
if (!agentx_enabled) return CMD_SUCCESS;
vty_outln (vty, "SNMP AgentX support cannot be disabled once enabled");
"Logging control\n"
"Cancel logging to file\n"
"Logging file name\n"
- "Logging file name\n"
"Logging level\n")
{
zlog_reset_file ();