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
|
intLoopBackC.addSC("access-expression", "Build a bridge boolean access expression");
intLoopBackC.addSC("apollo", "Apollo interface subcommands");
intLoopBackC.addSC("appletalk", "Appletalk interface subcommands");
intLoopBackC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
intLoopBackC.addSC("backup", "Modify backup parameters");
intLoopBackC.addSC("bandwidth", "Set bandwidth informational parameter");
intLoopBackC.bandwidth.addSC("<1-10000000>", "Bandwidth in kilobits");
intLoopBackC.addSC("bridge-group", "Transparent bridging interface parameters");
intLoopBackC.addSC("carrier-delay", "Specify delay for interface transitions");
intLoopBackC.addSC("clns", "CLNS interface subcommands");
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.addSC("default", "Set a command to its defaults");
intLoopBackC.addSC("delay", "Specify interface throughput delay");
intLoopBackC.addSC("description", "Interface specific description");
intLoopBackC.addSC("dspu", "Down Stream PU");
intLoopBackC.addSC("exit", "Exit from interface configuration mode");
intLoopBackC.addSC("fras", "DLC Switch Interface Command");
intLoopBackC.addSC("h323-gateway", "Configure H323 Gateway");
intLoopBackC.addSC("help", "Description of the interactive help system");
intLoopBackC.addSC("hold-queue", "Set hold queue depth");
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("audit", "Apply IDS audit name");
intLoopBackC.ip.addSC("auth-proxy", "Apply authenticaton proxy");
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("broadcast-address", "Set the broadcast address of an interface");
intLoopBackC.ip.addSC("cgmp", "Enable/disable CGMP");
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["helper-address"].addSC("A.B.C.D", "IP destination address");
intLoopBackC.ip.addSC("hold-time", "Configures IP-EIGRP hold time");
intLoopBackC.ip.addSC("igmp", "IGMP interface commands");
intLoopBackC.ip.addSC("inspect", "Apply inspect name");
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("ospf", "OSPF interface commands");
intLoopBackC.ip.ospf.addSC("authentication-key", "Authentication password (key)");
intLoopBackC.ip.ospf.addSC("cost", "Interface 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("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("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("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.router.addSC("isis", "IS-IS Routing for IP");
intLoopBackC.ip.router.isis.addSC("WORD", "Routing process tag");
intLoopBackC.ip.addSC("rsvp", "RSVP interface commands");
intLoopBackC.ip.addSC("rtp", "RTP parameters");
intLoopBackC.ip.addSC("sap", "Session Advertisement Protocol interface commands");
intLoopBackC.ip.addSC("sdr", "Session Directory 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("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.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["hello-interval"].addSC("<1-65535>", "Hello interval value");
intLoopBackC.isis["hello-interval"]["<1-65535>"].addSC("level-1", "Specify hello-interval for level-1 IIHs");
intLoopBackC.isis["hello-interval"]["<1-65535>"].addSC("level-2", "Specify hello-interval for level-2 IIHs");
intLoopBackC.isis["hello-interval"].addSC("minimal", "Holdtime 1 second, interval depends on multiplier");
intLoopBackC.isis["hello-interval"].minimal.addSC("level-1", "Specify hello-interval for level-1 IIHs");
intLoopBackC.isis["hello-interval"].minimal.addSC("level-2", "Specify hello-interval for level-2 IIHs");
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.password.addSC("WORD", "Password");
intLoopBackC.isis.password.WORD.addSC("level-1", "Specify password for level-1 PDUs");
intLoopBackC.isis.password.WORD.addSC("level-2", "Specify password for level-2 PDUs");
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.addSC("iso-igrp", "ISO-IGRP interface subcommands");
intLoopBackC.addSC("keepalive", "Enable keepalive");
intLoopBackC.addSC("lan-name", "LAN Name command");
intLoopBackC.addSC("lat", "LAT commands");
intLoopBackC.addSC("llc2", "LLC2 Interface Subcommands");
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.addSC("logging", "Configure logging for interface");
intLoopBackC.addSC("mpoa", "MPOA interface configuration commands");
intLoopBackC.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
intLoopBackC.addSC("multilink-group", "Put interface in a multilink bundle");
intLoopBackC.addSC("netbios", "Use a defined NETBIOS access list or enable name-caching");
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("audit", "Apply IDS audit name");
intLoopBackC.no.ip.addSC("auth-proxy", "Apply authenticaton proxy");
intLoopBackC.no.ip.addSC("authentication", "authentication subcommands");
intLoopBackC.no.ip.addSC("bandwidth-percent", "Set EIGRP bandwidth limit");
intLoopBackC.no.ip.addSC("broadcast-address", "Set the broadcast address of an interface");
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.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("inspect", "Apply inspect name");
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("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("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 Advertisement Protocol interface commands");
intLoopBackC.no.ip.addSC("sdr", "Session Directory 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("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("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("mpoa", "MPOA interface configuration commands");
intLoopBackC.no.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
intLoopBackC.no.addSC("netbios", "Use a defined NETBIOS access list or enable name-caching");
intLoopBackC.addSC("ntp", "Configure NTP");
intLoopBackC.addSC("rate-limit", "Rate Limit");
intLoopBackC.addSC("sap-priority", "Assign a priority group");
intLoopBackC.addSC("service-policy", "Configure QoS Service Policy");
intLoopBackC.addSC("shutdown", "Shutdown the selected interface");
intLoopBackC.addSC("smrp", "Simple Multicast Routing Protocol interface subcommands");
intLoopBackC.addSC("sna", "SNA pu configuration");
intLoopBackC.addSC("snapshot", "Configure snapshot support on the interface");
intLoopBackC.addSC("snmp", "Modify SNMP interface parameters");
intLoopBackC.addSC("tarp", "TARP interface subcommands");
intLoopBackC.addSC("timeout", "Define timeout values for this interface");
intLoopBackC.addSC("transmit-interface", "Assign a transmit interface to a receive-only interface");
intLoopBackC.addSC("tx-queue-limit", "Configure card level transmit queue limit");
intLoopBackC.addSC("vines", "VINES interface subcommands");
intLoopBackC.addSC("xns", "XNS interface subcommands");
|