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
|
intLoopBackC.addSC("access-expression", "Build a bridge boolean access expression");
intLoopBackC["access-expression"].addSC("input", "Filter input packets");
intLoopBackC["access-expression"].input.addSC("LINE", "A boolean expression of bridge access lists");
intLoopBackC["access-expression"].addSC("output", "Filter output packets");
intLoopBackC["access-expression"].output.addSC("LINE", "A boolean expression of bridge access lists");
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.arp.timeout.addSC("<0-2147483>", "Seconds");
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("cdp", "CDP interface subcommands");
intLoopBackC.cdp.addSC("enable", "Enable CDP on interface");
intLoopBackC.addSC("description", "Interface specific description");
intLoopBackC.description.addSC("LINE", "Up to 240 characters describing this interface");
intLoopBackC.addSC("default", "Set a command to its defaults");
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("exit", "Exit from interface configuration mode");
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["hold-queue"]["<0-4096>"].addSC("in", "Input queue");
intLoopBackC["hold-queue"]["<0-4096>"].addSC("out", "Output queue");
intLoopBackC.addSC("ip", "Interface Internet Protocol config commands");
intLoopBackC.ip.addSC("access-group", "Specify access control for packets");
intLoopBackC.ip["access-group"].addSC("<1-199>", "IP access list (standard or extended)");
intLoopBackC.ip["access-group"]["<1-199>"].addSC("in", "inbound packets");
intLoopBackC.ip["access-group"]["<1-199>"].addSC("out", "outbound packets");
intLoopBackC.ip["access-group"].addSC("<1300-2699>", "IP expanded access list (standard or extended)");
intLoopBackC.ip["access-group"]["<1300-2699>"].addSC("in", "inbound packets");
intLoopBackC.ip["access-group"]["<1300-2699>"].addSC("out", "outbound packets");
intLoopBackC.ip["access-group"].addSC("WORD", "Access-list name");
intLoopBackC.ip["access-group"].WORD.addSC("in", "inbound packets");
intLoopBackC.ip["access-group"].WORD.addSC("out", "outbound packets");
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("broadcast-address", "Set the broadcast address of an interface");
intLoopBackC.ip["broadcast-address"].addSC("A.B.C.D", "IP broadcast address");
intLoopBackC.ip.addSC("cgmp", "Enable/disable CGMP");
intLoopBackC.ip.cgmp.addSC("proxy", "CGMP for hosts and proxy for multicast routers");
intLoopBackC.ip.cgmp.addSC("router-only", "CGMP proxy for multicast routers only");
intLoopBackC.ip.addSC("hello-interval", "Configures IP-EIGRP hello interval");
intLoopBackC.ip["hello-interval"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
intLoopBackC.ip["hello-interval"].eigrp.addSC("<1-65535>", "Autonomous system number");
intLoopBackC.ip["hello-interval"].eigrp["<1-65535>"].addSC("<1-65535>", "Seconds between hello transmissions");
intLoopBackC.ip.addSC("mtu", "Set IP Maximum Transmission Unit");
intLoopBackC.ip.mtu.addSC("<68-1000000>", "MTU (bytes)");
intLoopBackC.ip.addSC("multicast", "IP multicast interface commands");
intLoopBackC.ip.multicast.addSC("boundary", "Boundary for administratively scoped multicast addresses");
intLoopBackC.ip.multicast.boundary.addSC("<1-99>", "Access-list number");
intLoopBackC.ip.multicast.boundary.addSC("<1300-1999>", "<access-list> (expanded range)");
intLoopBackC.ip.multicast.boundary.addSC("WORD", "IP Named Standard Access list");
intLoopBackC.ip.multicast.addSC("helper-map", "Broadcast to Multicast map OR Multicast to Broadcast map");
intLoopBackC.ip.multicast["helper-map"].addSC("A.B.C.D", "IP multicast address");
intLoopBackC.ip.multicast["helper-map"]["A.B.C.D"].addSC("A.B.C.D", "IP multicast address or IP broadcast address");
intLoopBackC.ip.multicast["helper-map"].addSC("broadcast", "Broadcast address");
intLoopBackC.ip.multicast["helper-map"].broadcast.addSC("A.B.C.D", "IP multicast address or IP broadcast address");
intLoopBackC.ip.multicast.addSC("rate-limit", "Rate limit multicast data packets");
intLoopBackC.ip.multicast["rate-limit"].addSC("in", "Rate limit incoming packets");
intLoopBackC.ip.multicast["rate-limit"].addSC("out", "Rate limit outgoing packets");
intLoopBackC.ip.multicast.addSC("ttl-threshold", "TTL threshold for multicast packets");
intLoopBackC.ip.multicast["ttl-threshold"].addSC("<0-255>", "TTL threshold");
intLoopBackC.ip.addSC("ospf", "OSPF interface commands");
intLoopBackC.ip.ospf.addSC("authentication", "Enable authentication");
intLoopBackC.ip.ospf.authentication.addSC("message-digest", "Use message-digest authentication");
intLoopBackC.ip.ospf.authentication.addSC("null", "Use no authentication");
intLoopBackC.ip.ospf.addSC("authentication-key", "Authentication password (key)");
intLoopBackC.ip.ospf["authentication-key"].addSC("<0-7>", "Encryption type (0 for not yet encrypted, 7 for proprietary)");
intLoopBackC.ip.ospf["authentication-key"].addSC("LINE", "The OSPF 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["database-filter"].addSC("all", "Filter all LSA");
intLoopBackC.ip.ospf["database-filter"].all.addSC("out", "Outgoing LSA");
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("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["message-digest-key"].addSC("<1-255>", "Key ID");
intLoopBackC.ip.ospf["message-digest-key"]["<1-255>"].addSC("md5", "Use MD5 algorithm");
intLoopBackC.ip.ospf.addSC("mtu-ignore", "Ignores the MTU in DBD packets");
intLoopBackC.ip.ospf.addSC("network", "Network type");
intLoopBackC.ip.ospf.network.addSC("broadcast", "Specify OSPF broadcast multi-access network");
intLoopBackC.ip.ospf.network.addSC("non-broadcast", "Specify OSPF NBMA network");
intLoopBackC.ip.ospf.network.addSC("point-to-multipoint", "Specify OSPF point-to-multipoint network");
intLoopBackC.ip.ospf.network["point-to-multipoint"].addSC("non-broadcast", "Specify non-broadcast point-to-mpoint network");
intLoopBackC.ip.ospf.network.addSC("point-to-point", "Specify OSPF point-to-point network");
intLoopBackC.ip.ospf.addSC("priority", "Router priority");
intLoopBackC.ip.ospf.priority.addSC("<0-255>", "Priority");
intLoopBackC.ip.ospf.addSC("retransmit-interval", "Time between retransmitting lost link state advertisements");
intLoopBackC.ip.ospf["retransmit-interval"].addSC("<1-65535>", "Seconds");
intLoopBackC.ip.ospf.addSC("transmit-delay", "Link state transmit delay");
intLoopBackC.ip.ospf["transmit-delay"].addSC("<1-65535>", "Seconds");
intLoopBackC.ip.addSC("rip", "Router Information Protocol");
intLoopBackC.ip.rip.addSC("authentication", "Authentication control");
intLoopBackC.ip.rip.authentication.addSC("key-chain", "Authentication key-chain");
intLoopBackC.ip.rip.authentication["key-chain"].addSC("LINE", "name of key-chain");
intLoopBackC.ip.rip.authentication.addSC("mode", "Authentication mode");
intLoopBackC.ip.rip.authentication.mode.addSC("md5", "Keyed message digest");
intLoopBackC.ip.rip.authentication.mode.addSC("text", "Clear text authentication");
intLoopBackC.ip.rip.addSC("receive", "advertisement reception");
intLoopBackC.ip.rip.receive.addSC("version", "version control");
intLoopBackC.ip.rip.receive.version.addSC("<1-1>", "RIP version 1");
intLoopBackC.ip.rip.receive.version.addSC("<2-2>", "RIP version 2");
intLoopBackC.ip.rip.addSC("send", "advertisement transmission");
intLoopBackC.ip.rip.send.addSC("version", "version control");
intLoopBackC.ip.rip.send.version.addSC("<1-1>", "RIP version 1");
intLoopBackC.ip.rip.send.version.addSC("<2-2>", "RIP version 2");
intLoopBackC.ip.rip.addSC("v2-broadcast", "send ip broadcast v2 update");
intLoopBackC.addSC("keepalive", "Enable keepalive");
intLoopBackC.keepalive.addSC("<0-32767>", "Keepalive period (default 10 seconds)");
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("logging", "Configure logging for interface");
intLoopBackC.logging.addSC("event", "Interface events");
intLoopBackC.logging.event.addSC("link-status", "UPDOWN and CHANGE messages");
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", "Configure MultiLayer Switching characteristics");
intLoopBackC.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
intLoopBackC.mtu.addSC("<64-2025>", "MTU size in bytes");
intLoopBackC.addSC("no", "Negate a command or set its defaults");
intLoopBackC.no.addSC("access-expression", "Build a bridge boolean access expression");
intLoopBackC.no["access-expression"].addSC("input", "Filter input packets");
intLoopBackC.no["access-expression"].addSC("output", "Filter output packets");
intLoopBackC.no.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
intLoopBackC.no.arp.addSC("arpa", "Standard arp protocol");
intLoopBackC.no.arp.addSC("frame-relay", "Enable ARP for a frame relay interface");
intLoopBackC.no.arp.addSC("probe", "HP style arp protocol");
intLoopBackC.no.arp.addSC("snap", "IEEE 802.3 style arp");
intLoopBackC.no.arp.addSC("timeout", "Set ARP cache timeout");
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.cdp.addSC("enable", "Enable CDP on interface");
intLoopBackC.no.addSC("delay", "Specify interface throughput delay");
intLoopBackC.no.addSC("description", "Interface specific description");
intLoopBackC.no.addSC("hold-queue", "Set hold queue depth");
intLoopBackC.no["hold-queue"].addSC("<0-4096>", "Queue length");
intLoopBackC.no["hold-queue"].addSC("in", "Input queue");
intLoopBackC.no["hold-queue"].addSC("out", "Output queue");
intLoopBackC.no.addSC("ip", "Interface Internet Protocol config commands");
intLoopBackC.no.ip.addSC("access-group", "Specify access control for packets");
intLoopBackC.no.ip["access-group"].addSC("<1-199>", "IP access list (standard or extended)");
intLoopBackC.no.ip.addSC("accounting", "Enable IP accounting on this interface");
intLoopBackC.no.ip.accounting.addSC("access-violations", "Account for IP packets violating access lists 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.addSC("authentication", "authentication subcommands");
intLoopBackC.no.ip.authentication.addSC("key-chain", "key-chain");
intLoopBackC.no.ip.authentication["key-chain"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
intLoopBackC.no.ip.authentication.addSC("mode", "mode");
intLoopBackC.no.ip.authentication.mode.addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
intLoopBackC.no.ip.addSC("bandwidth-percent", "Set EIGRP bandwidth limit");
intLoopBackC.no.ip["bandwidth-percent"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
intLoopBackC.no.ip["bandwidth-percent"].eigrp.addSC("<1-65535>", "Autonomous system number");
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.cef.addSC("accounting", "CEF accounting features for interface");
intLoopBackC.no.ip.cef.accounting.addSC("non-recursive", "CEF non-recursive accounting features");
intLoopBackC.no.ip.addSC("cgmp", "Enable/disable CGMP");
intLoopBackC.no.ip.addSC("directed-broadcast", "Enable forwarding of directed broadcasts");
intLoopBackC.no.ip.addSC("dvmrp", "DVMRP interface commands");
intLoopBackC.no.ip.dvmrp.addSC("accept-filter", "DVMRP incoming Report filters");
intLoopBackC.no.ip.addSC("hello-interval", "Configures IP-EIGRP hello interval");
intLoopBackC.no.ip["hello-interval"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
intLoopBackC.no.ip["hello-interval"].eigrp.addSC("<1-65535>", "Autonomous system number");
intLoopBackC.no.ip.addSC("helper-address", "Specify a destination address for UDP broadcasts");
intLoopBackC.no.ip["helper-address"].addSC("A.B.C.D", "IP destination address");
intLoopBackC.no.ip.addSC("hold-time", "Configures IP-EIGRP hold time");
intLoopBackC.no.ip["hold-time"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
intLoopBackC.no.ip["hold-time"].eigrp.addSC("<1-65535>", "Autonomous system number");
intLoopBackC.no.ip.addSC("igmp", "IGMP interface commands");
intLoopBackC.no.ip.igmp.addSC("access-group", "IGMP group access group");
intLoopBackC.no.ip.igmp.addSC("helper-address", "IGMP helper address");
intLoopBackC.no.ip.addSC("irdp", "ICMP Router Discovery Protocol");
intLoopBackC.no.ip.irdp.addSC("address", "addresses to proxy-advertise");
intLoopBackC.no.ip.irdp.address.addSC("A.B.C.D", "address to advertise");
intLoopBackC.no.ip.irdp.addSC("holdtime", "how long a receiver should believe the information");
intLoopBackC.no.ip.irdp.addSC("maxadvertinterval", "maximum time between advertisements");
intLoopBackC.no.ip.irdp.addSC("minadvertinterval", "minimum time between advertisements");
intLoopBackC.no.ip.irdp.addSC("multicast", "advertisements are sent with multicasts");
intLoopBackC.no.ip.irdp.addSC("preference", "preference level for this interface");
intLoopBackC.no.ip.irdp.preference.addSC("<-2147483648 - 2147483647>", "preference for this address (higher values preferred)");
intLoopBackC.no.ip.addSC("load-sharing", "Style of load sharing");
intLoopBackC.no.ip["load-sharing"].addSC("per-packet", "Random distribution");
intLoopBackC.no.ip.addSC("local-proxy-arp", "Enable local-proxy ARP");
intLoopBackC.no.ip.addSC("mask-reply", "Enable sending ICMP Mask Reply messages");
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.multicast.addSC("boundary", "Boundary for administratively scoped multicast addresses");
intLoopBackC.no.ip.multicast.addSC("helper-map", "Broadcast to Multicast map OR Multicast to Broadcast map");
intLoopBackC.no.ip.addSC("ospf", "OSPF interface commands");
intLoopBackC.no.ip.ospf.addSC("authentication", "Enable authentication");
intLoopBackC.no.ip.ospf.addSC("authentication-key", "Authentication password (key)");
intLoopBackC.no.ip.addSC("pim", "PIM interface commands");
intLoopBackC.no.ip.pim.addSC("bsr-border", "Border of PIM domain");
intLoopBackC.no.ip.pim.addSC("dense-mode", "Enable PIM dense-mode operation");
intLoopBackC.no.ip.pim.addSC("nbma-mode", "Use Non-Broadcast Multi-Access (NBMA) mode on interface");
intLoopBackC.no.ip.addSC("probe", "Enable HP Probe support");
intLoopBackC.no.ip.probe.addSC("proxy", "Proxy 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.rip.addSC("authentication", "Authentication control");
intLoopBackC.no.ip.rip.authentication.addSC("key-chain", "Authentication key-chain");
intLoopBackC.no.ip.rip.authentication.addSC("mode", "Authentication mode");
intLoopBackC.no.ip.rip.addSC("receive", "advertisement reception");
intLoopBackC.no.ip.addSC("route-cache", "Enable fast-switching cache for outgoing packets");
intLoopBackC.no.ip["route-cache"].addSC("cef", "Enable Cisco Express Forwarding");
intLoopBackC.no.ip["route-cache"].addSC("flow", "Enable Flow fast-switching cache");
intLoopBackC.no.ip["route-cache"].addSC("policy", "Enable fast-switching policy cache for outgoing packets");
intLoopBackC.no.ip["route-cache"].addSC("same-interface", "Enable fast-switching on the same interface");
intLoopBackC.no.ip.addSC("sap", "Session Advertisement Protocol interface commands");
intLoopBackC.no.ip.sap.addSC("listen", "Listen for sap packets on interface");
intLoopBackC.no.ip.addSC("sdr", "Session Directory Protocol interface commands");
intLoopBackC.no.ip.sdr.addSC("listen", "Listen for sap packets on interface");
intLoopBackC.no.ip.addSC("security", "DDN IP Security Option");
intLoopBackC.no.ip.security.addSC("add", "Ensure all outgoing packets have a basic security option");
intLoopBackC.no.ip.security.addSC("aeso", "Specify AESO sources");
intLoopBackC.no.ip.security.aeso.addSC("<0-255>", "ESO source");
intLoopBackC.no.ip.security.addSC("eso-max", "Specify maximum sensitivity level");
intLoopBackC.no.ip.addSC("split-horizon", "Perform split horizon");
intLoopBackC.no.ip["split-horizon"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
intLoopBackC.no.ip["split-horizon"].eigrp.addSC("<1-65535>", "Autonomous system number");
intLoopBackC.no.ip.addSC("summary-address", "Perform address summarization");
intLoopBackC.no.ip["summary-address"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
intLoopBackC.no.ip["summary-address"].eigrp.addSC("<1-65535>", "Autonomous system number");
intLoopBackC.no.ip["summary-address"].addSC("rip", "Routing Information Protocol (RIP)");
intLoopBackC.no.ip["summary-address"].rip.addSC("A.B.C.D", "IP address");
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("verify", "Enable per packet validation");
intLoopBackC.no.ip.verify.addSC("unicast", "Enable per packet validation for unicast");
intLoopBackC.no.ip.verify.unicast.addSC("reverse-path", "Reverse path validation of source address");
intLoopBackC.no.ip.addSC("vrf", "VPN Routing/Forwarding parameters on the interface");
intLoopBackC.no.ip.vrf.addSC("forwarding", "Configure forwarding table");
intLoopBackC.no.ip.vrf.forwarding.addSC("WORD", "Table name");
intLoopBackC.no.ip.vrf.addSC("sitemap", "Configure route-map for routes received from this site");
intLoopBackC.no.addSC("keepalive", "Enable keepalive");
intLoopBackC.no.keepalive.addSC("<0-32767>", "Keepalive period (default 10 seconds)");
intLoopBackC.no.addSC("load-interval", "Specify interval for load calculation for an interface");
intLoopBackC.no.addSC("logging", "Configure logging for interface");
intLoopBackC.no.addSC("max-reserved-bandwidth", "Maximum Reservable Bandwidth on an Interface");
intLoopBackC.no["max-reserved-bandwidth"].addSC("<1-100>", "Max. reservable bandwidth as % of interface bandwidth");
intLoopBackC.no.addSC("mls", "Configure MultiLayer Switching characteristics");
intLoopBackC.no.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
intLoopBackC.no.addSC("shutdown", "Shutdown the selected interface");
intLoopBackC.addSC("ntp", "Configure NTP");
intLoopBackC.addSC("rmon", "Configure Remote Monitoring on an interface");
intLoopBackC.rmon.addSC("collection", "Configure Remote Monitoring Collection on an interface");
intLoopBackC.rmon.collection.addSC("history", "Configure history");
intLoopBackC.rmon.collection.history.addSC("<1-65535>", "Set RMON collection control index");
intLoopBackC.rmon.collection.history["<1-65535>"].addSC("buckets", "Requested buckets of intervals. Default is 50 buckets");
intLoopBackC.rmon.collection.history["<1-65535>"].addSC("interval", "Interval to sample data for each bucket. Default is 1800 seconds");
intLoopBackC.rmon.collection.history["<1-65535>"].addSC("owner", "Set the owner of this RMON collection");
intLoopBackC.rmon.collection.addSC("stats", "Configure statistics");
intLoopBackC.rmon.collection.stats.addSC("<1-65535>", "Set RMON collection control index");
intLoopBackC.rmon.collection.stats["<1-65535>"].addSC("owner", "Configure the owner of this RMON collection");
intLoopBackC.rmon.addSC("native", "Monitor the interface in native mode");
intLoopBackC.rmon.addSC("promiscuous", "Monitor the interface in promiscuous mode");
intLoopBackC.addSC("service-policy", "Configure QoS Service Policy");
intLoopBackC.addSC("shutdown", "Shutdown the selected interface");
intLoopBackC.addSC("snmp", "Modify SNMP interface parameters");
intLoopBackC.snmp.addSC("trap", "Allow a specific SNMP trap");
intLoopBackC.snmp.trap.addSC("link-status", "Allow SNMP LINKUP and LINKDOWN traps");
intLoopBackC.addSC("spanning-tree", "Spanning Tree Subsystem");
intLoopBackC["spanning-tree"].addSC("cost", "Change an interface's spanning tree port path cost");
intLoopBackC["spanning-tree"].cost.addSC("<1-200000000>", "port path cost");
intLoopBackC["spanning-tree"].addSC("guard", "Change an interface's spanning tree guard mode");
intLoopBackC["spanning-tree"].guard.addSC("none", "Set guard mode to none");
intLoopBackC["spanning-tree"].guard.addSC("root", "Set guard mode to root guard on interface");
intLoopBackC["spanning-tree"].addSC("port-priority", "Change an interface's spanning tree port priority");
intLoopBackC["spanning-tree"]["port-priority"].addSC("<0-255>", "port priority");
intLoopBackC["spanning-tree"].addSC("portfast", "Enable an interface to move directly to forwarding on link up");
intLoopBackC["spanning-tree"].addSC("stack-port", "Enable stack port");
intLoopBackC.addSC("timeout", "Define timeout values for this interface");
intLoopBackC.timeout.addSC("absolute", "Define session timeout value for this interface");
intLoopBackC.timeout.absolute.addSC("<0-35790>", "Session lifetime (in minutes)");
intLoopBackC.timeout.absolute["<0-35790>"].addSC("<0-59>", "Session lifetime (in seconds)");
intLoopBackC.addSC("timeout", "Define timeout values for this interface");
intLoopBackC.timeout.addSC("absolute", "Define session timeout value for this interface");
intLoopBackC.timeout.absolute.addSC("<0-35790>", "Session lifetime (in minutes)");
intLoopBackC.timeout.absolute["<0-35790>"].addSC("<0-59>", "Session lifetime (in seconds)");
intLoopBackC.addSC("transmit-interface", "Assign a transmit interface to a receive-only interface");
intLoopBackC["transmit-interface"].addSC("Async", "Async interface");
intLoopBackC["transmit-interface"].Async.addSC("<1-0>", "Async interface number");
intLoopBackC.addSC("tx-ring-limit", "Configure PA level transmit ring limit");
intLoopBackC["tx-ring-limit"].addSC("<1-32767>", "Number (ring limit)");
|