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
|
intLoopBackC.addSC("access-expression", "Build a bridge boolean access expression");
intLoopBackC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
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("cdp", "CDP interface subcommands");
intLoopBackC.addSC("default", "Set a command to its defaults");
intLoopBackC.addSC("delay", "Specify interface throughput delay");
intLoopBackC.addSC("description", "Interface specific description");
intLoopBackC.addSC("dsl", "ADSL subcommands");
intLoopBackC.addSC("exit", "Exit from interface configuration mode");
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("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("cef", "Cisco Express Fowarding interface commands");
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.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("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("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("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.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.addSC("ipx", "Novell/IPX interface subcommands");
intLoopBackC.addSC("keep", "");
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("logging", "Configure logging for interface");
intLoopBackC.addSC("max-reserved-bandwidth", "Maximum Reservable Bandwidth on an Interface");
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 enarble 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("arp", "Set arp type (arpa, probe, snap) or 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.addSC("delay", "Specify interface throughput delay");
intLoopBackC.no.addSC("description", "Interface specific description");
intLoopBackC.no.addSC("dsl", "ADSL subcommands");
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("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("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("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("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("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("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.addSC("ipx", "Novell/IPX interface subcommands");
intLoopBackC.no.addSC("keepalive", "Enable keepalive");
intLoopBackC.no.addSC("llc2", "LLC2 Interface Subcommands");
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.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.addSC("service-policy", "Configure QoS Service Policy");
intLoopBackC.addSC("shutdown", "Shutdown the selected interface");
intLoopBackC.addSC("snapshot", "Configure snapshot support on the interface");
intLoopBackC.addSC("snmp", "Modify SNMP interface parameters");
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-ring-limit", "Configure PA level transmit ring limit");
|