summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerAF.txt
blob: 1ade02025b1ead145fc427951217918bc31ab543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
routerAFC.addSC("aggregate-address", "Configure BGP aggregate entries");
	routerAFC["aggregate-address"].addSC("A.B.C.D", "Aggregate address");
routerAFC.addSC("auto-summary", "Enable automatic network number summarization");
routerAFC.addSC("bgp", "BGP specific commands");
	routerAFC.bgp.addSC("always-compare-med", "Allow comparing MED from different neighbors");
	routerAFC.bgp.addSC("bestpath", "Change the default bestpath selection");
	routerAFC.bgp.addSC("client-to-client", "Configure client to client route reflection");
	routerAFC.bgp.addSC("cluster-id", "Configure Route-Reflector Cluster-id");
	routerAFC.bgp.addSC("confederation", "AS confederation parameters");
	routerAFC.bgp.addSC("dampening", "Enable route-flap dampening");
	routerAFC.bgp.addSC("default", "Configure BGP defaults");
	routerAFC.bgp.addSC("deterministic-med", "Pick the best-MED path among paths advertised from the neighboring AS");
	routerAFC.bgp.addSC("fast-external-fallover", "Immediately reset session if a link to a directly connected external peer goes down");
	routerAFC.bgp.addSC("log-neighbor-changes", "Log neighbor up/down and reset reason");
	routerAFC.bgp.addSC("redistribute-internal", "Allow redistribution of iBGP into IGPs (dangerous)");
	routerAFC.bgp.addSC("router-id", "Override configured router identifier");
	routerAFC.bgp.addSC("scan-time", "Configure background scanner interval");
routerAFC.addSC("default", "Set a command to its defaults");
	routerAFC["default"].addSC("aggregate-address", "Configure BGP aggregate entries");
	routerAFC["default"].addSC("auto-summary", "Enable automatic network number summarization");
	routerAFC["default"].addSC("bgp", "BGP specific commands");
routerAFC.addSC("default-information", "Control distribution of default information");
	routerAFC["default-information"].addSC("originate", "Distribute a default route");
routerAFC.addSC("default-metric", "Set metric of redistributed routes");
	routerAFC["default-metric"].addSC("<1-4294967295>", "Default metric");
routerAFC.addSC("distance", "Define an administrative distance");
	routerAFC.distance.addSC("<1-255>", "Administrative distance");
	routerAFC.distance.addSC("bgp", "BGP distance");
routerAFC.addSC("distribute-list", "Filter networks in routing updates");
	routerAFC["distribute-list"].addSC("<1-199>", "IP access list number");
	routerAFC["distribute-list"].addSC("<1300-2699>", "IP expanded access list number");
	routerAFC["distribute-list"].addSC("WORD", "Access-list name");
	routerAFC["distribute-list"].addSC("gateway", "Filtering incoming updates based on gateway");
	routerAFC["distribute-list"].addSC("prefix", "Filter prefixes in routing updates");
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["maximum-paths"].addSC("<1-6>", "Number of paths");
routerAFC.addSC("neighbor", "Specify a neighbor router");
	routerAFC.neighbor.addSC("A.B.C.D", "Neighbor address");
	routerAFC.neighbor.addSC("WORD", "Neighbor tag");
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.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.redistribute.addSC("bgp", "Border Gateway Protocol (BGP)");
	routerAFC.redistribute.addSC("connected", "Connected");
	routerAFC.redistribute.addSC("dvmrp", "Redistribution of DVMRP into BGP IPv4 Multicast");
	routerAFC.redistribute.addSC("egp", "Exterior Gateway Protocol (EGP)");
	routerAFC.redistribute.addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
	routerAFC.redistribute.addSC("igrp", "Interior Gateway Routing Protocol (IGRP)");
	routerAFC.redistribute.addSC("isis", "ISO IS-IS");
	routerAFC.redistribute.addSC("iso-igrp", "IGRP for OSI networks");
	routerAFC.redistribute.addSC("mobile", "Mobile routes");
	routerAFC.redistribute.addSC("odr", "On Demand stub Routes");
	routerAFC.redistribute.addSC("ospf", "Open Shortest Path First (OSPF)");
	routerAFC.redistribute.addSC("rip", "Routing Information Protocol (RIP)");
	routerAFC.redistribute.addSC("static", "Static routes");
routerAFC.addSC("synchronization", "Perform IGP synchronization");
routerAFC.addSC("table-map", "Map external entry attributes into routing table");
	routerAFC["table-map"].addSC("WORD", "route-map name");