summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_intF_old.txt
diff options
context:
space:
mode:
authorSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
committerSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
commit33613a85afc4b1481367fbe92a17ee59c240250b (patch)
tree670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_intF_old.txt
downloadStudium-master.tar.gz
Studium-master.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_intF_old.txt')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_intF_old.txt59
1 files changed, 59 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_intF_old.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_intF_old.txt
new file mode 100644
index 0000000..636360a
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_intF_old.txt
@@ -0,0 +1,59 @@
+
+intFC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
+intFC.addSC("bandwidth", "Set bandwidth informational parameter");
+ intFC.bandwidth.addSC("<1-10000000>", "Bandwidth in kilobits");
+intFC.addSC("carrier-delay", "Specify delay for interface transitions");
+intFC.addSC("cdp", "CDP interface subcommands");
+intFC.addSC("custom-queue-list", "Assign a custom queue list to an interface");
+intFC.addSC("default", "Set a command to its defaults");
+intFC.addSC("delay", "Specify interface throughput delay");
+intFC.addSC("description", "Interface specific description");
+intFC.addSC("duplex", "Configure duplex operation.");
+intFC.addSC("exit", "Exit from interface configuration mode");
+intFC.addSC("fair-queue", "Enable Fair Queuing on an Interface");
+intFC.addSC("help", "Description of the interactive help system");
+intFC.addSC("hold-queue", "Set hold queue depth");
+intFC.addSC("keepalive", "Enable keepalive");
+intFC.addSC("load-interval", "Specify interval for load calculation for an interface");
+ intFC["load-interval"].addSC("<30-600>", "Load interval delay in seconds");
+intFC.addSC("logging", "Configure logging for interface");
+intFC.addSC("loopback", "Configure internal loopback on an interface");
+intFC.addSC("mac-address", "Manually set interface MAC address");
+intFC.addSC("max-reserved-bandwidth", "Maximum Reservable Bandwidth on an Interface");
+intFC.addSC("media-type", "Interface media type");
+intFC.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
+intFC.addSC("negotiation", "Select Autonegotiation mode");
+intFC.addSC("no", "Negate a command or set its defaults");
+ intFC.no.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
+ intFC.no.addSC("bandwidth", "Set bandwidth informational parameter");
+ intFC.no.addSC("carrier-delay", "Specify delay for interface transitions");
+ intFC.no.addSC("cdp", "CDP interface subcommands");
+ intFC.no.addSC("custom-queue-list", "Assign a custom queue list to an interface");
+ intFC.no.addSC("delay", "Specify interface throughput delay");
+ intFC.no.addSC("description", "Interface specific description");
+ intFC.no.addSC("duplex", "Configure duplex operation.");
+ intFC.no.addSC("fair-queue", "Enable Fair Queuing on an Interface");
+ intFC.no.addSC("hold-queue", "Set hold queue depth");
+ intFC.no.addSC("keepalive", "Enable keepalive");
+ intFC.no.addSC("load-interval", "Specify interval for load calculation for an interface");
+ intFC.no.addSC("logging", "Configure logging for interface");
+ intFC.no.addSC("loopback", "Configure internal loopback on an interface");
+ intFC.no.addSC("mac-address", "Manually set interface MAC address");
+ intFC.no.addSC("max-reserved-bandwidth", "Maximum Reservable Bandwidth on an Interface");
+ intFC.no.addSC("media-type", "Interface media type");
+ intFC.no.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
+ intFC.no.addSC("negotiation", "Select Autonegotiation mode");
+intFC.addSC("port", "Perform switch port configuration");
+intFC.addSC("priority-group", "Assign a priority group to an interface");
+intFC.addSC("random-detect", "Enable Weighted Random Early Detection (WRED) on an Interface");
+intFC.addSC("rmon", "Configure Remote Monitoring on an interface");
+intFC.addSC("service-policy", "Configure QoS Service Policy");
+intFC.addSC("shutdown", "Shutdown the selected interface");
+intFC.addSC("snmp", "Modify SNMP interface parameters");
+intFC.addSC("spanning-tree", "Spanning Tree Subsystem");
+intFC.addSC("speed", "Configure speed operation.");
+intFC.addSC("switchport", "Set switching mode characteristics");
+intFC.addSC("timeout", "Define timeout values for this interface");
+intFC.addSC("transmit-interface", "Assign a transmit interface to a receive-only interface");
+intFC.addSC("tx-queue-limit", "Configure card level transmit queue limit");
+intFC.addSC("udld", "Configure UDLD enabled or disabled and ignore global UDLD setting");