summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintG.txt')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintG.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintG.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintG.txt
new file mode 100644
index 0000000..186727e
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintG.txt
@@ -0,0 +1,27 @@
+
+subintGC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
+subintGC.addSC("bandwidth", "Set bandwidth informational parameter");
+ subintGC.bandwidth.addSC("<1-10000000>", "Bandwidth in kilobits");
+subintGC.addSC("carrier-delay", "Specify delay for interface transitions");
+subintGC.addSC("cdp", "CDP interface subcommands");
+subintGC.addSC("default", "Set a command to its defaults");
+subintGC.addSC("delay", "Specify interface throughput delay");
+subintGC.addSC("description", "Interface specific description");
+subintGC.addSC("exit", "Exit from interface configuration mode");
+subintGC.addSC("ip", "Interface Internet Protocol config commands");
+ subintGC.ip.addSC("access-group", "Specify access control for packets");
+subintGC.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
+subintGC.addSC("no", "Negate a command or set its defaults");
+ subintGC.no.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
+ subintGC.no.addSC("bandwidth", "Set bandwidth informational parameter");
+ subintGC.no.addSC("carrier-delay", "Specify delay for interface transitions");
+ subintGC.no.addSC("cdp", "CDP interface subcommands");
+ subintGC.no.addSC("delay", "Specify interface throughput delay");
+ subintGC.no.addSC("description", "Interface specific description");
+ subintGC.no.addSC("ip", "Interface Internet Protocol config commands");
+ subintGC.no.ip.addSC("access-group", "Specify access control for packets");
+ subintGC.no.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
+subintGC.addSC("ntp", "Configure NTP");
+subintGC.addSC("service-policy", "Configure QoS Service Policy");
+subintGC.addSC("shutdown", "Shutdown the selected interface");
+subintGC.addSC("timeout", "Define timeout values for this interface");