• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/

Lines Matching refs:neighbor

860        "Interval after which a neighbor is declared dead\n"
2088 DEFUN (neighbor,
2090 "neighbor A.B.C.D",
2099 VTY_GET_IPV4_ADDRESS ("neighbor address", nbr_addr, argv[0]);
2102 VTY_GET_INTEGER_RANGE ("neighbor priority", priority, argv[1], 0, 255);
2116 ALIAS (neighbor,
2118 "neighbor A.B.C.D priority <0-255> poll-interval <1-65535>",
2126 ALIAS (neighbor,
2128 "neighbor A.B.C.D priority <0-255>",
2136 "neighbor A.B.C.D poll-interval <1-65535>",
2147 VTY_GET_IPV4_ADDRESS ("neighbor address", nbr_addr, argv[0]);
2153 VTY_GET_INTEGER_RANGE ("neighbor priority", priority, argv[2], 0, 255);
2166 "neighbor A.B.C.D poll-interval <1-65535> priority <0-255>",
2171 "OSPF priority of non-broadcast neighbor\n"
2176 "no neighbor A.B.C.D",
2185 VTY_GET_IPV4_ADDRESS ("neighbor address", nbr_addr, argv[0]);
2194 "no neighbor A.B.C.D priority <0-255>",
2203 "no neighbor A.B.C.D poll-interval <1-65535>",
2212 "no neighbor A.B.C.D priority <0-255> poll-interval <1-65535>",
2327 "clear ip ospf neighbor A.B.C.D",
2355 vty_out (vty, "clear neighbor %s%s", argv[0], VTY_NEWLINE);
2639 vty_out (vty, " Neighbor Count is %d, Adjacent neighbor count is %d%s",
2708 "show ip ospf neighbor",
2735 "show ip ospf neighbor all",
2740 "include down status neighbor\n")
2762 /* print Down neighbor status */
2786 "show ip ospf neighbor A.B.C.D",
2830 /* Show neighbor ID. */
2839 /* Show neighbor priority and state. */
2863 /* Show neighbor ID. */
2875 /* Show neighbor priority and state. */
2916 "show ip ospf neighbor A.B.C.D",
2952 "show ip ospf neighbor detail",
2982 "show ip ospf neighbor detail all",
2988 "include down status neighbor\n")
3026 "show ip ospf neighbor A.B.C.D detail",
4500 "Interval after which a neighbor is declared dead\n"
4540 /* Update timer values in neighbor structure. */
4562 "Interval after which a neighbor is declared dead\n"
4569 "Interval after which a neighbor is declared dead\n"
4578 "Interval after which a neighbor is declared dead\n"
4615 /* Update timer values in neighbor structure. */
4638 "Interval after which a neighbor is declared dead\n")
4645 "Interval after which a neighbor is declared dead\n")
6892 vty_out (vty, " neighbor %s", inet_ntoa (nbr_nbma->addr));
7162 /* static neighbor print. */
7212 /* "show ip ospf neighbor" commands. */
7580 /* "neighbor" commands. */