summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/cmd_intDialer.txt
blob: 31e52d11c7824bb5b71116beb9b7633e838107b1 (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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
intDialerC.addSC("access-expression", "Build a bridge boolean access expression");
intDialerC.addSC("apollo", "Apollo interface subcommands");
intDialerC.addSC("appletalk", "Appletalk interface subcommands");
intDialerC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
intDialerC.addSC("asp", "ASP interface subcommands");
intDialerC.addSC("autodetect", "Autodetect Encapsulations on Serial interface");
intDialerC.addSC("bandwidth", "Set bandwidth informational parameter");
	intDialerC.bandwidth.addSC("<1-10000000>", "Bandwidth in kilobits");
intDialerC.addSC("bridge-group", "Tra");
intDialerC.addSC("bsc", "BSC interface subcommands");
intDialerC.addSC("bstun", "BSTUN interface subcommands");
intDialerC.addSC("carrier-delay", "Specify delay for interface transitions");
intDialerC.addSC("cdp", "CDP interface subcommands");
intDialerC.addSC("clns", "CLNS interface subcommands");
intDialerC.addSC("clock", "Configure serial interface clock");
	intDialerC.clock.addSC("rate", "Configure serial interface clock speed");
		intDialerC.clock.rate.addSC("<300-4000000>", "Choose clockrate from list above");
intDialerC.addSC("compress", "Set serial interface for compression");
intDialerC.addSC("cpp", "Combinet Proprietary Protocol");
intDialerC.addSC("crypto", "Encryption/Decryption commands");
	intDialerC.crypto.addSC("map", "Assign a Crypto Map");
		intDialerC.crypto.map.addSC("WORD", "Crypto Map tag");
intDialerC.addSC("custom-queue-list", "Assign a custom queue list to an interface");
intDialerC.addSC("decnet", "Interface DECnet config commands");
intDialerC.addSC("default", "Set a command to its defaults");
intDialerC.addSC("delay", "Specify interface throughput delay");
intDialerC.addSC("description", "Interface specific description");
intDialerC.addSC("dialer", "Dial-on-demand routing (DDR) commands");
intDialerC.addSC("dialer-group", "Assign interface to dialer-list");
intDialerC.addSC("down-when-looped", "Force looped serial interface down");
intDialerC.addSC("dspu", "Down Stream PU");
intDialerC.addSC("dxi", "ATM-DXI configuration commands");
intDialerC.addSC("encapsulation", "Set encapsulation type for an interface");
	intDialerC.encapsulation.addSC("cpp", "Combinet proprietary protocol");
	intDialerC.encapsulation.addSC("frame-relay", "Frame Relay networks");
		intDialerC.encapsulation["frame-relay"].addSC("ietf", "Use RFC1490/RFC2427 encapsulation");
	intDialerC.encapsulation.addSC("hdlc", "Serial HDLC synchronous");
	intDialerC.encapsulation.addSC("lapb", "LAPB (X.25 Level 2)");
	intDialerC.encapsulation.addSC("ppp", "Point-to-Point protocol");
	intDialerC.encapsulation.addSC("slip", "Serial Line IP");
	intDialerC.encapsulation.addSC("x25", "X.25");
intDialerC.addSC("exit", "Exit from interface configuration mode");
intDialerC.addSC("fair-queue", "Enable Fair Queuing on an Interface");
intDialerC.addSC("fras", "DLC Switch Interface Command");
intDialerC.addSC("full-duplex", "Configure full-duplex operational mode");
intDialerC.addSC("h323-gateway", "Configure H323 Gateway");
intDialerC.addSC("half-duplex", "Configure half-duplex and related commands");
intDialerC.addSC("help", "Description of the interactive help system");
intDialerC.addSC("hold-queue", "Set hold queue depth");
intDialerC.addSC("ip", "Interface Internet Protocol config commands");
	intDialerC.ip.addSC("access-group", "Specify access control for packets");
	intDialerC.ip.addSC("accounting", "Enable IP accounting on this interface");
	intDialerC.ip.addSC("address", "Set the IP address of an interface");
		intDialerC.ip.address.addSC("A.B.C.D", "IP address");
			intDialerC.ip.address["A.B.C.D"].addSC("A.B.C.D", "IP subnet mask");
				intDialerC.ip.address["A.B.C.D"]["A.B.C.D"].addSC("secondary", "Make this IP address a secondary address");
		intDialerC.ip.address.addSC("negotiated", "IP Address negotiated over PPP or via DHCP");
	intDialerC.ip.addSC("audit", "Apply IDS audit name");
	intDialerC.ip.addSC("auth-proxy", "Apply authenticaton proxy");
	intDialerC.ip.addSC("authentication", "authentication subcommands");
	intDialerC.ip.addSC("bandwidth-percent", "Set EIGRP bandwidth limit");
			intDialerC.ip["bandwidth-percent"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
				intDialerC.ip["bandwidth-percent"].eigrp.addSC("<1-65535>",  "Autonomous system number");
					intDialerC.ip["bandwidth-percent"].eigrp["<1-65535>"].addSC("<1-999999>",  "Maximum bandwidth percentage that EIGRP may use");

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

	intDialerC.ip.addSC("tcp", "TCP header compression parameters");
	intDialerC.ip.addSC("trigger-authentication", "Enable trigger-authentication");
	intDialerC.ip.addSC("unnumbered", "Enable IP processing without an explicit address");
	intDialerC.ip.addSC("unreachables", "Enable sending ICMP Unreachable messages");
	intDialerC.ip.addSC("verify", "Enable per packet validation");
	intDialerC.ip.addSC("vrf", "VPN Routing/Forwarding parameters on the interface");
	intDialerC.ip.addSC("wccp", "WCCP interface commands");
intDialerC.addSC("ipx", "Novell/IPX interface subcommands");
intDialerC.addSC("isis", "IS-IS commands");
	intDialerC.isis.addSC("adjacency-filter", "Filter IS-IS adjacencies");
	intDialerC.isis.addSC("circuit-type", "Configure circuit type for interface");
	intDialerC.isis.addSC("csnp-interval", "Set CSNP interval in seconds");
	intDialerC.isis.addSC("hello", "Add padding to IS-IS hello packets");
	intDialerC.isis.addSC("hello-interval", "Set Hello interval in seconds");
		intDialerC.isis["hello-interval"].addSC("<1-65535>", "Hello interval value");
			intDialerC.isis["hello-interval"]["<1-65535>"].addSC("level-1", "Specify hello-interval for level-1 IIHs");
			intDialerC.isis["hello-interval"]["<1-65535>"].addSC("level-2", "Specify hello-interval for level-2 IIHs");
		intDialerC.isis["hello-interval"].addSC("minimal", "Holdtime 1 second, interval depends on multiplier");
			intDialerC.isis["hello-interval"].minimal.addSC("level-1", "Specify hello-interval for level-1 IIHs");
			intDialerC.isis["hello-interval"].minimal.addSC("level-2", "Specify hello-interval for level-2 IIHs");
	intDialerC.isis.addSC("hello-multiplier", "Set multiplier for Hello holding time");
	intDialerC.isis.addSC("lsp-interval", "Set LSP transmission interval");
	intDialerC.isis.addSC("mesh-group", "Set ISIS mesh group");
	intDialerC.isis.addSC("metric", "Configure the metric for interface");
	intDialerC.isis.addSC("password", "Configure the authentication password for interface");
		intDialerC.isis.password.addSC("WORD", "Password");
			intDialerC.isis.password.WORD.addSC("level-1", "Specify password for level-1 PDUs");
			intDialerC.isis.password.WORD.addSC("level-2", "Specify password for level-2 PDUs");
	intDialerC.isis.addSC("priority", "Set priority for Designated Router election");
	intDialerC.isis.addSC("retransmit-interval", "Set per-LSP retransmission interval");
	intDialerC.isis.addSC("retransmit-throttle-interval", "Set interface LSP retransmission interval");
intDialerC.addSC("iso-igrp", "ISO-IGRP interface subcommands");
intDialerC.addSC("keepalive", "Enable keepalive");
intDialerC.addSC("lan-name", "LAN Name command");
intDialerC.addSC("lat", "LAT commands");
intDialerC.addSC("llc2", "LLC2 Interface Subcommands");
intDialerC.addSC("load-interval", "Specify interval for load calculation for an interface");
	intDialerC["load-interval"].addSC("<30-600>", "Load interval delay in seconds");
intDialerC.addSC("locaddr-priority", "Assign a priority group");
intDialerC.addSC("logging", "Configure logging for interface");
intDialerC.addSC("loopback", "Configure internal loopback on an interface");
intDialerC.addSC("mac-address", "Manually set interface MAC address");
intDialerC.addSC("max-reserved-bandwidth", "Maximum Reservable Bandwidth on an Interface");
intDialerC.addSC("mop", "DEC MOP server commands");
intDialerC.addSC("mpoa", "MPOA interface configuration commands");
intDialerC.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
intDialerC.addSC("multilink-group", "Put interface in a multilink bundle");
intDialerC.addSC("netbios", "Use a defined NETBIOS access list or enable name-caching");
intDialerC.addSC("no", "Negate a command or set its defaults");
	intDialerC.no.addSC("access-expression", "Build a bridge boolean access expression");
	intDialerC.no.addSC("apollo", "Apollo interface subcommands");
	intDialerC.no.addSC("appletalk", "Appletalk interface subcommands");
	intDialerC.no.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
	intDialerC.no.addSC("asp", "ASP interface subcommands");
	intDialerC.no.addSC("autodetect", "Autodetect Encapsulations on Serial interface");
	intDialerC.no.addSC("bandwidth", "Set bandwidth informational parameter");
	intDialerC.no.addSC("bridge-group", "Transparent bridging interface parameters");
	intDialerC.no.addSC("bsc", "BSC interface subcommands");
	intDialerC.no.addSC("bstun", "BSTUN interface subcommands");
	intDialerC.no.addSC("carrier-delay", "Specify delay for interface transitions");
	intDialerC.no.addSC("cdp", "CDP interface subcommands");
	intDialerC.no.addSC("clns", "CLNS interface subcommands");
	intDialerC.no.addSC("clock", "Configure serial interface clock");
	intDialerC.no.addSC("compress", "Set serial interface for compression");
	intDialerC.no.addSC("cpp", "Combinet Proprietary Protocol");
	intDialerC.no.addSC("crypto", "Encryption/Decryption commands");
	intDialerC.no.addSC("custom-queue-list", "Assign a custom queue list to an interface");
	intDialerC.no.addSC("decnet", "Interface DECnet config commands");
	intDialerC.no.addSC("delay", "Specify interface throughput delay");
	intDialerC.no.addSC("description", "Interface specific description");
	intDialerC.no.addSC("dialer", "Dial-on-demand routing (DDR) commands");
	intDialerC.no.addSC("down-when-looped", "Force looped serial interface down");
	intDialerC.no.addSC("dspu", "Down Stream PU");
	intDialerC.no.addSC("dxi", "ATM-DXI configuration commands");
	intDialerC.no.addSC("encapsulation", "Set encapsulation type for an interface");
	intDialerC.no.addSC("fair-queue", "Enable Fair Queuing on an Interface");
	intDialerC.no.addSC("fras", "DLC Switch Interface Command");
	intDialerC.no.addSC("full-duplex", "Configure full-duplex operational mode");
	intDialerC.no.addSC("h323-gateway", "Configure H323 Gateway");
	intDialerC.no.addSC("half-duplex", "Configure half-duplex and related commands");
	intDialerC.no.addSC("hold-queue", "Set hold queue depth");
	intDialerC.no.addSC("ip", "Interface Internet Protocol config commands");
		intDialerC.no.ip.addSC("access-group", "Specify access control for packets");
		intDialerC.no.ip.addSC("accounting", "Enable IP accounting on this interface");
		intDialerC.no.ip.addSC("address", "Set the IP address of an interface");
			intDialerC.no.ip.address.addSC("A.B.C.D", "IP address");
				intDialerC.no.ip.address["A.B.C.D"].addSC("A.B.C.D", "IP subnet mask");
					intDialerC.no.ip.address["A.B.C.D"]["A.B.C.D"].addSC("secondary", "Make this IP address a secondary address");
			intDialerC.no.ip.address.addSC("negotiated", "IP Address negotiated over PPP or via DHCP");
		intDialerC.no.ip.addSC("audit", "Apply IDS audit name");
		intDialerC.no.ip.addSC("auth-proxy", "Apply authenticaton proxy");
		intDialerC.no.ip.addSC("authentication", "authentication subcommands");
		intDialerC.no.ip.addSC("bandwidth-percent", "Set EIGRP bandwidth limit");
		intDialerC.no.ip.addSC("broadcast-address", "Set the broadcast address of an interface");
		intDialerC.no.ip.addSC("cgmp", "Enable/disable CGMP");
		intDialerC.no.ip.addSC("directed-broadcast", "Enable forwarding of directed broadcasts");
		intDialerC.no.ip.addSC("dvmrp", "DVMRP interface commands");
		intDialerC.no.ip.addSC("hello-interval", "Configures IP-EIGRP hello interval");
		intDialerC.no.ip.addSC("helper-address", "Specify a destination address for UDP broadcasts");
		intDialerC.no.ip.addSC("hold-time", "Configures IP-EIGRP hold time");
		intDialerC.no.ip.addSC("igmp", "IGMP interface commands");
		intDialerC.no.ip.addSC("inspect", "Apply inspect name");
		intDialerC.no.ip.addSC("irdp", "ICMP Router Discovery Protocol");
		intDialerC.no.ip.addSC("load-sharing", "Style of load sharing");
		intDialerC.no.ip.addSC("mask-reply", "Enable sending ICMP Mask Reply messages");
		intDialerC.no.ip.addSC("mobile", "Mobile IP support");
		intDialerC.no.ip.addSC("mrm", "Configure IP Multicast Routing Monitor tester");
		intDialerC.no.ip.addSC("mroute-cache", "Enable switching cache for incoming multicast packets");
		intDialerC.no.ip.addSC("mtu", "Set IP Maximum Transmission Unit");
		intDialerC.no.ip.addSC("multicast", "IP multicast interface commands");
		intDialerC.no.ip.addSC("nat", "NAT interface commands");
		intDialerC.no.ip.addSC("nhrp", "NHRP interface subcommands");
		intDialerC.no.ip.addSC("ospf", "OSPF interface commands");
		intDialerC.no.ip.addSC("pgm", "PGM Reliable Transport Protocol");
		intDialerC.no.ip.addSC("pim", "PIM interface commands");
		intDialerC.no.ip.addSC("policy", "Enable policy routing");
		intDialerC.no.ip.addSC("probe", "Enable HP Probe support");
		intDialerC.no.ip.addSC("proxy-arp", "Enable proxy ARP");
		intDialerC.no.ip.addSC("rarp-server", "Enable RARP server for static arp entries");
		intDialerC.no.ip.addSC("redirects", "Enable sending ICMP Redirect messages");
		intDialerC.no.ip.addSC("rip", "Router Information Protocol");
		intDialerC.no.ip.addSC("route-cache", "Enable fast-switching cache for outgoing packets");
		intDialerC.no.ip.addSC("router", "IP router interface commands");
		intDialerC.no.ip.addSC("rsvp", "RSVP interface commands");
		intDialerC.no.ip.addSC("rtp", "RTP parameters");
		intDialerC.no.ip.addSC("sap", "Session Advertisement Protocol interface commands");
		intDialerC.no.ip.addSC("sdr", "Session Directory Protocol interface commands");
		intDialerC.no.ip.addSC("security", "DDN IP Security Option");
		intDialerC.no.ip.addSC("split-horizon", "Perform split horizon");
		intDialerC.no.ip.addSC("summary-address", "Perform address summarization");
		intDialerC.no.ip.addSC("tcp", "TCP header compression parameters");
		intDialerC.no.ip.addSC("trigger-authentication", "Enable trigger-authentication");
		intDialerC.no.ip.addSC("unnumbered", "Enable IP processing without an explicit address");
		intDialerC.no.ip.addSC("unreachables", "Enable sending ICMP Unreachable messages");
		intDialerC.no.ip.addSC("verify", "Enable per packet validation");
		intDialerC.no.ip.addSC("vrf", "VPN Routing/Forwarding parameters on the interface");
		intDialerC.no.ip.addSC("wccp", "WCCP interface commands");
	intDialerC.no.addSC("ipx", "Novell/IPX interface subcommands");
	intDialerC.no.addSC("isis", "IS-IS commands");
	intDialerC.no.addSC("iso-igrp", "ISO-IGRP interface subcommands");
	intDialerC.no.addSC("keepalive", "Enable keepalive");
	intDialerC.no.addSC("lan-name", "LAN Name command");
	intDialerC.no.addSC("lat", "LAT commands");
	intDialerC.no.addSC("llc2", "LLC2 Interface Subcommands");
	intDialerC.no.addSC("load-interval", "Specify interval for load calculation for an interface");
	intDialerC.no.addSC("locaddr-priority", "Assign a priority group");
	intDialerC.no.addSC("logging", "Configure logging for interface");
	intDialerC.no.addSC("loopback", "Configure internal loopback on an interface");
	intDialerC.no.addSC("mac-address", "Manually set interface MAC address");
	intDialerC.no.addSC("max-reserved-bandwidth", "Maximum Reservable Bandwidth on an Interface");
	intDialerC.no.addSC("mop", "DEC MOP server commands");
	intDialerC.no.addSC("mpoa", "MPOA interface configuration commands");
	intDialerC.no.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
	intDialerC.no.addSC("netbios", "Use a defined NETBIOS access list or enable name-caching");
	intDialerC.no.addSC("shutdown","Shutdown the selected interface");

intDialerC.addSC("ntp", "Configure NTP");
intDialerC.addSC("ppp", "Point-to-Point Protocol");
	intDialerC.ppp.addSC("authentication", "Set PPP link authentication method");
		intDialerC.ppp.authentication.addSC("chap", "Challenge Handshake Authentication Protocol (CHAP)");
			intDialerC.ppp.authentication.chap.addSC("callin", "Authenticate remote on incoming call only");
		intDialerC.ppp.authentication.addSC("ms-chap", "Microsoft Challenge Handshake Authentication Protocol (MS-CHAP)");
		intDialerC.ppp.authentication.addSC("pap", "Password Authentication Protocol (PAP)");
			intDialerC.ppp.authentication.pap.addSC("callin", "Authenticate remote on incoming call only");
			intDialerC.ppp.authentication.pap.addSC("chap", "Challenge Handshake Authentication Protocol (CHAP)");
				intDialerC.ppp.authentication.pap.chap.addSC("callin", "Authenticate remote on incoming call only");
			intDialerC.ppp.authentication.pap.addSC("ms-chap", "Microsoft Challenge Handshake Authentication Protocol (MS-CHAP)");
				intDialerC.ppp.authentication.pap["ms-chap"].addSC("callin", "Authenticate remote on incoming call only");
				intDialerC.ppp.authentication.pap["ms-chap"].addSC("chap", "Challenge Handshake Authentication Protocol (CHAP)");
					intDialerC.ppp.authentication.pap["ms-chap"].chap.addSC("callin", "Authenticate remote on incoming call only");
	intDialerC.ppp.addSC("bap", "Set BAP bandwidth allocation parameters");
	intDialerC.ppp.addSC("bridge", "Enable PPP bridge translation");
	intDialerC.ppp.addSC("callback", "Set PPP link callback option");
	intDialerC.ppp.addSC("chap", "Set CHAP authentication parameters");
	intDialerC.ppp.addSC("compression", "Enable PPP Compression control negotiation");
	intDialerC.ppp.addSC("ipcp", "Set IPCP negotiation options");
	intDialerC.ppp.addSC("lcp", "PPP LCP configuration");
	intDialerC.ppp.addSC("max-bad-auth", "Allow multiple authentication failures");
	intDialerC.ppp.addSC("multilink", "Make interface multilink capable");
	intDialerC.ppp.addSC("pap", "Set PAP authentication parameters");
		intDialerC.ppp.pap.addSC("refuse", "Refuse to authenticate using PAP");
		intDialerC.ppp.pap.addSC("sent-username", "Set outbound PAP username");
			intDialerC.ppp.pap["sent-username"].addSC("WORD", "Outbound PAP username");
				intDialerC.ppp.pap["sent-username"].WORD.addSC("password", "Set outbound PAP password");
					intDialerC.ppp.pap["sent-username"].WORD.password.addSC("<0-7>", "Encryption type (0=not yet encrypted)");
						intDialerC.ppp.pap["sent-username"].WORD.password["<0-7>"].addSC("LINE", "Outbound PAP password");
	intDialerC.ppp.addSC("quality", "Set minimum Link Quality before link is down");
	intDialerC.ppp.addSC("reliable-link", "Use LAPB with PPP to provide a reliable link");
	intDialerC.ppp.addSC("timeout", "Set PPP timeout parameters");
	intDialerC.ppp.addSC("use-tacacs", "Use TACACS to verify PPP authentications");
intDialerC.addSC("priority-group", "Assign a priority group to an interface");
intDialerC.addSC("pulse-time", "Enables pulsing of DTR during resets");
intDialerC.addSC("random-detect", "Enable Weighted Random Early Detection (WRED) on an Interface");
intDialerC.addSC("rate-limit", "Rate Limit");
intDialerC.addSC("sap-priority", "Assign a priority group");
intDialerC.addSC("sdllc", "Configure SDLC to LLC2 translation");
intDialerC.addSC("serial", "serial interface commands");
intDialerC.addSC("service-policy", "Configure QoS Service Policy");
intDialerC.addSC("shutdown", "Shutdown the selected interface");
intDialerC.addSC("smds", "Modify SMDS parameters");
intDialerC.addSC("smrp", "Simple Multicast Routing Protocol interface subcommands");
intDialerC.addSC("sna", "SNA pu configuration");
intDialerC.addSC("snapshot", "Configure snapshot support on the interface");
intDialerC.addSC("snmp", "Modify SNMP interface parameters");
intDialerC.addSC("stun", "STUN interface subcommands");
intDialerC.addSC("tarp", "TARP interface subcommands");
intDialerC.addSC("timeout", "Define timeout values for this interface");
intDialerC.addSC("transmit-interface", "Assign a transmit interface to a receive-only interface");
intDialerC.addSC("tx-queue-limit", "Configure card level transmit queue limit");
intDialerC.addSC("vines", "VINES interface subcommands");
intDialerC.addSC("xns", "XNS interface subcommands");