summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_intE.txt
blob: 789b00029b358369cc8d21a998183b9259b9b87c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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");