summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_intG.txt
blob: a549d09f43785fdd56686f7f1eb1d72c93cf6400 (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
intGC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");

	intGC.arp.addSC("arpa", "Standard arp protocol");

	intGC.arp.addSC("frame-relay", "Enable ARP for a frame relay interface");

	intGC.arp.addSC("probe", "HP style arp protocol");

	intGC.arp.addSC("snap", "IEEE 802.3 style arp");

	intGC.arp.addSC("timeout", "Set ARP cache timeout");

		intGC.arp.timeout.addSC("<0-2147483>", "Seconds");

intGC.addSC("bandwidth", "Set bandwidth informational parameter");

	intGC.bandwidth.addSC("<1-10000000>", "Bandwidth in kilobits");

intGC.addSC("carrier-delay", "Specify delay for interface transitions");

	intGC["carrier-delay"].addSC("<0-60>", "Carrier Transitions delay seconds");

	intGC["carrier-delay"].addSC("msec", "delay specified in milliseconds");

		intGC["carrier-delay"].msec.addSC("<0-1000>", "Carrier Transitions delay milliseconds");

intGC.addSC("cdp", "CDP interface subcommands");

	intGC.cdp.addSC("enable", "Enable CDP on interface");

intGC.addSC("channel-group", "Etherchannel/port bundling configuration");

	intGC["channel-group"].addSC("<1-6>", "Channel group number");

		intGC["channel-group"]["<1-6>"].addSC("mode", "Etherchannel Mode of the interface");

			intGC["channel-group"]["<1-6>"].mode.addSC("auto", "Enable PAgP only if a PAgP device is detected");

				intGC["channel-group"]["<1-6>"].mode.auto.addSC("non-silent", "Start negotiation only after data packets received");

			intGC["channel-group"]["<1-6>"].mode.addSC("desirable", "Enable PAgP unconditionally");

				intGC["channel-group"]["<1-6>"].mode.desirable.addSC("non-silent", "Start negotiation only after data packets received");

			intGC["channel-group"]["<1-6>"].mode.addSC("on", "Enable Etherchannel only");

intGC.addSC("default", "Set a command to its defaults");

	intGC["default"].addSC("arp", "Set arp type (arpa, probe, snap) or timeout");

		intGC["default"].arp.addSC("arpa", "Standard arp protocol");

		intGC["default"].arp.addSC("frame-relay", "Enable ARP for a frame relay interface");

		intGC["default"].arp.addSC("probe", "HP style arp protocol");

		intGC["default"].arp.addSC("snap", "IEEE 802.3 style arp");

		intGC["default"].arp.addSC("timeout", "Set ARP cache timeout");

	intGC["default"].addSC("bandwidth", "Set bandwidth informational parameter");

	intGC["default"].addSC("carrier-delay", "Specify delay for interface transitions");

	intGC["default"].addSC("cdp", "CDP interface subcommands");

		intGC["default"].cdp.addSC("enable", "Enable CDP on interface");

	intGC["default"].addSC("channel-group", "Etherchannel/port bundling configuration");

intGC.addSC("delay", "Specify interface throughput delay");

	intGC.delay.addSC("<1-16777215>", "Throughput delay (tens of microseconds)");

intGC.addSC("description", "Interface specific description");

	intGC.description.addSC("LINE", "Up to 240 characters describing this interface");

intGC.addSC("dot1x", "IEEE 802.1X subsystem");

	intGC.dot1x.addSC("multiple-hosts", "Open port to multiple hosts when authenticated");

	intGC.dot1x.addSC("port-control", "Control port authentication");

		intGC.dot1x["port-control"].addSC("auto", "Authenticate automatically");

		intGC.dot1x["port-control"].addSC("force-authorized", "Force port to authorized state");

		intGC.dot1x["port-control"].addSC("force-unauthorized", "Force port to unauthorized state");

intGC.addSC("exit", "Exit from interface configuration mode");

intGC.addSC("flowcontrol", "Configure flow operation.");

	intGC.flowcontrol.addSC("receive", "Configure receiving flow operation");

		intGC.flowcontrol.receive.addSC("desired", "Allow but do not require flow-control packets on port");

		intGC.flowcontrol.receive.addSC("off", "Disable flow-control packets on port");

		intGC.flowcontrol.receive.addSC("on", "Enable flow-control packets on port");

	intGC.flowcontrol.addSC("send", "Configure sending flow operation");

		intGC.flowcontrol.send.addSC("desired", "Allow but do not require flow-control packets on port");

		intGC.flowcontrol.send.addSC("off", "Disable flow-control packets on port");

		intGC.flowcontrol.send.addSC("on", "Enable flow-control packets on port");

intGC.addSC("help", "Description of the interactive help system");

intGC.addSC("hold-queue", "Set hold queue depth");

	intGC["hold-queue"].addSC("<0-4096>", "Queue length");

		intGC["hold-queue"]["<0-4096>"].addSC("in", "Input queue");

		intGC["hold-queue"]["<0-4096>"].addSC("out", "Output queue");

intGC.addSC("ip", "Interface Internet Protocol config commands");

	intGC.ip.addSC("access-group", "Specify access control for packets");

		intGC.ip["access-group"].addSC("<1-199>", "IP access list (standard or extended)");

			intGC.ip["access-group"]["<1-199>"].addSC("in", "inbound packets");

		intGC.ip["access-group"].addSC("<1300-2699>", "IP expanded access list (standard or extended)");

			intGC.ip["access-group"]["<1300-2699>"].addSC("in", "inbound packets");

		intGC.ip["access-group"].addSC("WORD", "Access-list name");

			intGC.ip["access-group"].WORD.addSC("in", "inbound packets");

intGC.addSC("keepalive", "Enable keepalive");

	intGC.keepalive.addSC("<0-32767>", "Keepalive period (default 10 seconds)");

intGC.addSC("load-interval", "Specify interval for load calculation for an interface");

	intGC["load-interval"].addSC("<30-600>", "Load interval delay in seconds");

intGC.addSC("logging", "Configure logging for interface");

	intGC.logging.addSC("event", "Interface events");

		intGC.logging.event.addSC("link-status", "UPDOWN and CHANGE messages");

intGC.addSC("mac", "MAC interface commands");

	intGC.mac.addSC("access-group", "MAC access-group configuration commands");

		intGC.mac["access-group"].addSC("WORD", "ACL name");

			intGC.mac["access-group"].WORD.addSC("in", "Apply to Ingress");

intGC.addSC("mac-address", "Manually set interface MAC address");

	intGC["mac-address"].addSC("H.H.H", "MAC address");

intGC.addSC("mls", "mls interface commands");

	intGC.mls.addSC("qos", "qos command keyword");

		intGC.mls.qos.addSC("cos", "cos keyword");

			intGC.mls.qos.cos.addSC("<0-7>", "class of service value between 0 and 7");

			intGC.mls.qos.cos.addSC("override", "override keyword");

		intGC.mls.qos.addSC("trust", "trust keyword");

			intGC.mls.qos.trust.addSC("cos", "cos keyword");

			intGC.mls.qos.trust.addSC("dscp", "dscp keyword");

intGC.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");

	intGC.mtu.addSC("<1500-1530>", "MTU size in bytes");

intGC.addSC("mvr", "MVR per port configuration");

	intGC.mvr.addSC("immediate", "Configure MVR immediate leave");

	intGC.mvr.addSC("type", "The type of this port");

		intGC.mvr.type.addSC("receiver", "A MVR receiver port");

		intGC.mvr.type.addSC("source", "A MVR source port");

	intGC.mvr.addSC("vlan", "One of the vlans of the port");

		intGC.mvr.vlan.addSC("<1-1001>", "The vlan id");

			intGC.mvr.vlan["<1-1001>"].addSC("group", "Set as static member of multicast group");

				intGC.mvr.vlan["<1-1001>"].group.addSC("A.B.C.D", "IP address of multicast group");

intGC.addSC("no", "Negate a command or set its defaults");

	intGC.no.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");

		intGC.no.arp.addSC("arpa", "Standard arp protocol");

		intGC.no.arp.addSC("frame-relay", "Enable ARP for a frame relay interface");

		intGC.no.arp.addSC("probe", "HP style arp protocol");

		intGC.no.arp.addSC("snap", "IEEE 802.3 style arp");

		intGC.no.arp.addSC("timeout", "Set ARP cache timeout");

	intGC.no.addSC("bandwidth", "Set bandwidth informational parameter");

	intGC.no.addSC("carrier-delay", "Specify delay for interface transitions");

	intGC.no.addSC("cdp", "CDP interface subcommands");

		intGC.no.cdp.addSC("enable", "Enable CDP on interface");

	intGC.no.addSC("channel-group", "Etherchannel/port bundling configuration");

	intGC.no.addSC("delay", "Specify interface throughput delay");

	intGC.no.addSC("description", "Interface specific description");

	intGC.no.addSC("dot1x", "IEEE 802.1X subsystem");

		intGC.no.dot1x.addSC("multiple-hosts", "Open port to multiple hosts when authenticated");

		intGC.no.dot1x.addSC("port-control", "Control port authentication");

	intGC.no.addSC("flowcontrol", "Configure flow operation.");

		intGC.no.flowcontrol.addSC("receive", "Configure receiving flow operation");

		intGC.no.flowcontrol.addSC("send", "Configure sending flow operation");

	intGC.no.addSC("hold-queue", "Set hold queue depth");

		intGC.no["hold-queue"].addSC("<0-4096>", "Queue length");

		intGC.no["hold-queue"].addSC("in", "Input queue");

		intGC.no["hold-queue"].addSC("out", "Output queue");

	intGC.no.addSC("ip", "Interface Internet Protocol config commands");

		intGC.no.ip.addSC("access-group", "Specify access control for packets");

			intGC.no.ip["access-group"].addSC("<1-199>", "IP access list (standard or extended)");

			intGC.no.ip["access-group"].addSC("<1300-2699>", "IP expanded access list (standard or extended)");

			intGC.no.ip["access-group"].addSC("in", "inbound packets");

	intGC.no.addSC("keepalive", "Enable keepalive");

		intGC.no.keepalive.addSC("<0-32767>", "Keepalive period (default 10 seconds)");

	intGC.no.addSC("load-interval", "Specify interval for load calculation for an interface");

	intGC.no.addSC("logging", "Configure logging for interface");

		intGC.no.logging.addSC("event", "Interface events");

			intGC.no.logging.event.addSC("link-status", "UPDOWN and CHANGE messages");

	intGC.no.addSC("mac", "MAC interface commands");

		intGC.no.mac.addSC("access-group", "MAC access-group configuration commands");

	intGC.no.addSC("mac-address", "Manually set interface MAC address");

	intGC.no.addSC("mls", "mls interface commands");

		intGC.no.mls.addSC("qos", "qos command keyword");

			intGC.no.mls.qos.addSC("cos", "cos keyword");

				intGC.no.mls.qos.cos.addSC("<0-7>", "class of service value between 0 and 7");

				intGC.no.mls.qos.cos.addSC("override", "override keyword");

			intGC.no.mls.qos.addSC("trust", "trust keyword");

	intGC.no.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");

	intGC.no.addSC("mvr", "MVR per port configuration");

		intGC.no.mvr.addSC("immediate", "Configure MVR immediate leave");

		intGC.no.mvr.addSC("type", "The type of this port");

			intGC.no.mvr.type.addSC("receiver", "A MVR receiver port");

			intGC.no.mvr.type.addSC("source", "A MVR source port");

		intGC.no.mvr.addSC("vlan", "One of the vlans of the port");

			intGC.no.mvr.vlan.addSC("<1-1001>", "The vlan id");

				intGC.no.mvr.vlan["<1-1001>"].addSC("group", "Set as static member of multicast group");

					intGC.no.mvr.vlan["<1-1001>"].group.addSC("A.B.C.D", "IP address of multicast group");



	intGC.no.addSC("shutdown","Shutdown the selected interface");



intGC.addSC("ntp", "Configure NTP");

	intGC.ntp.addSC("broadcast", "Configure NTP broadcast service");

		intGC.ntp.broadcast.addSC("client", "Listen to NTP broadcasts");

		intGC.ntp.broadcast.addSC("destination", "Configure broadcast destination address");

			intGC.ntp.broadcast.destination.addSC("Hostname or A.B.C.D", "Destination broadcast IP address");

		intGC.ntp.broadcast.addSC("key", "Configure broadcast authentication key");

			intGC.ntp.broadcast.key.addSC("<0-4294967295>", "Broadcast key number");

				intGC.ntp.broadcast.key["<0-4294967295>"].addSC("destination", "Configure broadcast destination address");

		intGC.ntp.broadcast.addSC("version", "Configure NTP version");

			intGC.ntp.broadcast.version.addSC("<1-3>", "NTP version number");

				intGC.ntp.broadcast.version["<1-3>"].addSC("destination", "Configure broadcast destination address");

				intGC.ntp.broadcast.version["<1-3>"].addSC("key", "Configure broadcast authentication key");

	intGC.ntp.addSC("disable", "Disable NTP");

intGC.addSC("pagp", "PAgP interface subcommands");

	intGC.pagp.addSC("learn-method", "The ability to determine the input interface of incoming packets");

		intGC.pagp["learn-method"].addSC("aggregation-port", "Learns the destination on the agport");

		intGC.pagp["learn-method"].addSC("physical-port", "Learns the destination on the physical port");

	intGC.pagp.addSC("port-priority", "PAgP priority on this interface");

		intGC.pagp["port-priority"].addSC("<0-255>", "Priority number");

intGC.addSC("random-detect", "Enable Weighted Random Early Detection (WRED) on an Interface");

intGC.addSC("rmon", "Configure Remote Monitoring on an interface");

	intGC.rmon.addSC("collection", "Configure Remote Monitoring Collection on an interface");

		intGC.rmon.collection.addSC("history", "Configure history");

			intGC.rmon.collection.history.addSC("<1-65535>", "Set RMON collection control index");

				intGC.rmon.collection.history["<1-65535>"].addSC("buckets", "Requested buckets of intervals. Default is 50 buckets");

				intGC.rmon.collection.history["<1-65535>"].addSC("interval", "Interval to sample data for each bucket. Default is 1800 seconds");

				intGC.rmon.collection.history["<1-65535>"].addSC("owner", "Set the owner of this RMON collection");

		intGC.rmon.collection.addSC("stats", "Configure statistics");

			intGC.rmon.collection.stats.addSC("<1-65535>", "Set RMON collection control index");

				intGC.rmon.collection.stats["<1-65535>"].addSC("owner", "Configure the owner of this RMON collection");

	intGC.rmon.addSC("native", "Monitor the interface in native mode");

	intGC.rmon.addSC("promiscuous", "Monitor the interface in promiscuous mode");

intGC.addSC("service-policy", "Configure QoS Service Policy");

	intGC["service-policy"].addSC("input", "Assign policy-map to the input of an interface");

		intGC["service-policy"].input.addSC("WORD", "policy-map name");

intGC.addSC("shutdown", "Shutdown the selected interface");

intGC.addSC("snmp", "Modify SNMP interface parameters");

	intGC.snmp.addSC("trap", "Allow a specific SNMP trap");

		intGC.snmp.trap.addSC("link-status", "Allow SNMP LINKUP and LINKDOWN traps");

		intGC.snmp.trap.addSC("mac-notification", "MAC Address notification for the interface");

			intGC.snmp.trap["mac-notification"].addSC("added", "Enable Mac Address added notification for this port");

			intGC.snmp.trap["mac-notification"].addSC("removed", "Enable Mac Address removed notification for this port");

intGC.addSC("spanning-tree", "Spanning Tree Subsystem");

	intGC["spanning-tree"].addSC("cost", "Change an interface's spanning tree port path cost");

		intGC["spanning-tree"].cost.addSC("<1-200000000>", "port path cost");

	intGC["spanning-tree"].addSC("guard", "Change an interface's spanning tree guard mode");

		intGC["spanning-tree"].guard.addSC("none", "Set guard mode to none");

		intGC["spanning-tree"].guard.addSC("root", "Set guard mode to root guard on interface");

	intGC["spanning-tree"].addSC("port-priority", "Change an interface's spanning tree port priority");

		intGC["spanning-tree"]["port-priority"].addSC("<0-255>", "port priority");

	intGC["spanning-tree"].addSC("portfast", "Enable an interface to move directly to forwarding on link up");

	intGC["spanning-tree"].addSC("stack-port", "Enable stack port");

	intGC["spanning-tree"].addSC("vlan", "VLAN Switch Spanning Tree");

		intGC["spanning-tree"].vlan.addSC("<1-1005>", "Spanning tree VLAN id");

			intGC["spanning-tree"].vlan["<1-1005>"].addSC("cost", "Change an interface's per VLAN spanning tree path cost");

				intGC["spanning-tree"].vlan["<1-1005>"].cost.addSC("<1-65535>", "Change an interface's per VLAN spanning tree path cost");

			intGC["spanning-tree"].vlan["<1-1005>"].addSC("port-priority", "Change an interface's per VLAN spanning tree priority");

				intGC["spanning-tree"].vlan["<1-1005>"]["port-priority"].addSC("<0-255>", "Change an interface's per VLAN spanning tree priority");

intGC.addSC("storm-control", "storm configuration");

	intGC["storm-control"].addSC("action", "Action to take for storm-control");

		intGC["storm-control"].action.addSC("shutdown", "Shutdown this interface if a storm occurs");

		intGC["storm-control"].action.addSC("trap", "Send SNMP trap if a storm occurs");

	intGC["storm-control"].addSC("broadcast", "Broadcast address storm control");

		intGC["storm-control"].broadcast.addSC("level", "Set storm suppression level on this interface");

			intGC["storm-control"].broadcast.level.addSC("<0 - 100>", "Enter Integer part of storm suppression level");

	intGC["storm-control"].addSC("multicast", "Multicast address storm control");

		intGC["storm-control"].multicast.addSC("level", "Set storm suppression level on this interface");

			intGC["storm-control"].multicast.level.addSC("<0 - 100>", "Enter Integer part of storm suppression level");

	intGC["storm-control"].addSC("unicast", "Unicast address storm control");

		intGC["storm-control"].unicast.addSC("level", "Set storm suppression level on this interface");

			intGC["storm-control"].unicast.level.addSC("<0 - 100>", "Enter Integer part of storm suppression level");

intGC.addSC("switchport", "Set switching mode characteristics");

	intGC.switchport.addSC("access", "Set access mode characteristics of the interface");

		intGC.switchport.access.addSC("vlan", "Set VLAN when interface is in access mode");

			intGC.switchport.access.vlan.addSC("<1-1005>", "VLAN ID of the VLAN when this port is in access mode");

			intGC.switchport.access.vlan.addSC("dynamic", "When in access mode, this interfaces VLAN is controlled by VMPS");

	intGC.switchport.addSC("mode", "Set trunking mode of the interface");

		intGC.switchport.mode.addSC("access", "Set trunking mode to ACCESS unconditionally");

		intGC.switchport.mode.addSC("dynamic", "Set trunking mode to dynamically negotiate access or trunk mode");

			intGC.switchport.mode.dynamic.addSC("auto", "Set trunking mode dynamic negotiation parameter to AUTO");

			intGC.switchport.mode.dynamic.addSC("desirable", "Set trunking mode dynamic negotiation parameter to DESIRABLE");

		intGC.switchport.mode.addSC("trunk", "Set trunking mode to TRUNK unconditionally");

	intGC.switchport.addSC("nonegotiate", "Device will not engage in negotiation protocol on this interface");

	intGC.switchport.addSC("port-security", "Security related command");

		intGC.switchport["port-security"].addSC("mac-address", "Secure mac address");

			intGC.switchport["port-security"]["mac-address"].addSC("H.H.H", "48 bit mac address");

		intGC.switchport["port-security"].addSC("maximum", "Max secure addrs");

			intGC.switchport["port-security"].maximum.addSC("<1-132>", "Maximum addrs");

		intGC.switchport["port-security"].addSC("violation", "Security Violation Mode");

			intGC.switchport["port-security"].violation.addSC("protect", "Security violation protect mode");

			intGC.switchport["port-security"].violation.addSC("restrict", "Security violation restrict mode");

			intGC.switchport["port-security"].violation.addSC("shutdown", "Security violation shutdown mode");

	intGC.switchport.addSC("protected", "Configure an interface to be a protected port");

	intGC.switchport.addSC("trunk", "Set trunking characteristics of the interface");

		intGC.switchport.trunk.addSC("allowed", "Set allowed VLAN characteristics when interface is in trunking mode");

			intGC.switchport.trunk.allowed.addSC("vlan", "Set allowed VLANs when interface is in trunking mode");

				intGC.switchport.trunk.allowed.vlan.addSC("WORD", "VLAN IDs of the allowed VLANs when this port is in trunking mode");

				intGC.switchport.trunk.allowed.vlan.addSC("add", "add VLANs to the current list");

					intGC.switchport.trunk.allowed.vlan["add"].addSC("WORD", "VLAN IDs of the allowed VLANs when this port is in trunking mode");

				intGC.switchport.trunk.allowed.vlan.addSC("all", "all VLANs");

				intGC.switchport.trunk.allowed.vlan.addSC("except", "all VLANs except the following");

					intGC.switchport.trunk.allowed.vlan.except.addSC("WORD", "VLAN IDs of the allowed VLANs when this port is in trunking mode");

				intGC.switchport.trunk.allowed.vlan.addSC("remove", "remove VLANs from the current list");

					intGC.switchport.trunk.allowed.vlan.remove.addSC("WORD", "VLAN IDs of the allowed VLANs when this port is in trunking mode");

		intGC.switchport.trunk.addSC("native", "Set trunking native characteristics when interface is in trunking mode");

			intGC.switchport.trunk.native.addSC("vlan", "Set native VLAN when interface is in trunking mode");

				intGC.switchport.trunk.native.vlan.addSC("<1-1005>", "VLAN ID of the native VLAN when this port is in trunking mode");

		intGC.switchport.trunk.addSC("pruning", "Set pruning VLAN characteristics when interface is in trunking mode");

			intGC.switchport.trunk.pruning.addSC("vlan", "Set VLANs enabled for pruning when interface is in trunking mode");

				intGC.switchport.trunk.pruning.vlan.addSC("add", "add VLANs to the current list");

					intGC.switchport.trunk.pruning.vlan["add"].addSC("WORD", "VLAN IDs of the allowed VLANs when this port is in trunking mode");

				intGC.switchport.trunk.pruning.vlan.addSC("except", "all VLANs except the following");

					intGC.switchport.trunk.pruning.vlan.except.addSC("WORD", "VLAN IDs of the allowed VLANs when this port is in trunking mode");

				intGC.switchport.trunk.pruning.vlan.addSC("none", "no VLANs");

				intGC.switchport.trunk.pruning.vlan.addSC("remove", "remove VLANs from the current list");

					intGC.switchport.trunk.pruning.vlan.remove.addSC("WORD", "VLAN IDs of the allowed VLANs when this port is in trunking mode");

intGC.addSC("timeout", "Define timeout values for this interface");

	intGC.timeout.addSC("absolute", "Define session timeout value for this interface");

		intGC.timeout.absolute.addSC("<0-35790>", "Session lifetime (in minutes)");

			intGC.timeout.absolute["<0-35790>"].addSC("<0-59>", "Session lifetime (in seconds)");

intGC.addSC("transmit-interface", "Assign a transmit interface to a receive-only interface");

	intGC["transmit-interface"].addSC("Async", "Async interface");

		intGC["transmit-interface"].Async.addSC("<1-0>", "Async interface number");

	intGC["transmit-interface"].addSC("Dialer", "Dialer interface");

		intGC["transmit-interface"].Dialer.addSC("<0-255>", "Dialer interface number");

	intGC["transmit-interface"].addSC("FastEthernet", "FastEthernet IEEE 802.3");

		intGC["transmit-interface"].FastEthernet.addSC("<0-2>", "FastEthernet interface number");

	intGC["transmit-interface"].addSC("GigabitEthernet", "GigabitEthernet IEEE 802.3z");

		intGC["transmit-interface"].GigabitEthernet.addSC("<0-2>", "GigabitEthernet interface number");

	intGC["transmit-interface"].addSC("Group-Async", "Async Group interface");

		intGC["transmit-interface"]["Group-Async"].addSC("<0-0>", "Group-Async interface number");

	intGC["transmit-interface"].addSC("Lex", "Lex interface");

		intGC["transmit-interface"].Lex.addSC("<0-2147483647>", "Lex interface number");

	intGC["transmit-interface"].addSC("Loopback", "Loopback interface");

		intGC["transmit-interface"].Loopback.addSC("<0-2147483647>", "Loopback interface number");

	intGC["transmit-interface"].addSC("Multilink", "Multilink-group interface");

		intGC["transmit-interface"].Multilink.addSC("<0-2147483647>", "Multilink interface number");

	intGC["transmit-interface"].addSC("Null", "Null interface");

		intGC["transmit-interface"].Null.addSC("<0-0>", "Null interface number");

	intGC["transmit-interface"].addSC("Port-channel", "Ethernet Channel of interfaces");

		intGC["transmit-interface"]["Port-channel"].addSC("<1-6>", "Port-channel interface number");

	intGC["transmit-interface"].addSC("Tunnel", "Tunnel interface");

		intGC["transmit-interface"].Tunnel.addSC("<0-2147483647>", "Tunnel interface number");

	intGC["transmit-interface"].addSC("Virtual-Template", "Virtual Template interface");

		intGC["transmit-interface"]["Virtual-Template"].addSC("<1-25>", "Virtual-Template interface number");

	intGC["transmit-interface"].addSC("Virtual-TokenRing", "Virtual TokenRing");

		intGC["transmit-interface"]["Virtual-TokenRing"].addSC("<0-2147483647>", "Virtual-TokenRing interface number");

	intGC["transmit-interface"].addSC("Vlan", "Catalyst Vlans");

		intGC["transmit-interface"].Vlan.addSC("<1-1001>", "Vlan interface number");

intGC.addSC("tx-ring-limit", "Configure PA level transmit ring limit");

	intGC["tx-ring-limit"].addSC("<1-32767>", "Number (ring limit)");

intGC.addSC("udld", "Configure UDLD enabled or disabled and ignore global UDLD setting");

	intGC.udld.addSC("aggressive", "Enable UDLD protocol in aggressive mode on this interface");

	intGC.udld.addSC("enable", "Enable UDLD protocol on this interface");