summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_subintE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_subintE.txt')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_subintE.txt135
1 files changed, 135 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_subintE.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_subintE.txt
new file mode 100644
index 0000000..05dc3da
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_subintE.txt
@@ -0,0 +1,135 @@
+
+subintEC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
+subintEC.addSC("bandwidth", "Set bandwidth informational parameter");
+ subintEC.bandwidth.addSC("<1-10000000>", "Bandwidth in kilobits");
+subintEC.addSC("bridge-group", "Transparent bridging interface parameters");
+subintEC.addSC("carrier-delay", "Specify delay for interface transitions");
+subintEC.addSC("cdp", "CDP interface subcommands");
+subintEC.addSC("default", "Set a command to its defaults");
+subintEC.addSC("delay", "Specify interface throughput delay");
+subintEC.addSC("description", "Interface specific description");
+subintEC.addSC("exit", "Exit from interfac");
+subintEC.addSC("ip", "Interface Internet Protocol config commands");
+ subintEC.ip.addSC("access-group", "Specify access control for packets");
+ subintEC.ip.addSC("accounting", "Enable IP accounting on this interface");
+ subintEC.ip.addSC("address", "Set the IP address of an interface");
+ subintEC.ip.address.addSC("A.B.C.D", "IP address");
+ subintEC.ip.address["A.B.C.D"].addSC("A.B.C.D", "IP subnet mask");
+ subintEC.ip.address["A.B.C.D"]["A.B.C.D"].addSC("secondary", "Make this IP address a secondary address");
+ subintEC.ip.addSC("authentication", "authentication subcommands");
+ subintEC.ip.addSC("bandwidth-percent", "Set EIGRP bandwidth limit");
+ subintEC.ip["bandwidth-percent"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
+ subintEC.ip["bandwidth-percent"].eigrp.addSC("<1-65535>", "Autonomous system number");
+ subintEC.ip["bandwidth-percent"].eigrp["<1-65535>"].addSC("<1-999999>", "Maximum bandwidth percentage that EIGRP may use");
+
+ subintEC.ip.addSC("broadcast-address", "Set the broadcast address of an interface");
+ subintEC.ip.addSC("cef", "Cisco Express Fowarding interface commands");
+ subintEC.ip.addSC("cgmp", "Enable/disable CGMP");
+ subintEC.ip.addSC("directed-broadcast", "Enable forwarding of directed broadcasts");
+ subintEC.ip.addSC("dvmrp", "DVMRP interface commands");
+ subintEC.ip.addSC("hello-interval", "Configures IP-EIGRP hello interval");
+ subintEC.ip.addSC("helper-address", "Specify a destination address for UDP broadcasts");
+ subintEC.ip.addSC("hold-time", "Configures IP-EIGRP hold time");
+ subintEC.ip.addSC("igmp", "IGMP interface commands");
+ subintEC.ip.addSC("irdp", "ICMP Router Discovery Protocol");
+ subintEC.ip.addSC("load-sharing", "Style of load sharing");
+ subintEC.ip.addSC("mask-reply", "Enable sending ICMP Mask Reply messages");
+ subintEC.ip.addSC("mroute-cache", "Enable switching cache for incoming multicast packets");
+ subintEC.ip.addSC("mtu", "Set IP Maximum Transmission Unit");
+ subintEC.ip.addSC("multicast", "IP multicast interface commands");
+ subintEC.ip.addSC("nat", "NAT interface commands");
+ subintEC.ip.nat.addSC("inside", "Inside interface for address translation");
+ subintEC.ip.nat.addSC("outside", "Outside interface for address translation");
+ subintEC.ip.addSC("pim", "PIM interface commands");
+ subintEC.ip.addSC("policy", "Enable policy routing");
+ subintEC.ip.addSC("probe", "Enable HP Probe support");
+ subintEC.ip.addSC("proxy-arp", "Enable proxy ARP");
+ subintEC.ip.addSC("rarp-server", "Enable RARP server for static arp entries");
+ subintEC.ip.addSC("redirects", "Enable sending ICMP Redirect messages");
+ subintEC.ip.addSC("rgmp", "Enable/disable RGMP");
+ subintEC.ip.addSC("rip", "Router Information Protocol");
+ subintEC.ip.addSC("route-cache", "Enable fast-switching cache for outgoing packets");
+ subintEC.ip.addSC("rsvp", "RSVP interface commands");
+ subintEC.ip.addSC("sap", "Session Advertisement Protocol interface commands");
+ subintEC.ip.addSC("sdr", "Session Directory Protocol interface commands");
+ subintEC.ip.addSC("security", "DDN IP Security Option");
+ subintEC.ip.addSC("split-horizon", "Perform split horizon");
+ subintEC.ip.addSC("summary-address", "Perform address summarization");
+ subintEC.ip["summary-address"].addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
+ subintEC.ip["summary-address"].eigrp.addSC("<1-65535>", "Autonomous system number");
+ subintEC.ip["summary-address"].eigrp["<1-65535>"].addSC("A.B.C.D", "IP address");
+ subintEC.ip["summary-address"].eigrp["<1-65535>"]["A.B.C.D"].addSC("A.B.C.D", "IP network mask");
+ subintEC.ip["summary-address"].eigrp["<1-65535>"]["A.B.C.D"]["A.B.C.D"].addSC("<1-255>", "Administrative distance");
+
+ subintEC.ip.addSC("unnumbered", "Enable IP processing without an explicit address");
+ subintEC.ip.addSC("unreachables", "Enable sending ICMP Unreachable messages");
+ subintEC.ip.addSC("urd", "Configure URL Rendezvousing");
+ subintEC.ip.addSC("verify", "Enable per packet validation");
+ subintEC.ip.addSC("vrf", "VPN Routing/Forwarding parameters on the interface");
+subintEC.addSC("ipx", "Novell/IPX interface subcommands");
+subintEC.addSC("llc2", "LLC2 Interface Subcommands");
+subintEC.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
+subintEC.addSC("netbios", "Use a defined NETBIOS access list or enable name-caching");
+subintEC.addSC("no", "Negate a command or set its defaults");
+ subintEC.no.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
+ subintEC.no.addSC("bandwidth", "Set bandwidth informational parameter");
+ subintEC.no.addSC("bridge-group", "Transparent bridging interface parameters");
+ subintEC.no.addSC("carrier-delay", "Specify delay for interface transitions");
+ subintEC.no.addSC("cdp", "CDP interface subcommands");
+ subintEC.no.addSC("delay", "Specify interface throughput delay");
+ subintEC.no.addSC("description", "Interface specific description");
+ subintEC.no.addSC("ip", "Interface Internet Protocol config commands");
+ subintEC.no.ip.addSC("access-group", "Specify access control for packets");
+ subintEC.no.ip.addSC("accounting", "Enable IP accounting on this interface");
+ subintEC.no.ip.addSC("address", "Set the IP address of an interface");
+ subintEC.no.ip.address.addSC("A.B.C.D", "IP address");
+ subintEC.no.ip.address["A.B.C.D"].addSC("A.B.C.D", "IP subnet mask");
+ subintEC.no.ip.address["A.B.C.D"]["A.B.C.D"].addSC("secondary", "Make this IP address a secondary address");
+ subintEC.no.ip.addSC("authentication", "authentication subcommands");
+ subintEC.no.ip.addSC("bandwidth-percent", "Set EIGRP bandwidth limit");
+ subintEC.no.ip.addSC("broadcast-address", "Set the broadcast address of an interface");
+ subintEC.no.ip.addSC("cef", "Cisco Express Fowarding interface commands");
+ subintEC.no.ip.addSC("cgmp", "Enable/disable CGMP");
+ subintEC.no.ip.addSC("directed-broadcast", "Enable forwarding of directed broadcasts");
+ subintEC.no.ip.addSC("dvmrp", "DVMRP interface commands");
+ subintEC.no.ip.addSC("hello-interval", "Configures IP-EIGRP hello interval");
+ subintEC.no.ip.addSC("helper-address", "Specify a destination address for UDP broadcasts");
+ subintEC.no.ip.addSC("hold-time", "Configures IP-EIGRP hold time");
+ subintEC.no.ip.addSC("igmp", "IGMP interface commands");
+ subintEC.no.ip.addSC("irdp", "ICMP Router Discovery Protocol");
+ subintEC.no.ip.addSC("load-sharing", "Style of load sharing");
+ subintEC.no.ip.addSC("mask-reply", "Enable sending ICMP Mask Reply messages");
+ subintEC.no.ip.addSC("mroute-cache", "Enable switching cache for incoming multicast packets");
+ subintEC.no.ip.addSC("mtu", "Set IP Maximum Transmission Unit");
+ subintEC.no.ip.addSC("multicast", "IP multicast interface commands");
+ subintEC.no.ip.addSC("nat", "NAT interface commands");
+ subintEC.no.ip.addSC("pim", "PIM interface commands");
+ subintEC.no.ip.addSC("policy", "Enable policy routing");
+ subintEC.no.ip.addSC("probe", "Enable HP Probe support");
+ subintEC.no.ip.addSC("proxy-arp", "Enable proxy ARP");
+ subintEC.no.ip.addSC("rarp-server", "Enable RARP server for static arp entries");
+ subintEC.no.ip.addSC("redirects", "Enable sending ICMP Redirect messages");
+ subintEC.no.ip.addSC("rgmp", "Enable/disable RGMP");
+ subintEC.no.ip.addSC("rip", "Router Information Protocol");
+ subintEC.no.ip.addSC("route-cache", "Enable fast-switching cache for outgoing packets");
+ subintEC.no.ip.addSC("rsvp", "RSVP interface commands");
+ subintEC.no.ip.addSC("sap", "Session Advertisement Protocol interface commands");
+ subintEC.no.ip.addSC("sdr", "Session Directory Protocol interface commands");
+ subintEC.no.ip.addSC("security", "DDN IP Security Option");
+ subintEC.no.ip.addSC("split-horizon", "Perform split horizon");
+ subintEC.no.ip.addSC("summary-address", "Perform address summarization");
+ subintEC.no.ip.addSC("unnumbered", "Enable IP processing without an explicit address");
+ subintEC.no.ip.addSC("unreachables", "Enable sending ICMP Unreachable messages");
+ subintEC.no.ip.addSC("urd", "Configure URL Rendezvousing");
+ subintEC.no.ip.addSC("verify", "Enable per packet validation");
+ subintEC.no.ip.addSC("vrf", "VPN Routing/Forwarding parameters on the interface");
+ subintEC.no.addSC("ipx", "Novell/IPX interface subcommands");
+ subintEC.no.addSC("llc2", "LLC2 Interface Subcommands");
+ subintEC.no.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
+ subintEC.no.addSC("netbios", "Use a defined NETBIOS access list or enable name-caching");
+subintEC.addSC("pppoe", "pppoe interface subcommands");
+subintEC.addSC("service-policy", "Configure QoS Service Policy");
+subintEC.addSC("shutdown", "Shutdown the selected interface");
+subintEC.addSC("snapshot", "Configure snapshot support on the interface");
+subintEC.addSC("standby", "Interface HSRP configuration commands");
+subintEC.addSC("timeout", "Define timeout values for this interface");