summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintG.txt
blob: 186727e05fc14e168d78408d42a4074620edc2d0 (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
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");