summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_intLoopBack.txt
blob: 1730a5ee7bb8e1a62398545d24d416cde961f7d1 (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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
intLoopBackC.addSC("access-expression", "Build a bridge boolean access expression");
	intLoopBackC["access-expression"].addSC("input", "Filter input packets");
	intLoopBackC["access-expression"].addSC("output", "Filter output packets");
intLoopBackC.addSC("apollo", "Apollo interface subcommands");
	intLoopBackC.apollo.addSC("access-group", "Apply an access list to output packets");
	intLoopBackC.apollo.addSC("network", "Assign an Apollo network & enable Apollo routing");
	intLoopBackC.apollo.addSC("update-time", "Set Apollo routing update timer");
intLoopBackC.addSC("appletalk", "Appletalk interface subcommands");
	intLoopBackC.appletalk.addSC("access-group", "Apply an access list to inbound or outbound packets");
	intLoopBackC.appletalk.addSC("address", "Set appletalk Phase 1 address");
	intLoopBackC.appletalk.addSC("arp-timeout", "arp-timeout");
	intLoopBackC.appletalk.addSC("cable-range", "Set appletalk Phase 2 address");
	intLoopBackC.appletalk.addSC("discovery", "Reset discovery mode for new cable range discovery");
	intLoopBackC.appletalk.addSC("distribute-list", "Filter networks from routing updates");
	intLoopBackC.appletalk.addSC("domain-group", "Specify appletalk domain");
	intLoopBackC.appletalk.addSC("eigrp-bandwidth-percent", "Set EIGRP bandwidth limit");
	intLoopBackC.appletalk.addSC("eigrp-splithorizon", "Enable Split Horizon processing generating AT/EIGRP updates");
	intLoopBackC.appletalk.addSC("eigrp-timers", "AT/EIGRP hello and holdtime timers");
	intLoopBackC.appletalk.addSC("free-trade-zone", "Enhanced security for one-way shared networks");
	intLoopBackC.appletalk.addSC("getzonelist-filter", "Filter zone-list replies");
	intLoopBackC.appletalk.addSC("glean-packets", "Glean AARP information from packets");
	intLoopBackC.appletalk.addSC("protocol", "Select AppleTalk routing protocol");
	intLoopBackC.appletalk.addSC("route-cache", "Enable appletalk route cache");
	intLoopBackC.appletalk.addSC("rtmp-splithorizon", "Enable Split Horizon processing generating AT/RTMP updates");
	intLoopBackC.appletalk.addSC("rtmp-stub", "Send only RTMP stubs, no routes in updates");
	intLoopBackC.appletalk.addSC("send-rtmps", "Send Appletalk routing updates");
	intLoopBackC.appletalk.addSC("zip-reply-filter", "Filter ZIP replies");
	intLoopBackC.appletalk.addSC("zone", "Assign an appletalk zone name");
intLoopBackC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
	intLoopBackC.arp.addSC("arpa", "Standard arp protocol");
	intLoopBackC.arp.addSC("frame-relay", "Enable ARP for a frame relay interface");
	intLoopBackC.arp.addSC("probe", "HP style arp protocol");
	intLoopBackC.arp.addSC("snap", "IEEE 802.3 style arp");
	intLoopBackC.arp.addSC("timeout", "Set ARP cache timeout");
intLoopBackC.addSC("backup", "Modify backup parameters");
	intLoopBackC.backup.addSC("delay", "Delays before backup line up or down transitions");
	intLoopBackC.backup.addSC("interface", "Configure an interface as a backup");
	intLoopBackC.backup.addSC("load", "Load thresholds for line up or down transitions");
intLoopBackC.addSC("bandwidth", "Set bandwidth informational parameter");
	intLoopBackC.bandwidth.addSC("<1-10000000>", "Bandwidth in kilobits");
intLoopBackC.addSC("bridge-group", "Transparent bridging interface parameters");
	intLoopBackC["bridge-group"].addSC("<1-255>", "Assign an interface to a Bridge Group.");
intLoopBackC.addSC("carrier-delay", "Specify delay for interface transitions");
	intLoopBackC["carrier-delay"].addSC("<0-60>", "Carrier Transitions delay seconds");
	intLoopBackC["carrier-delay"].addSC("msec", "delay specified in milliseconds");
intLoopBackC.addSC("cdp", "CDP interface subcommands");
	intLoopBackC.cdp.addSC("enable", "Enable CDP on interface");
intLoopBackC.addSC("clns", "CLNS interface subcommands");
	intLoopBackC.clns.addSC("access-group", "Filter inbound or outbound CLNS traffic");
	intLoopBackC.clns.addSC("adjacency-filter", "Filter adjacencies");
	intLoopBackC.clns.addSC("checksum", "Enable checksum generation");
	intLoopBackC.clns.addSC("cluster-alias", "Enable DECnet Phase V cluster aliasing");
	intLoopBackC.clns.addSC("congestion-threshold", "Set the congestion experience bit if the output queue contains more than the specified number of packets");
	intLoopBackC.clns.addSC("dec-compatible", "Received NSAPs do not contain N-selector octet");
	intLoopBackC.clns.addSC("enable", "Enable CLNS and ES-IS routing on interface");
	intLoopBackC.clns.addSC("erpdu-interval", "Minimum interval between ERPDUs");
	intLoopBackC.clns.addSC("es-neighbor", "End system SNPA static mapping configuration");
	intLoopBackC.clns.addSC("esct-time", "Suggested ES configuration time");
	intLoopBackC.clns.addSC("is-neighbor", "Intermediate system SNPA static mapping configuration");
	intLoopBackC.clns.addSC("mtu", "Set MTU packet size for interface");
	intLoopBackC.clns.addSC("net", "Set the CLNS address for this interface");
	intLoopBackC.clns.addSC("rdpdu-interval", "Define the minimum interval between Redirect PDUs");
	intLoopBackC.clns.addSC("route-cache", "Enable fast switching through the cache");
	intLoopBackC.clns.addSC("router", "Enable CLNS routing protocol on interface");
	intLoopBackC.clns.addSC("send-erpdu", "Send error PDUs when an error is detected in a data PDU");
	intLoopBackC.clns.addSC("send-rdpdu", "Send redirect PDUs to optimize routing");
	intLoopBackC.clns.addSC("split-horizon", "Enable ISO-IGRP split horizon");
intLoopBackC.addSC("crypto", "Encryption/Decryption commands");
	intLoopBackC.crypto.addSC("map", "Assign a Crypto Map");
		intLoopBackC.crypto.map.addSC("WORD", "Crypto Map tag");
intLoopBackC.addSC("decnet", "Interface DECnet config commands");
	intLoopBackC.decnet.addSC("<0-3>", "ATG network number");
	intLoopBackC.decnet.addSC("access-group", "Set access control for outgoing packets");
	intLoopBackC.decnet.addSC("accounting", "Enable Accounting of DECnet traffic");
	intLoopBackC.decnet.addSC("cluster-holdtime", "Interval to hold PhaseIV VAX cluster adjacencies");
	intLoopBackC.decnet.addSC("congestion-threshold", "Congestion avoidance threshold");
	intLoopBackC.decnet.addSC("cost", "Set cost value for interface");
	intLoopBackC.decnet.addSC("hello-timer", "Set interval between transmitted HELLO messages");
	intLoopBackC.decnet.addSC("in-routing-filter", "Set up access control for incoming routing information");
	intLoopBackC.decnet.addSC("multicast-map", "DECnet multicast mapping on token ring");
	intLoopBackC.decnet.addSC("out-routing-filter", "Set up access control for outgoing routing information");
	intLoopBackC.decnet.addSC("route-cache", "Enable fast-switching of DECnet datagrams");
	intLoopBackC.decnet.addSC("router-priority", "Set priority for determining default router");
	intLoopBackC.decnet.addSC("routing-timer", "Set interval between transmitted routing messages");
	intLoopBackC.decnet.addSC("split-horizon", "Enable split horizon on interface");
intLoopBackC.addSC("default", "Set a command to its defaults");
	intLoopBackC["default"].addSC("access-expression", "Build a bridge boolean access expression");
	intLoopBackC["default"].addSC("apollo", "Apollo interface subcommands");
	intLoopBackC["default"].addSC("appletalk", "Appletalk interface subcommands");
	intLoopBackC["default"].addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
	intLoopBackC["default"].addSC("backup", "Modify backup parameters");
	intLoopBackC["default"].addSC("bandwidth", "Set bandwidth informational parameter");
	intLoopBackC["default"].addSC("bridge-group", "Transparent bridging interface parameters");
	intLoopBackC["default"].addSC("carrier-delay", "Specify delay for interface transitions");
	intLoopBackC["default"].addSC("cdp", "CDP interface subcommands");
	intLoopBackC["default"].addSC("clns", "CLNS interface subcommands");
	intLoopBackC["default"].addSC("crypto", "Encryption/Decryption commands");
	intLoopBackC["default"].addSC("decnet", "Interface DECnet config commands");
intLoopBackC.addSC("delay", "Specify interface throughput delay");
	intLoopBackC.delay.addSC("<1-16777215>", "Throughput delay (tens of microseconds)");
intLoopBackC.addSC("description", "Interface specific description");
	intLoopBackC.description.addSC("LINE", "Up to 240 characters describing this interface");
intLoopBackC.addSC("dspu", "Down Stream PU");
	intLoopBackC.dspu.addSC("enable-host", "DSPU Enable Host command");
	intLoopBackC.dspu.addSC("enable-pu", "DSPU Enable Pu command");
	intLoopBackC.dspu.addSC("start", "DSPU Start command");
intLoopBackC.addSC("exit", "Exit from interface configuration mode");
intLoopBackC.addSC("fras", "DLC Switch Interface Command");
	intLoopBackC.fras.addSC("backup", "Setup backup route");
	intLoopBackC.fras.addSC("ban", "RFC 1490 bridged 802.5");
	intLoopBackC.fras.addSC("ddr-backup", "Setup backup route");
	intLoopBackC.fras.addSC("map", "Set forwarding of frames");
intLoopBackC.addSC("h323-gateway", "Configure H323 Gateway");
	intLoopBackC["h323-gateway"].addSC("voip", "Configure H323 Gateway Voip Interface");
intLoopBackC.addSC("help", "Description of the interactive help system");
intLoopBackC.addSC("hold-queue", "Set hold queue depth");
	intLoopBackC["hold-queue"].addSC("<0-4096>", "Queue length");
intLoopBackC.addSC("ip", "Interface Internet Protocol config commands");
	intLoopBackC.ip.addSC("access-group", "Specify access control for packets");
	intLoopBackC.ip.addSC("accounting", "Enable IP accounting on this interface");
	intLoopBackC.ip.addSC("address", "Set the IP address of an interface");
		intLoopBackC.ip.address.addSC("A.B.C.D", "IP address");
			intLoopBackC.ip.address["A.B.C.D"].addSC("A.B.C.D", "IP subnet mask");
				intLoopBackC.ip.address["A.B.C.D"]["A.B.C.D"].addSC("secondary", "Make this IP address a secondary address");
	intLoopBackC.ip.addSC("authentication", "authentication subcommands");
	intLoopBackC.ip.addSC("bandwidth-percent", "Set EIGRP bandwidth limit");
			intLoopBackC.ip["bandwidth-percent"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
				intLoopBackC.ip["bandwidth-percent"].eigrp.addSC("<1-65535>",  "Autonomous system number");
					intLoopBackC.ip["bandwidth-percent"].eigrp["<1-65535>"].addSC("<1-999999>",  "Maximum bandwidth percentage that EIGRP may use");

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

	intLoopBackC.ip.addSC("tcp", "TCP header compression parameters");
	intLoopBackC.ip.addSC("unnumbered", "Enable IP processing without an explicit address");
	intLoopBackC.ip.addSC("unreachables", "Enable sending ICMP Unreachable messages");
	intLoopBackC.ip.addSC("urd", "Configure URL Rendezvousing");
	intLoopBackC.ip.addSC("verify", "Enable per packet validation");
	intLoopBackC.ip.addSC("vrf", "VPN Routing/Forwarding parameters on the interface");
	intLoopBackC.ip.addSC("wccp", "WCCP interface commands");
intLoopBackC.addSC("ipx", "Novell/IPX interface subcommands");
	intLoopBackC.ipx.addSC("access-group", "Apply an access list to inbound or outbound packets");
	intLoopBackC.ipx.addSC("accounting", "Enable IPX accounting on this interface");
	intLoopBackC.ipx.addSC("advertise-default-route-only", "Only advertise the IPX/RIP default route out onto this network");
	intLoopBackC.ipx.addSC("bandwidth-percent", "Set EIGRP bandwidth limit");
	intLoopBackC.ipx.addSC("compression", "Select IPX compression commands");
	intLoopBackC.ipx.addSC("delay", "Set an IPX delay on the interface, in 'ticks'");
	intLoopBackC.ipx.addSC("down", "Bring an IPX network administratively down");
	intLoopBackC.ipx.addSC("encapsulation", "IPX encapsulation");
	intLoopBackC.ipx.addSC("gns-reply-disable", "Disable Get Nearest Server replies on this interface");
	intLoopBackC.ipx.addSC("gns-response-delay", "Delay in answering GNS on this interface");
	intLoopBackC.ipx.addSC("hello-interval", "Configures IPX EIGRP hello interval");
	intLoopBackC.ipx.addSC("helper-address", "Forward broadcasts to a specific address");
	intLoopBackC.ipx.addSC("helper-list", "Filter helpered IPX packets on input");
	intLoopBackC.ipx.addSC("hold-down", "Configures IPX EIGRP routes hold down time");
	intLoopBackC.ipx.addSC("hold-time", "Configures IPX EIGRP hold time");
	intLoopBackC.ipx.addSC("input-network-filter", "Filter incoming routing updates");
	intLoopBackC.ipx.addSC("input-sap-filter", "Filter services learned from the Service Advertising Protocol");
	intLoopBackC.ipx.addSC("ipxwan", "Configure IPXWAN on this interface");
	intLoopBackC.ipx.addSC("link-delay", "Set an IPX link delay on the interface, in microseconds");
	intLoopBackC.ipx.addSC("linkup-request", "Send RIP/SAP requests when interface comes up");
	intLoopBackC.ipx.addSC("netbios", "Setup IPX NetBIOS filters and caching on this interface");
	intLoopBackC.ipx.addSC("network", "Assign an IPX network & enable IPX routing");
	intLoopBackC.ipx.addSC("nlsp", "Select NLSP commands");
	intLoopBackC.ipx.addSC("output-ggs-filter", "Filter services reported in response to Get General Service");
	intLoopBackC.ipx.addSC("output-gns-filter", "Filter services reported in response to Get Nearest Server");
	intLoopBackC.ipx.addSC("output-network-filter", "Filter outgoing routing updates");
	intLoopBackC.ipx.addSC("output-rip-delay", "Interpacket delay for RIP updates");
	intLoopBackC.ipx.addSC("output-sap-delay", "Interpacket delay for SAP updates");
	intLoopBackC.ipx.addSC("output-sap-filter", "Filter services learned from the Service Advertising Protocol");
	intLoopBackC.ipx.addSC("pad-process-switched-packets", "Pad odd-length packets on output (process-switched only)");
	intLoopBackC.ipx.addSC("rip-max-packetsize", "Maximum size of RIP packets being sent on interface");
	intLoopBackC.ipx.addSC("rip-multiplier", "Multiple of RIP update interval for aging of RIP routes");
	intLoopBackC.ipx.addSC("rip-response-delay", "Delay in answering RIP on this interface");
	intLoopBackC.ipx.addSC("route-cache", "Enable fast switching");
	intLoopBackC.ipx.addSC("router-filter", "Filter sources of routing updates");
	intLoopBackC.ipx.addSC("router-sap-filter", "Select source router and service type of SAP updates");
	intLoopBackC.ipx.addSC("sap-helper", "Forward SAP broadcasts queries to a specific address");
	intLoopBackC.ipx.addSC("sap-incremental", "Send incremental SAP updates - for IPX EIGRP networks only");
	intLoopBackC.ipx.addSC("sap-max-packetsize", "Maximum size of SAP packets being sent on interface");
	intLoopBackC.ipx.addSC("sap-multiplier", "Multiple of SAP update interval for aging of SAP routes");
	intLoopBackC.ipx.addSC("split-horizon", "Perform split horizon");
	intLoopBackC.ipx.addSC("spx-idle-time", "Set an SPX idle time on the interface, in seconds");
	intLoopBackC.ipx.addSC("spx-spoof", "Spoof SPX keepalives packets");
	intLoopBackC.ipx.addSC("throughput", "Set IPX link throughput in bit per second");
	intLoopBackC.ipx.addSC("triggered-rip-delay", "Interpacket delay for triggered RIP updates (override output-rip-delay for triggered updates only)");
	intLoopBackC.ipx.addSC("triggered-rip-holddown", "Initial holddown for triggered RIP updates");
	intLoopBackC.ipx.addSC("triggered-sap-delay", "Interpacket delay for triggered SAP updates (override output-rip-delay for triggered updates only)");
	intLoopBackC.ipx.addSC("triggered-sap-holddown", "Initial holddown for triggered SAP updates");
	intLoopBackC.ipx.addSC("type-20-propagation", "Forward IPX type 20 propagation packets");
	intLoopBackC.ipx.addSC("update", "RIP/SAP update commands");
	intLoopBackC.ipx.addSC("watchdog", "Special handling for IPX server watchdog packets");
intLoopBackC.addSC("isis", "IS-IS commands");
	intLoopBackC.isis.addSC("adjacency-filter", "Filter IS-IS adjacencies");
	intLoopBackC.isis.addSC("circuit-type", "Configure circuit type for interface");
	intLoopBackC.isis.addSC("csnp-interval", "Set CSNP interval in seconds");
	intLoopBackC.isis.addSC("hello", "Add padding to IS-IS hello packets");
	intLoopBackC.isis.addSC("hello-interval", "Set Hello interval in seconds");
	intLoopBackC.isis.addSC("hello-multiplier", "Set multiplier for Hello holding time");
	intLoopBackC.isis.addSC("lsp-interval", "Set LSP transmission interval");
	intLoopBackC.isis.addSC("mesh-group", "Set ISIS mesh group");
	intLoopBackC.isis.addSC("metric", "Configure the metric for interface");
	intLoopBackC.isis.addSC("password", "Configure the authentication password for interface");
	intLoopBackC.isis.addSC("priority", "Set priority for Designated Router election");
	intLoopBackC.isis.addSC("retransmit-interval", "Set per-LSP retransmission interval");
	intLoopBackC.isis.addSC("retransmit-throttle-interval", "Set interface LSP retransmission interval");
	intLoopBackC.isis.addSC("three-way-handshake", "Select Cisco or IETF three-way handshake");
intLoopBackC.addSC("iso-igrp", "ISO-IGRP interface subcommands");
	intLoopBackC["iso-igrp"].addSC("adjacency-filter", "Filter ISO-IGRP adjacencies");
intLoopBackC.addSC("keepalive", "Enable keepalive");
	intLoopBackC.keepalive.addSC("<0-32767>", "Keepalive period (default 10 seconds)");
intLoopBackC.addSC("lan-name", "LAN Name command");
	intLoopBackC["lan-name"].addSC("WORD", "Up to 8 characters lan name");
intLoopBackC.addSC("lat", "LAT commands");
	intLoopBackC.lat.addSC("enabled", "Enable LAT protocol translation");
	intLoopBackC.lat.addSC("host", "Statically define LAT services");
intLoopBackC.addSC("line-power", "Provide power on the line.");
intLoopBackC.addSC("llc2", "LLC2 Interface Subcommands");
	intLoopBackC.llc2.addSC("N2", "Number of times router should retry various operations");
	intLoopBackC.llc2.addSC("ack-delay-time", "Max time the router allows incoming I-frames to stay unacknowledged");
	intLoopBackC.llc2.addSC("ack-max", "Max number of I-frames received before an acknowledgment must be sent");
	intLoopBackC.llc2.addSC("adm-timer-value", "How long router waits in ADM before giving up.");
	intLoopBackC.llc2.addSC("dynwind", "Congestion control with dynamic window");
	intLoopBackC.llc2.addSC("idle-time", "Frequency of polls during periods of idle traffic");
	intLoopBackC.llc2.addSC("local-window", "Max number of I-frames to send before waiting for an acknowledgment");
	intLoopBackC.llc2.addSC("t1-time", "How long router waits for an acknowledgment to transmitted I-frames");
	intLoopBackC.llc2.addSC("tbusy-time", "Amount of time router waits while the other LLC2 station is in a busy state before attempting to poll the remote station");
	intLoopBackC.llc2.addSC("tpf-time", "Amount of time router waits for a final response to a poll frame before re-sending the original poll frame");
	intLoopBackC.llc2.addSC("trej-time", "Amount of time router waits for a resend of a rejected frame before sending the reject command");
	intLoopBackC.llc2.addSC("txq-max", "Queue for holding llc2 information frames");
	intLoopBackC.llc2.addSC("xid-neg-val-time", "Frequency of exchange of identification (XID)");
	intLoopBackC.llc2.addSC("xid-retry-time", "How long router waits for reply to XID");
intLoopBackC.addSC("load-interval", "Specify interval for load calculation for an interface");
	intLoopBackC["load-interval"].addSC("<30-600>", "Load interval delay in seconds");
intLoopBackC.addSC("locaddr-priority", "Assign a priority group");
	intLoopBackC["locaddr-priority"].addSC("<1-10>", "Priority list number");
intLoopBackC.addSC("logging", "Configure logging for interface");
	intLoopBackC.logging.addSC("event", "Interface events");
intLoopBackC.addSC("max-reserved-bandwidth", "Maximum Reservable Bandwidth on an Interface");
	intLoopBackC["max-reserved-bandwidth"].addSC("<1-100>", "Max. reservable bandwidth as % of interface bandwidth");
intLoopBackC.addSC("mls", "mls sub/interface commands");
	intLoopBackC.mls.addSC("rp", "rp");
intLoopBackC.addSC("mpls", "Configure MPLS interface parameters");
	intLoopBackC.mpls.addSC("ip", "Configure dynamic MPLS forwarding for IP");
	intLoopBackC.mpls.addSC("mtu", "Set tag switching Maximum Transmission Unit");
	intLoopBackC.mpls.addSC("netflow", "Configure Egress Netflow Accounting");
	intLoopBackC.mpls.addSC("traffic-eng", "Configure Traffic Engineering parameters");
intLoopBackC.addSC("mpoa", "MPOA interface configuration commands");
intLoopBackC.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
	intLoopBackC.mtu.addSC("<64-18024>", "MTU size in bytes");
intLoopBackC.addSC("multilink-group", "Put interface in a multilink bundle");
	intLoopBackC["multilink-group"].addSC("<1-2147483647>", "Multilink group number");
intLoopBackC.addSC("netbios", "Use a defined NETBIOS access list or enable name-caching");
	intLoopBackC.netbios.addSC("enable-name-cache", "Enable NETBIOS name cache on this interface");
	intLoopBackC.netbios.addSC("input-access-filter", "Access list filter on incoming messages");
	intLoopBackC.netbios.addSC("output-access-filter", "Access list filter on outgoing messages");
intLoopBackC.addSC("network-clock-priority", "Configure clock source priority");
	intLoopBackC["network-clock-priority"].addSC("high", "Recovered clock from line");
	intLoopBackC["network-clock-priority"].addSC("low", "Used implicitly loop-timed clock");
intLoopBackC.addSC("no", "Negate a command or set its defaults");
	intLoopBackC.no.addSC("access-expression", "Build a bridge boolean access expression");
	intLoopBackC.no.addSC("apollo", "Apollo interface subcommands");
	intLoopBackC.no.addSC("appletalk", "Appletalk interface subcommands");
	intLoopBackC.no.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
	intLoopBackC.no.addSC("backup", "Modify backup parameters");
	intLoopBackC.no.addSC("bandwidth", "Set bandwidth informational parameter");
	intLoopBackC.no.addSC("bridge-group", "Transparent bridging interface parameters");
	intLoopBackC.no.addSC("carrier-delay", "Specify delay for interface transitions");
	intLoopBackC.no.addSC("cdp", "CDP interface subcommands");
	intLoopBackC.no.addSC("clns", "CLNS interface subcommands");
	intLoopBackC.no.addSC("crypto", "Encryption/Decryption commands");
	intLoopBackC.no.addSC("decnet", "Interface DECnet config commands");
	intLoopBackC.no.addSC("delay", "Specify interface throughput delay");
	intLoopBackC.no.addSC("description", "Interface specific description");
	intLoopBackC.no.addSC("dspu", "Down Stream PU");
	intLoopBackC.no.addSC("fras", "DLC Switch Interface Command");
	intLoopBackC.no.addSC("h323-gateway", "Configure H323 Gateway");
	intLoopBackC.no.addSC("hold-queue", "Set hold queue depth");
	intLoopBackC.no.addSC("ip", "Interface Internet Protocol config commands");
		intLoopBackC.no.ip.addSC("access-group", "Specify access control for packets");
		intLoopBackC.no.ip.addSC("accounting", "Enable IP accounting on this interface");
		intLoopBackC.no.ip.addSC("address", "Set the IP address of an interface");
			intLoopBackC.no.ip.address.addSC("A.B.C.D", "IP address");
				intLoopBackC.no.ip.address["A.B.C.D"].addSC("A.B.C.D", "IP subnet mask");
					intLoopBackC.no.ip.address["A.B.C.D"]["A.B.C.D"].addSC("secondary", "Make this IP address a secondary address");
		intLoopBackC.no.ip.addSC("authentication", "authentication subcommands");
		intLoopBackC.no.ip.addSC("bandwidth-percent", "Set EIGRP bandwidth limit");
		intLoopBackC.no.ip.addSC("bgp", "BGP interface commands");
		intLoopBackC.no.ip.addSC("broadcast-address", "Set the broadcast address of an interface");
		intLoopBackC.no.ip.addSC("cef", "Cisco Express Fowarding interface commands");
		intLoopBackC.no.ip.addSC("cgmp", "Enable/disable CGMP");
		intLoopBackC.no.ip.addSC("dhcp", "Configure DHCP parameters for this interface");
		intLoopBackC.no.ip.addSC("directed-broadcast", "Enable forwarding of directed broadcasts");
		intLoopBackC.no.ip.addSC("dvmrp", "DVMRP interface commands");
		intLoopBackC.no.ip.addSC("hello-interval", "Configures IP-EIGRP hello interval");
		intLoopBackC.no.ip.addSC("helper-address", "Specify a destination address for UDP broadcasts");
		intLoopBackC.no.ip.addSC("hold-time", "Configures IP-EIGRP hold time");
		intLoopBackC.no.ip.addSC("igmp", "IGMP interface commands");
		intLoopBackC.no.ip.addSC("irdp", "ICMP Router Discovery Protocol");
		intLoopBackC.no.ip.addSC("load-sharing", "Style of load sharing");
		intLoopBackC.no.ip.addSC("mask-reply", "Enable sending ICMP Mask Reply messages");
		intLoopBackC.no.ip.addSC("mobile", "Mobile IP support");
		intLoopBackC.no.ip.addSC("mrm", "Configure IP Multicast Routing Monitor tester");
		intLoopBackC.no.ip.addSC("mroute-cache", "Enable switching cache for incoming multicast packets");
		intLoopBackC.no.ip.addSC("mtu", "Set IP Maximum Transmission Unit");
		intLoopBackC.no.ip.addSC("multicast", "IP multicast interface commands");
		intLoopBackC.no.ip.addSC("nat", "NAT interface commands");
		intLoopBackC.no.ip.addSC("nbar", "Network-Based Application Recognition");
		intLoopBackC.no.ip.addSC("ospf", "OSPF interface commands");
		intLoopBackC.no.ip.addSC("pgm", "PGM Reliable Transport Protocol");
		intLoopBackC.no.ip.addSC("pim", "PIM interface commands");
		intLoopBackC.no.ip.addSC("policy", "Enable policy routing");
		intLoopBackC.no.ip.addSC("probe", "Enable HP Probe support");
		intLoopBackC.no.ip.addSC("proxy-arp", "Enable proxy ARP");
		intLoopBackC.no.ip.addSC("rarp-server", "Enable RARP server for static arp entries");
		intLoopBackC.no.ip.addSC("redirects", "Enable sending ICMP Redirect messages");
		intLoopBackC.no.ip.addSC("rgmp", "Enable/disable RGMP");
		intLoopBackC.no.ip.addSC("rip", "Router Information Protocol");
		intLoopBackC.no.ip.addSC("route-cache", "Enable fast-switching cache for outgoing packets");
		intLoopBackC.no.ip.addSC("router", "IP router interface commands");
		intLoopBackC.no.ip.addSC("rsvp", "RSVP interface commands");
		intLoopBackC.no.ip.addSC("rtp", "RTP parameters");
		intLoopBackC.no.ip.addSC("sap", "Session Announcement Protocol interface commands");
		intLoopBackC.no.ip.addSC("security", "DDN IP Security Option");
		intLoopBackC.no.ip.addSC("split-horizon", "Perform split horizon");
		intLoopBackC.no.ip.addSC("summary-address", "Perform address summarization");
		intLoopBackC.no.ip.addSC("tcp", "TCP header compression parameters");
		intLoopBackC.no.ip.addSC("unnumbered", "Enable IP processing without an explicit address");
		intLoopBackC.no.ip.addSC("unreachables", "Enable sending ICMP Unreachable messages");
		intLoopBackC.no.ip.addSC("urd", "Configure URL Rendezvousing");
		intLoopBackC.no.ip.addSC("verify", "Enable per packet validation");
		intLoopBackC.no.ip.addSC("vrf", "VPN Routing/Forwarding parameters on the interface");
		intLoopBackC.no.ip.addSC("wccp", "WCCP interface commands");
	intLoopBackC.no.addSC("ipx", "Novell/IPX interface subcommands");
	intLoopBackC.no.addSC("isis", "IS-IS commands");
	intLoopBackC.no.addSC("iso-igrp", "ISO-IGRP interface subcommands");
	intLoopBackC.no.addSC("keepalive", "Enable keepalive");
	intLoopBackC.no.addSC("lan-name", "LAN Name command");
	intLoopBackC.no.addSC("lat", "LAT commands");
	intLoopBackC.no.addSC("line-power", "Provide power on the line.");
	intLoopBackC.no.addSC("llc2", "LLC2 Interface Subcommands");
	intLoopBackC.no.addSC("load-interval", "Specify interval for load calculation for an interface");
	intLoopBackC.no.addSC("locaddr-priority", "Assign a priority group");
	intLoopBackC.no.addSC("logging", "Configure logging for interface");
	intLoopBackC.no.addSC("max-reserved-bandwidth", "Maximum Reservable Bandwidth on an Interface");
	intLoopBackC.no.addSC("mls", "mls sub/interface commands");
	intLoopBackC.no.addSC("mpls", "Configure MPLS interface parameters");
	intLoopBackC.no.addSC("mpoa", "MPOA interface configuration commands");
	intLoopBackC.no.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
	intLoopBackC.no.addSC("multilink-group", "Put interface in a multilink bundle");
	intLoopBackC.no.addSC("netbios", "Use a defined NETBIOS access list or enable name-caching");
	intLoopBackC.no.addSC("network-clock-priority", "Configure clock source priority");
intLoopBackC.addSC("ntp", "Configure NTP");
	intLoopBackC.ntp.addSC("broadcast", "Configure NTP broadcast service");
	intLoopBackC.ntp.addSC("disable", "Disable NTP");
	intLoopBackC.ntp.addSC("multicast", "Configure NTP multicast service");
intLoopBackC.addSC("rate-limit", "Rate Limit");
	intLoopBackC["rate-limit"].addSC("input", "Rate limit on input");
	intLoopBackC["rate-limit"].addSC("output", "Rate limit on output");
intLoopBackC.addSC("sap-priority", "Assign a priority group");
	intLoopBackC["sap-priority"].addSC("<1-10>", "Priority list number");
intLoopBackC.addSC("service-policy", "Configure QoS Service Policy");
	intLoopBackC["service-policy"].addSC("history", "Keep history of QoS metrics");
	intLoopBackC["service-policy"].addSC("input", "Assign policy-map to the input of an interface");
	intLoopBackC["service-policy"].addSC("output", "Assign policy-map to the output of an interface");
intLoopBackC.addSC("shutdown", "Shutdown the selected interface");
intLoopBackC.addSC("smrp", "Simple Multicast Routing Protocol interface subcommands");
	intLoopBackC.smrp.addSC("mroute-cache", "Enable SMRP route cache");
	intLoopBackC.smrp.addSC("protocol", "Specify network layer service protocol");
intLoopBackC.addSC("sna", "SNA pu configuration");
	intLoopBackC.sna.addSC("enable-host", "SNA Enable Host command");
	intLoopBackC.sna.addSC("start", "SNA Start command");
intLoopBackC.addSC("snapshot", "Configure snapshot support on the interface");
	intLoopBackC.snapshot.addSC("client", "Enable client control of Snapshot routing");
	intLoopBackC.snapshot.addSC("server", "Send routing updates out this link when updates are received");
intLoopBackC.addSC("snmp", "Modify SNMP interface parameters");
	intLoopBackC.snmp.addSC("ifindex", "Persist ifindex for the interface");
	intLoopBackC.snmp.addSC("trap", "Allow a specific SNMP trap");
intLoopBackC.addSC("tag-switching", "Tag Switching interface configuration commands");
	intLoopBackC["tag-switching"].addSC("ip", "Configure IP dynamic Tag Switching");
	intLoopBackC["tag-switching"].addSC("mtu", "Set tag switching Maximum Transmission Unit");
intLoopBackC.addSC("tarp", "TARP interface subcommands");
	intLoopBackC.tarp.addSC("enable", "Enable TARP on interface");
	intLoopBackC.tarp.addSC("propagate", "Enable propagation of TARP PDU's out on this interface");
	intLoopBackC.tarp.addSC("split-horizon", "Enable split horizon for TARP propagation on this interface");
intLoopBackC.addSC("timeout", "Define timeout values for this interface");
	intLoopBackC.timeout.addSC("absolute", "Define session timeout value for this interface");
intLoopBackC.addSC("transmit-interface", "Assign a transmit interface to a receive-only interface");
	intLoopBackC["transmit-interface"].addSC("Async", "Async interface");
	intLoopBackC["transmit-interface"].addSC("BRI", "ISDN Basic Rate Interface");
	intLoopBackC["transmit-interface"].addSC("CTunnel", "CTunnel interface");
	intLoopBackC["transmit-interface"].addSC("Dialer", "Dialer interface");
	intLoopBackC["transmit-interface"].addSC("Ethernet", "IEEE 802.3");
	intLoopBackC["transmit-interface"].addSC("Group-Async", "Async Group interface");
	intLoopBackC["transmit-interface"].addSC("Lex", "Lex interface");
	intLoopBackC["transmit-interface"].addSC("Loopback", "Loopback interface");
	intLoopBackC["transmit-interface"].addSC("Multilink", "Multilink-group interface");
	intLoopBackC["transmit-interface"].addSC("Null", "Null interface");
	intLoopBackC["transmit-interface"].addSC("Serial", "Serial");
	intLoopBackC["transmit-interface"].addSC("Tunnel", "Tunnel interface");
	intLoopBackC["transmit-interface"].addSC("Vif", "PGM Multicast Host interface");
	intLoopBackC["transmit-interface"].addSC("Virtual-Template", "Virtual Template interface");
	intLoopBackC["transmit-interface"].addSC("Virtual-TokenRing", "Virtual TokenRing");
intLoopBackC.addSC("trunk-group", "Configure interface to be in a trunk group");
	intLoopBackC["trunk-group"].addSC("<1-1000>", "Trunk group number");
intLoopBackC.addSC("tx-ring-limit", "Configure PA level transmit ring limit");
	intLoopBackC["tx-ring-limit"].addSC("<1-32767>", "Number (ring limit)");
intLoopBackC.addSC("vines", "VINES interface subcommands");
	intLoopBackC.vines.addSC("access-group", "Apply a VINES access list");
	intLoopBackC.vines.addSC("arp-enable", "Supply VINES addresses to booting clients");
	intLoopBackC.vines.addSC("encapsulation", "VINES encapsulation");
	intLoopBackC.vines.addSC("input-network-filter", "Filter networks in received routing updates");
	intLoopBackC.vines.addSC("input-router-filter", "Filter source of received routing updates");
	intLoopBackC.vines.addSC("metric", "VINES processing on the selected interface");
	intLoopBackC.vines.addSC("output-network-filter", "Filter networks sent in routing updates");
	intLoopBackC.vines.addSC("propagate", "Ignore 'class' field during broadcast forwarding");
	intLoopBackC.vines.addSC("redirect", "Set redirect interval");
	intLoopBackC.vines.addSC("route-cache", "Fast switch VINES packets out this interface");
	intLoopBackC.vines.addSC("serverless", "The attached network has no Banyan server");
	intLoopBackC.vines.addSC("split-horizon", "Split-horizon routing updates");
	intLoopBackC.vines.addSC("update", "Set RTP update characteristics for this interface");
intLoopBackC.addSC("xns", "XNS interface subcommands");
	intLoopBackC.xns.addSC("access-group", "Apply an access list to output packets");
	intLoopBackC.xns.addSC("encapsulation", "Set encapsulation method for XNS packets");
	intLoopBackC.xns.addSC("flood", "Flood XNS packets");
	intLoopBackC.xns.addSC("hear-rip", "Listen to RIP updates");
	intLoopBackC.xns.addSC("helper-address", "Forward broadcasts to a specific address");
	intLoopBackC.xns.addSC("input-network-filter", "Filter incoming routing updates");
	intLoopBackC.xns.addSC("network", "Assign an XNS network & enable XNS routing");
	intLoopBackC.xns.addSC("output-network-filter", "Filter outgoing routing updates");
	intLoopBackC.xns.addSC("route-cache", "Enable fast switching");
	intLoopBackC.xns.addSC("router-filter", "Filter sources of routing updates");
	intLoopBackC.xns.addSC("update-time", "Set XNS routing update timer");