"IP Information\n"
"OSPF interface commands\n"
"Enable authentication on this interface\n"
- "Address of interface")
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx_ipv4 = 3;
"Enable authentication on this interface\n"
"Use null authentication\n"
"Use message-digest authentication\n"
- "Address of interface")
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx_encryption = 4;
"IP Information\n"
"OSPF interface commands\n"
"Enable authentication on this interface\n"
- "Address of interface")
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx_ipv4 = 4;
"OSPF interface commands\n"
"Authentication password (key)\n"
"The OSPF password (key)\n"
- "Address of interface")
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx = 0;
"OSPF interface commands\n"
"Message digest authentication password (key)\n"
"Key ID\n"
- "Address of interface")
+ "Use MD5 algorithm\n"
+ "The OSPF password (key)\n"
+ "Address of interface\n")
{
return no_ip_ospf_message_digest_key(self, vty, argc, argv);
}
no_ip_ospf_cost_cmd,
"no ip ospf cost [(1-65535)] [A.B.C.D]",
NO_STR
+ "IP Information\n"
"OSPF interface commands\n"
"Interface cost\n"
- "Address of interface")
+ "Cost\n"
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx = 0;
"OSPF interface commands\n"
"Interval time after which a neighbor is declared down\n"
"Seconds\n"
- "Address of interface")
+ "Minimal 1s dead-interval with fast sub-second hellos\n"
+ "Hello multiplier factor\n"
+ "Number of Hellos to send each second\n"
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx_ipv4 = argc - 1;
"OSPF interface commands\n"
"Interval time after which a neighbor is declared down\n"
"Seconds\n"
- "Address of interface")
+ "Minimal 1s dead-interval with fast sub-second hellos\n"
+ "Hello multiplier factor\n"
+ "Number of Hellos to send each second\n"
+ "Address of interface\n")
{
return no_ip_ospf_dead_interval(self, vty, argc, argv);
}
"OSPF interface commands\n"
"Router priority\n"
"Priority\n"
- "Address of interface")
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx = 0;
"OSPF interface commands\n"
"Router priority\n"
"Priority\n"
- "Address of interface")
+ "Address of interface\n")
{
return ip_ospf_priority(self, vty, argc, argv);
}
"OSPF interface commands\n"
"Router priority\n" // ignored
"Priority\n"
- "Address of interface")
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx = 0;
"OSPF interface commands\n"
"Router priority\n"
"Priority\n"
- "Address of interface")
+ "Address of interface\n")
{
return no_ip_ospf_priority(self, vty, argc, argv);
}
"OSPF interface commands\n"
"Time between retransmitting lost link state advertisements\n"
"Seconds\n"
- "Address of interface")
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx = 0;
"OSPF interface commands\n"
"Time between retransmitting lost link state advertisements\n"
"Seconds\n"
- "Address of interface")
+ "Address of interface\n")
{
return ip_ospf_retransmit_interval(self, vty, argc, argv);
}
"OSPF interface commands\n"
"Link state transmit delay\n"
"Seconds\n"
- "Address of interface")
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx = 0;
"OSPF interface commands\n"
"Link state transmit delay\n"
"Seconds\n"
- "Address of interface")
+ "Address of interface\n")
{
return ip_ospf_transmit_delay(self, vty, argc, argv);
}
"IP Information\n"
"OSPF interface commands\n"
"Link state transmit delay\n"
- "Address of interface")
+ "Seconds\n"
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx = 0;
"OSPF interface commands\n"
"Link state transmit delay\n"
"Seconds\n"
- "Address of interface")
+ "Address of interface\n")
{
return no_ip_ospf_transmit_delay(self, vty, argc, argv);
}
"IP Information\n"
"OSPF interface commands\n"
"Disable MTU mismatch detection on this interface\n"
- "Address of interface")
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx_ipv4 = 3;
DEFUN (no_ip_ospf_mtu_ignore,
no_ip_ospf_mtu_ignore_addr_cmd,
"no ip ospf mtu-ignore [A.B.C.D]",
+ NO_STR
"IP Information\n"
"OSPF interface commands\n"
"Disable MTU mismatch detection on this interface\n"
- "Address of interface")
+ "Address of interface\n")
{
VTY_DECLVAR_CONTEXT(interface, ifp);
int idx_ipv4 = 4;