routerAFC.addSC("aggregate-address", "Configure BGP aggregate entries"); routerAFC.addSC("auto-summary", "Enable automatic network number summarization"); routerAFC.addSC("bgp", "BGP specific commands"); routerAFC.addSC("default", "Set a command to its defaults"); routerAFC.addSC("default-information", "Control distribution of default information"); routerAFC.addSC("default-metric", "Set metric of redistributed routes"); routerAFC.addSC("distance", "Define an administrative distance"); routerAFC.addSC("distribute-list", "Filter networks in routing u"); routerAFC.addSC("exit-address-family", "Exit from Address Family configuration mode"); routerAFC.addSC("help", "Description of the interactive help system"); routerAFC.addSC("maximum-paths", "Forward packets over multiple paths"); routerAFC.addSC("neighbor", "Specify a neighbor router"); routerAFC.addSC("network", "Specify a network to announce via BGP"); routerAFC.network.addSC("A.B.C.D", "Network number"); routerAFC.network["A.B.C.D"].addSC("backdoor", "Specify a BGP backdoor route"); routerAFC.network["A.B.C.D"].addSC("mask", "Network mask"); routerAFC.network["A.B.C.D"].mask.addSC("A.B.C.D", "Network mask"); routerAFC.network["A.B.C.D"].mask["A.B.C.D"].addSC("backdoor", "Specify a BGP backdoor route"); routerAFC.network["A.B.C.D"].addSC("route-map", "Route-map to modify the attributes"); routerAFC.network["A.B.C.D"]["route-map"].addSC("WORD", "Name of the route map"); routerAFC.network["A.B.C.D"]["route-map"].WORD.addSC("backdoor", "Specify a BGP backdoor route"); routerAFC.network["A.B.C.D"].addSC("weight", "Set BGP weight for network"); routerAFC.network["A.B.C.D"].weight.addSC("<0-65535>", "absolute weight"); routerAFC.network["A.B.C.D"].weight["<0-65535>"].addSC("backdoor", "Specify a BGP backdoor route"); routerAFC.addSC("no", "Negate a command or set its defaults"); routerAFC.no.addSC("aggregate-address", "Configure BGP aggregate entries"); routerAFC.no.addSC("auto-summary", "Enable automatic network number summarization"); routerAFC.no.addSC("bgp", "BGP specific commands"); routerAFC.no.addSC("default-information", "Control distribution of default information"); routerAFC.no.addSC("default-metric", "Set metric of redistributed routes"); routerAFC.no.addSC("distance", "Define an administrative distance"); routerAFC.no.addSC("distribute-list", "Filter networks in routing updates"); routerAFC.no.addSC("help", "Description of the interactive help system"); routerAFC.no.addSC("maximum-paths", "Forward packets over multiple paths"); routerAFC.no.addSC("neighbor", "Specify a neighbor router"); routerAFC.no.addSC("network", "Specify a network to announce via BGP"); routerAFC.addSC("redistribute", "Redistribute information from another routing protocol"); routerAFC.addSC("summary-address", "Configure IP address summaries"); routerAFC.addSC("synchronization", "Perform IGP synchronization"); routerAFC.addSC("table-map", "Map external entry attributes into routing table");