diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintG.txt | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
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.txt | 27 |
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");
|
