summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintVlan.txt
blob: edd4b410b2d314e571a955e995eefaa146eae8c6 (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
60
61
62
63
64
65
66
67
68
subintVlanC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");

subintVlanC.addSC("bandwidth", "Set bandwidth informational parameter");

	subintVlanC.bandwidth.addSC("<1-10000000>", "Bandwidth in kilobits");

subintVlanC.addSC("carrier-delay", "Specify delay for interface transitions");

subintVlanC.addSC("cdp", "CDP interface subcommands");

subintVlanC.addSC("default", "Set a command to its defaults");

subintVlanC.addSC("delay", "Specify interface throughput delay");

subintVlanC.addSC("description", "Interface specific description");

subintVlanC.addSC("exit", "Exit from interface configuration mode");

subintVlanC.addSC("ip", "Interface Internet Protocol config commands");

	subintVlanC.ip.addSC("access-group", "Specify access control for packets");

	subintVlanC.ip.addSC("accounting", "Enable IP accounting on this interface");

	subintVlanC.ip.addSC("address", "Set the IP address of an interface");

		subintVlanC.ip.address.addSC("A.B.C.D", "IP address");

			subintVlanC.ip.address["A.B.C.D"].addSC("A.B.C.D", "IP subnet mask");

				subintVlanC.ip.address["A.B.C.D"]["A.B.C.D"].addSC("secondary", "Make this IP address a secondary address");

	subintVlanC.ip.addSC("broadcast-address", "Set the broadcast address of an interface");

	subintVlanC.ip.addSC("directed-broadcast", "Enable forwarding of directed broadcasts");

	subintVlanC.ip.addSC("helper-address", "Specify a destination address for UDP broadcasts");

	subintVlanC.ip.addSC("local-proxy-arp", "Enable local-proxy ARP");

	subintVlanC.ip.addSC("mask-reply", "Enable sending ICMP Mask Reply messages");

	subintVlanC.ip.addSC("mtu", "Set IP Maximum Transmission Unit");

	subintVlanC.ip.addSC("probe", "Enable HP Probe support");

	subintVlanC.ip.addSC("proxy-arp", "Enable proxy ARP");

	subintVlanC.ip.addSC("rarp-server", "Enable RARP server for static arp entries");

	subintVlanC.ip.addSC("redirects", "Enable sending ICMP Redirect messages");

	subintVlanC.ip.addSC("route-cache", "Enable fast-switching cache for outgoing packets");

	subintVlanC.ip.addSC("security", "DDN IP Security Option");

	subintVlanC.ip.addSC("unnumbered", "Enable IP processing without an explicit address");

	subintVlanC.ip.addSC("unreachables", "Enable sending ICMP Unreachable messages");

	subintVlanC.ip.addSC("verify", "Enable per packet validation");

subintVlanC.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");

subintVlanC.addSC("no", "Negate a command or set its defaults");

	subintVlanC.no.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");

	subintVlanC.no.addSC("bandwidth", "Set bandwidth informational parameter");

	subintVlanC.no.addSC("carrier-delay", "Specify delay for interface transitions");

	subintVlanC.no.addSC("cdp", "CDP interface subcommands");

	subintVlanC.no.addSC("delay", "Specify interface throughput delay");

	subintVlanC.no.addSC("description", "Interface specific description");

	subintVlanC.no.addSC("ip", "Interface Internet Protocol config commands");

		subintVlanC.no.ip.addSC("access-group", "Specify access control for packets");

		subintVlanC.no.ip.addSC("accounting", "Enable IP accounting on this interface");

		subintVlanC.no.ip.addSC("address", "Set the IP address of an interface");

			subintVlanC.no.ip.address.addSC("A.B.C.D", "IP address");

				subintVlanC.no.ip.address["A.B.C.D"].addSC("A.B.C.D", "IP subnet mask");

					subintVlanC.no.ip.address["A.B.C.D"]["A.B.C.D"].addSC("secondary", "Make this IP address a secondary address");

		subintVlanC.no.ip.addSC("broadcast-address", "Set the broadcast address of an interface");

		subintVlanC.no.ip.addSC("directed-broadcast", "Enable forwarding of directed broadcasts");

		subintVlanC.no.ip.addSC("helper-address", "Specify a destination address for UDP broadcasts");

		subintVlanC.no.ip.addSC("local-proxy-arp", "Enable local-proxy ARP");

		subintVlanC.no.ip.addSC("mask-reply", "Enable sending ICMP Mask Reply messages");

		subintVlanC.no.ip.addSC("mtu", "Set IP Maximum Transmission Unit");

		subintVlanC.no.ip.addSC("probe", "Enable HP Probe support");

		subintVlanC.no.ip.addSC("proxy-arp", "Enable proxy ARP");

		subintVlanC.no.ip.addSC("rarp-server", "Enable RARP server for static arp entries");

		subintVlanC.no.ip.addSC("redirects", "Enable sending ICMP Redirect messages");

		subintVlanC.no.ip.addSC("route-cache", "Enable fast-switching cache for outgoing packets");

		subintVlanC.no.ip.addSC("security", "DDN IP Security Option");

		subintVlanC.no.ip.addSC("unnumbered", "Enable IP processing without an explicit address");

		subintVlanC.no.ip.addSC("unreachables", "Enable sending ICMP Unreachable messages");

		subintVlanC.no.ip.addSC("verify", "Enable per packet validation");

	subintVlanC.no.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");

subintVlanC.addSC("ntp", "Configure NTP");

subintVlanC.addSC("service-policy", "Configure QoS Service Policy");

subintVlanC.addSC("shutdown", "Shutdown the selected interface");

subintVlanC.addSC("standby", "Hot standby interface subcommands");

subintVlanC.addSC("timeout", "Define timeout values for this interface");