summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_intE.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 1900/cmd_intE.txt
downloadStudium-master.tar.gz
Studium-master.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_intE.txt')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_intE.txt49
1 files changed, 49 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_intE.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_intE.txt
new file mode 100644
index 0000000..789b000
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_intE.txt
@@ -0,0 +1,49 @@
+
+intEC.addSC("cdp", "Cdp interface subcommands");
+ intEC.cdp.addSC("enable", "Enable CDP on interface");
+intEC.addSC("description", "Interface specific description");
+ intEC.description.addSC("WORD", "Line up to 80 characters describing the interface");
+intEC.addSC("duplex", "Configure duplex operation");
+ intEC.duplex.addSC("auto", "Enable auto duplex configuration");
+ intEC.duplex.addSC("full", "Force full duplex operation");
+ intEC.duplex.addSC("full-flow-control", "Force full duplex with flow control");
+ intEC.duplex.addSC("half", "Force half duplex operation");
+intEC.addSC("exit", "Exit from interface configuration mode");
+intEC.addSC("help", "Description of the interactive help system");
+intEC.addSC("no", "Negate a command or set its defaults");
+ intEC.no.addSC("cdp", "Cdp interface subcommands");
+ intEC.no.cdp.addSC("enable", "Enable CDP on interface");
+ intEC.no.addSC("description", "Interface specific description");
+ intEC.no.addSC("duplex", "Configure duplex operation");
+ intEC.no.addSC("exit", "Exit from interface configuration mode");
+ intEC.no.addSC("port", "Perform switch port configuration");
+ intEC.no.port.addSC("block", "Forwarding of unknown uni/multi cast addresses");
+ intEC.no.port.block.addSC("multicast", "Block unknown multicast addresses");
+ intEC.no.port.block.addSC("unicast", "Block unknown unicast addresses");
+ intEC.no.port.addSC("secure", "Configure an interface to be a secure port");
+ intEC.no.port.secure.addSC("max-mac-count", "Maximum number of addresses allowed on the port");
+ intEC.no.port.secure["max-mac-count"].addSC("<1-132>", "Maximum mac address count for this secure port");
+ intEC.no.addSC("shutdown", "Shutdown the selected interface");
+ intEC.no.addSC("spantree", "Spanning tree subsystem");
+ intEC.no.spantree.addSC("cost", "Change an interface's spanning tree path cost");
+ intEC.no.spantree.addSC("priority", "Change an interface's spanning tree priority");
+ intEC.no.spantree.addSC("start-forwarding", "Allow a change from blocking to forwarding");
+ intEC.no.addSC("vlan-membership", "VLAN membership configuration");
+intEC.addSC("port", "Perform switch port configuration");
+ intEC.port.addSC("block", "Forwarding of unknown uni/multi cast addresses");
+ intEC.port.block.addSC("multicast", "Block unknown multicast addresses");
+ intEC.port.block.addSC("unicast", "Block unknown unicast addresses");
+ intEC.port.addSC("secure", "Configure an interface to be a secure port");
+ intEC.port.secure.addSC("max-mac-count", "Maximum number of addresses allowed on the port");
+ intEC.port.secure["max-mac-count"].addSC("<1-132>", "Maximum mac address count for this secure port");
+intEC.addSC("shutdown", "Shutdown the selected interface");
+intEC.addSC("spantree", "Spanning tree subsystem");
+ intEC.spantree.addSC("cost", "Change an interface's spanning tree path cost");
+ intEC.spantree.cost.addSC("<1-65535>", "Change an interface's spanning tree path cost");
+ intEC.spantree.addSC("priority", "Change an interface's spanning tree priority");
+ intEC.spantree.priority.addSC("<0-255>", "Change an interface's spanning tree priority");
+ intEC.spantree.addSC("start-forwarding", "Allow a change from blocking to forwarding");
+intEC.addSC("vlan-membership", "VLAN membership configuration");
+ intEC["vlan-membership"].addSC("dynamic", "Set VLAN membership type as dynamic");
+ intEC["vlan-membership"].addSC("static", "Set VLAN membership type as static");
+ intEC["vlan-membership"].static.addSC("<1-1005>", "ISL VLAN index");