summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/cmd_subintS.txt
blob: 465d42dcaa9114128fe9d3a78659aa501b4ac558 (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
subintSC.addSC("appletalk", "Appletalk interface subcommands");
subintSC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
subintSC.addSC("backup", "Modify backup parameters");
subintSC.addSC("bandwidth", "Set bandwidth informational parameter");
	subintSC.bandwidth.addSC("<1-10000000>", "Bandwidth in kilobits");
subintSC.addSC("bridge-group", "Transparent bridging interface parameters");
subintSC.addSC("carrier-delay", "Specify delay for interface transitions");
subintSC.addSC("cdp", "CDP interface subcommands");
subintSC.addSC("crypto", "Encryption/Decryption commands");
	subintSC.crypto.addSC("map", "Assign a Crypto Map");
		subintSC.crypto.map.addSC("WORD", "Crypto Map tag");
subintSC.addSC("decnet", "Interface DECnet config commands");
subintSC.addSC("default", "Set a command to its defaults");
subintSC.addSC("delay", "Specify interface throughput delay");
subintSC.addSC("description", "Interface specific description");
subintSC.addSC("dspu", "Down Stream PU");
subintSC.addSC("dxi", "ATM-DXI configuration commands");
subintSC.addSC("encapsulation", "Set encapsulation type for an interface");
	subintSC.encapsulation.addSC("sde", "IEEE 802.10 Virtual LAN - Secure Data Exchange");
subintSC.addSC("exit", "Exit from interface configuration mode");
subintSC.addSC("fras", "DLC Switch Interface Command");
subintSC.addSC("ip", "Interface Internet Protocol config commands");
	subintSC.ip.addSC("access-group", "Specify access control for packets");
	subintSC.ip.addSC("accounting", "Enable IP accounting on this interface");
	subintSC.ip.addSC("address", "Set the IP address of an interface");
		subintSC.ip.address.addSC("A.B.C.D", "IP address");
			subintSC.ip.address["A.B.C.D"].addSC("A.B.C.D", "IP subnet mask");
				subintSC.ip.address["A.B.C.D"]["A.B.C.D"].addSC("secondary", "Make this IP address a secondary address");
	subintSC.ip.addSC("audit", "Apply IDS audit name");
	subintSC.ip.addSC("auth-proxy", "Apply authenticaton proxy");
	subintSC.ip.addSC("authentication", "authentication subcommands");
	subintSC.ip.addSC("bandwidth-percent", "Set EIGRP bandwidth limit");
			subintSC.ip["bandwidth-percent"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
				subintSC.ip["bandwidth-percent"].eigrp.addSC("<1-65535>",  "Autonomous system number");
					subintSC.ip["bandwidth-percent"].eigrp["<1-65535>"].addSC("<1-999999>",  "Maximum bandwidth percentage that EIGRP may use");

	subintSC.ip.addSC("broadcast-address", "Set the broadcast address of an interface");
	subintSC.ip.addSC("cgmp", "Enable/disable CGMP");
	subintSC.ip.addSC("directed-broadcast", "Enable forwarding of directed broadcasts");
	subintSC.ip.addSC("dvmrp", "DVMRP interface commands");
	subintSC.ip.addSC("hello-interval", "Configures IP-EIGRP hello interval");
	subintSC.ip.addSC("helper-address", "Specify a destination address for UDP broadcasts");
	subintSC.ip.addSC("hold-time", "Configures IP-EIGRP hold time");
	subintSC.ip.addSC("igmp", "IGMP interface commands");
	subintSC.ip.addSC("inspect", "Apply inspect name");
	subintSC.ip.addSC("irdp", "ICMP Router Discovery Protocol");
	subintSC.ip.addSC("load-sharing", "Style of load sharing");
	subintSC.ip.addSC("mask-reply", "Enable sending ICMP Mask Reply messages");
	subintSC.ip.addSC("mobile", "Mobile IP support");
	subintSC.ip.addSC("mrm", "Configure IP Multicast Routing Monitor tester");
	subintSC.ip.addSC("mroute-cache", "Enable switching cache for incoming multicast packets");
	subintSC.ip.addSC("mtu", "Set IP Maximum Transmission Unit");
	subintSC.ip.addSC("multicast", "IP multicast interface commands");
	subintSC.ip.addSC("nat", "NAT interface commands");
		subintSC.ip.nat.addSC("inside", "Inside interface for address translation");
		subintSC.ip.nat.addSC("outside", "Outside interface for address translation");
	subintSC.ip.addSC("nhrp", "NHRP interface subcommands");
	subintSC.ip.addSC("ospf", "OSPF interface commands");
		subintSC.ip.ospf.addSC("authentication-key", "Authentication password (key)");
		subintSC.ip.ospf.addSC("cost", "Interface cost");
		subintSC.ip.ospf.addSC("database-filter", "Filter OSPF LSA during synchronization and flooding");
		subintSC.ip.ospf.addSC("dead-interval", "Interval after which a neighbor is declared dead");
			subintSC.ip.ospf["dead-interval"].addSC("<1-65535>", "Seconds");
		subintSC.ip.ospf.addSC("demand-circuit", "OSPF demand circuit");
		subintSC.ip.ospf.addSC("hello-interval", "Time between HELLO packets");
			subintSC.ip.ospf["hello-interval"].addSC("<1-65535>", "Seconds");
		subintSC.ip.ospf.addSC("message-digest-key", "Message digest authentication password (key)");
		subintSC.ip.ospf.addSC("network", "Network type");
		subintSC.ip.ospf.addSC("priority", "Router priority");
		subintSC.ip.ospf.addSC("retransmit-interval", "Time between retransmitting lost link state advertisements");
		subintSC.ip.ospf.addSC("transmit-delay", "Link state transmit delay");
	subintSC.ip.addSC("pgm", "PGM Reliable Transport Protocol");
	subintSC.ip.addSC("pim", "PIM interface commands");
	subintSC.ip.addSC("policy", "Enable policy routing");
	subintSC.ip.addSC("probe", "Enable HP Probe support");
	subintSC.ip.addSC("proxy-arp", "Enable proxy ARP");
	subintSC.ip.addSC("rarp-server", "Enable RARP server for static arp entries");
	subintSC.ip.addSC("redirects", "Enable sending ICMP Redirect messages");
	subintSC.ip.addSC("rip", "Router Information Protocol");
	subintSC.ip.addSC("route-cache", "Enable fast-switching cache for outgoing packets");
	subintSC.ip.addSC("router", "IP router interface commands");
		subintSC.ip.router.addSC("isis", "IS-IS Routing for IP");
			subintSC.ip.router.isis.addSC("WORD", "Routing process tag");
	subintSC.ip.addSC("rsvp", "RSVP interface commands");
	subintSC.ip.addSC("sap", "Session Advertisement Protocol interface commands");
	subintSC.ip.addSC("sdr", "Session Directory Protocol interface commands");
	subintSC.ip.addSC("security", "DDN IP Security Option");
	subintSC.ip.addSC("split-horizon", "Perform split horizon");
	subintSC.ip.addSC("summary-address", "Perform address summarization");
      subintSC.ip["summary-address"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
         subintSC.ip["summary-address"].eigrp.addSC("<1-65535>", "Autonomous system number");
            subintSC.ip["summary-address"].eigrp["<1-65535>"].addSC("A.B.C.D", "IP address");
               subintSC.ip["summary-address"].eigrp["<1-65535>"]["A.B.C.D"].addSC("A.B.C.D", "IP network mask");
                  subintSC.ip["summary-address"].eigrp["<1-65535>"]["A.B.C.D"]["A.B.C.D"].addSC("<1-255>", "Administrative distance");
      subintSC.ip["summary-address"].addSC("rip", "Routing Information Protocol (RIP)");
         subintSC.ip["summary-address"].rip.addSC("A.B.C.D", "IP address");
            subintSC.ip["summary-address"].rip["A.B.C.D"].addSC("A.B.C.D", "IP network mask");

	subintSC.ip.addSC("unnumbered", "Enable IP processing without an explicit address");
	subintSC.ip.addSC("unreachables", "Enable sending ICMP Unreachable messages");
	subintSC.ip.addSC("verify", "Enable per packet validation");
	subintSC.ip.addSC("vrf", "VPN Routing/Forwarding parameters on the interface");
	subintSC.ip.addSC("wccp", "WCCP interface commands");
subintSC.addSC("llc2", "LLC2 Interface Subcommands");
subintSC.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
subintSC.addSC("netbios", "Use a defined NETBIOS access list or enable name-caching");
subintSC.addSC("no", "Negate a command or set its defaults");
	subintSC.no.addSC("appletalk", "Appletalk interface subcommands");
	subintSC.no.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
	subintSC.no.addSC("backup", "Modify backup parameters");
	subintSC.no.addSC("bandwidth", "Set bandwidth informational parameter");
	subintSC.no.addSC("bridge-group", "Transparent bridging interface parameters");
	subintSC.no.addSC("carrier-delay", "Specify delay for interface transitions");
	subintSC.no.addSC("cdp", "CDP interface subcommands");
	subintSC.no.addSC("crypto", "Encryption/Decryption commands");
	subintSC.no.addSC("decnet", "Interface DECnet config commands");
	subintSC.no.addSC("delay", "Specify interface throughput delay");
	subintSC.no.addSC("description", "Interface specific description");
	subintSC.no.addSC("dspu", "Down Stream PU");
	subintSC.no.addSC("dxi", "ATM-DXI configuration commands");
	subintSC.no.addSC("encapsulation", "Set encapsulation type for an interface");
	subintSC.no.addSC("fras", "DLC Switch Interface Command");
	subintSC.no.addSC("ip", "Interface Internet Protocol config commands");
		subintSC.no.ip.addSC("access-group", "Specify access control for packets");
		subintSC.no.ip.addSC("accounting", "Enable IP accounting on this interface");
		subintSC.no.ip.addSC("address", "Set the IP address of an interface");
			subintSC.no.ip.address.addSC("A.B.C.D", "IP address");
				subintSC.no.ip.address["A.B.C.D"].addSC("A.B.C.D", "IP subnet mask");
					subintSC.no.ip.address["A.B.C.D"]["A.B.C.D"].addSC("secondary", "Make this IP address a secondary address");
		subintSC.no.ip.addSC("audit", "Apply IDS audit name");
		subintSC.no.ip.addSC("auth-proxy", "Apply authenticaton proxy");
		subintSC.no.ip.addSC("authentication", "authentication subcommands");
		subintSC.no.ip.addSC("bandwidth-percent", "Set EIGRP bandwidth limit");
		subintSC.no.ip.addSC("broadcast-address", "Set the broadcast address of an interface");
		subintSC.no.ip.addSC("cgmp", "Enable/disable CGMP");
		subintSC.no.ip.addSC("directed-broadcast", "Enable forwarding of directed broadcasts");
		subintSC.no.ip.addSC("dvmrp", "DVMRP interface commands");
		subintSC.no.ip.addSC("hello-interval", "Configures IP-EIGRP hello interval");
		subintSC.no.ip.addSC("helper-address", "Specify a destination address for UDP broadcasts");
		subintSC.no.ip.addSC("hold-time", "Configures IP-EIGRP hold time");
		subintSC.no.ip.addSC("igmp", "IGMP interface commands");
		subintSC.no.ip.addSC("inspect", "Apply inspect name");
		subintSC.no.ip.addSC("irdp", "ICMP Router Discovery Protocol");
		subintSC.no.ip.addSC("load-sharing", "Style of load sharing");
		subintSC.no.ip.addSC("mask-reply", "Enable sending ICMP Mask Reply messages");
		subintSC.no.ip.addSC("mobile", "Mobile IP support");
		subintSC.no.ip.addSC("mrm", "Configure IP Multicast Routing Monitor tester");
		subintSC.no.ip.addSC("mroute-cache", "Enable switching cache for incoming multicast packets");
		subintSC.no.ip.addSC("mtu", "Set IP Maximum Transmission Unit");
		subintSC.no.ip.addSC("multicast", "IP multicast interface commands");
		subintSC.no.ip.addSC("nat", "NAT interface commands");
		subintSC.no.ip.addSC("nhrp", "NHRP interface subcommands");
		subintSC.no.ip.addSC("ospf", "OSPF interface commands");
		subintSC.no.ip.addSC("pgm", "PGM Reliable Transport Protocol");
		subintSC.no.ip.addSC("pim", "PIM interface commands");
		subintSC.no.ip.addSC("policy", "Enable policy routing");
		subintSC.no.ip.addSC("probe", "Enable HP Probe support");
		subintSC.no.ip.addSC("proxy-arp", "Enable proxy ARP");
		subintSC.no.ip.addSC("rarp-server", "Enable RARP server for static arp entries");
		subintSC.no.ip.addSC("redirects", "Enable sending ICMP Redirect messages");
		subintSC.no.ip.addSC("rip", "Router Information Protocol");
		subintSC.no.ip.addSC("route-cache", "Enable fast-switching cache for outgoing packets");
		subintSC.no.ip.addSC("router", "IP router interface commands");
		subintSC.no.ip.addSC("rsvp", "RSVP interface commands");
		subintSC.no.ip.addSC("sap", "Session Advertisement Protocol interface commands");
		subintSC.no.ip.addSC("sdr", "Session Directory Protocol interface commands");
		subintSC.no.ip.addSC("security", "DDN IP Security Option");
		subintSC.no.ip.addSC("split-horizon", "Perform split horizon");
		subintSC.no.ip.addSC("summary-address", "Perform address summarization");
		subintSC.no.ip.addSC("unnumbered", "Enable IP processing without an explicit address");
		subintSC.no.ip.addSC("unreachables", "Enable sending ICMP Unreachable messages");
		subintSC.no.ip.addSC("verify", "Enable per packet validation");
		subintSC.no.ip.addSC("vrf", "VPN Routing/Forwarding parameters on the interface");
		subintSC.no.ip.addSC("wccp", "WCCP interface commands");
	subintSC.no.addSC("llc2", "LLC2 Interface Subcommands");
	subintSC.no.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
	subintSC.no.addSC("netbios", "Use a defined NETBIOS access list or enable name-caching");
subintSC.addSC("ntp", "Configure NTP");
subintSC.addSC("rate-limit", "Rate Limit");
subintSC.addSC("service-policy", "Configure QoS Service Policy");
subintSC.addSC("shutdown", "Shutdown the selected interface");
subintSC.addSC("smds", "Modify SMDS parameters");
subintSC.addSC("smrp", "Simple Multicast Routing Protocol interface subcommands");
subintSC.addSC("sna", "SNA pu configuration");
subintSC.addSC("snapshot", "Configure snapshot support on the interface");
subintSC.addSC("timeout", "Define timeout values for this interface");
subintSC.addSC("traffic-shape", "Enable Traffic Shaping on an Interface or Sub-Interface");
subintSC.addSC("vines", "VINES interface subcommands");
subintSC.addSC("xns", "XNS interface subcommands");