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

Lines Matching refs:community

1774 /* neighbor send-community. */
1777 NEIGHBOR_CMD2 "send-community",
1789 NO_NEIGHBOR_CMD2 "send-community",
1801 /* neighbor send-community extended. */
1804 NEIGHBOR_CMD2 "send-community (both|extended|standard)",
1829 NO_NEIGHBOR_CMD2 "send-community (both|extended|standard)",
5994 "%ld BGP community entries%s", community_count (),
7075 struct community *com;
7077 com = (struct community *) backet->data;
7082 /* Show BGP's community internal data. */
7085 "show ip bgp community-info",
7089 "List all bgp community information\n")
8043 /* "neighbor send-community" commands.*/
8564 /* "show ip bgp community" commands. */
8636 vty_out (vty, "%% Malformed community-list value%s", VTY_NEWLINE);
8639 vty_out (vty, "%% Community name conflict, previously defined as standard community%s", VTY_NEWLINE);
8642 vty_out (vty, "%% Community name conflict, previously defined as expanded community%s", VTY_NEWLINE);
8675 /* Concat community string argument. */
8682 malformed community string. */
8685 /* Free temporary community list string allocated by
8736 /* Concat community string argument. */
8739 /* Unset community list. */
8742 /* Free temporary community list string allocated by
8755 /* "community-list" keyword help string. */
8756 #define COMMUNITY_LIST_STR "Add a community list entry\n"
8761 "ip community-list WORD (deny|permit) .AA:NN",
8765 "Specify community to reject\n"
8766 "Specify community to accept\n"
8774 "ip community-list <1-99> (deny|permit) .AA:NN",
8778 "Specify community to reject\n"
8779 "Specify community to accept\n"
8787 "ip community-list <1-99> (deny|permit)",
8791 "Specify community to reject\n"
8792 "Specify community to accept\n")
8796 "ip community-list <100-199> (deny|permit) .LINE",
8800 "Specify community to reject\n"
8801 "Specify community to accept\n"
8809 "ip community-list standard WORD (deny|permit) .AA:NN",
8812 "Add a standard community-list entry\n"
8814 "Specify community to reject\n"
8815 "Specify community to accept\n"
8823 "ip community-list standard WORD (deny|permit)",
8826 "Add a standard community-list entry\n"
8828 "Specify community to reject\n"
8829 "Specify community to accept\n")
8833 "ip community-list expanded WORD (deny|permit) .LINE",
8836 "Add an expanded community-list entry\n"
8838 "Specify community to reject\n"
8839 "Specify community to accept\n"
8847 "no ip community-list (WORD|<1-99>|<100-199>)",
8860 "no ip community-list (standard|expanded) WORD",
8864 "Add a standard community-list entry\n"
8865 "Add an expanded community-list entry\n"
8873 "no ip community-list WORD (deny|permit) .AA:NN",
8878 "Specify community to reject\n"
8879 "Specify community to accept\n"
8887 "no ip community-list <1-99> (deny|permit) .AA:NN",
8892 "Specify community to reject\n"
8893 "Specify community to accept\n"
8901 "no ip community-list <100-199> (deny|permit) .LINE",
8906 "Specify community to reject\n"
8907 "Specify community to accept\n"
8915 "no ip community-list standard WORD (deny|permit) .AA:NN",
8919 "Specify a standard community-list\n"
8921 "Specify community to reject\n"
8922 "Specify community to accept\n"
8930 "no ip community-list expanded WORD (deny|permit) .LINE",
8934 "Specify an expanded community-list\n"
8936 "Specify community to reject\n"
8937 "Specify community to accept\n"
8977 "show ip community-list",
8980 "List community-list\n")
9000 "show ip community-list (<1-199>|WORD)",
9003 "List community-list\n"
9049 /* Concat community string argument. */
9057 /* Free temporary community list string allocated by
9104 /* Concat community string argument. */
9107 /* Unset community list. */
9110 /* Free temporary community list string allocated by
9124 #define EXTCOMMUNITY_LIST_STR "Add a extended community list entry\n"
9125 #define EXTCOMMUNITY_VAL_STR "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' format\n"
9133 "Specify community to reject\n"
9134 "Specify community to accept\n"
9146 "Specify community to reject\n"
9147 "Specify community to accept\n")
9155 "Specify community to reject\n"
9156 "Specify community to accept\n"
9169 "Specify community to reject\n"
9170 "Specify community to accept\n"
9183 "Specify community to reject\n"
9184 "Specify community to accept\n")
9193 "Specify community to reject\n"
9194 "Specify community to accept\n"
9232 "Specify community to reject\n"
9233 "Specify community to accept\n"
9246 "Specify community to reject\n"
9247 "Specify community to accept\n"
9261 "Specify community to reject\n"
9262 "Specify community to accept\n"
9276 "Specify community to reject\n"
9277 "Specify community to accept\n"
9293 vty_out (vty, "Extended community %s list %s%s",
9298 vty_out (vty, "Named extended community %s list %s%s",
9320 "List extended-community list\n")
9343 "List extended-community list\n"
9362 /* Return configuration string of community-list entry. */
9380 /* Display community-list and extcommunity-list configuration. */
9396 vty_out (vty, "ip community-list %s %s %s%s",
9401 vty_out (vty, "ip community-list %s %s %s %s%s",
9412 vty_out (vty, "ip community-list %s %s %s %s%s",