summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_intF_old.txt
blob: 636360a66dff6b2071418734666fe17d1518c706 (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
50
51
52
53
54
55
56
57
58
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");