summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_intVlan.txt
blob: ad86ed2b83d1e3188d3732f4a5652a5bc4bd9f3a (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
intVlanC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");

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

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

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

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

intVlanC.addSC("custom-queue-list", "Assign a custom queue list to an interface");

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

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

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

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

intVlanC.addSC("fair-queue", "Enable Fair Queuing on an Interface");

intVlanC.addSC("help", "Description of the interactive help system");

intVlanC.addSC("hold-queue", "Set hold queue depth");

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

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

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

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

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

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

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

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

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

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

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

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

	intVlanC.ip.addSC("nat", "NAT interface commands");

		intVlanC.ip.nat.addSC("inside", "Inside interface for address translation");

		intVlanC.ip.nat.addSC("outside", "Outside interface for address translation");

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

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

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

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

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

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

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

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

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

intVlanC.addSC("keepalive", "Enable keepalive");

intVlanC.addSC("load-interval", "Specify interval for load calculation for an interface");

	intVlanC["load-interval"].addSC("<30-600>", "Load interval delay in seconds");

intVlanC.addSC("logging", "Configure logging for interface");

intVlanC.addSC("loopback", "Configure internal loopback on an interface");

intVlanC.addSC("mac-address", "Manually set interface MAC address");

intVlanC.addSC("management", "make this the management interface");

intVlanC.addSC("max-reserved-bandwidth", "Maximum Reservable Bandwidth on an Interface");

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

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

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

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

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

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

	intVlanC.no.addSC("custom-queue-list", "Assign a custom queue list to an interface");

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

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

	intVlanC.no.addSC("fair-queue", "Enable Fair Queuing on an Interface");

	intVlanC.no.addSC("hold-queue", "Set hold queue depth");

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

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

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

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

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

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

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

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

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

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

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

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

		intVlanC.no.ip.addSC("nat", "NAT interface commands");

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

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

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

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

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

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

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

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

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

	intVlanC.no.addSC("keepalive", "Enable keepalive");

	intVlanC.no.addSC("load-interval", "Specify interval for load calculation for an interface");

	intVlanC.no.addSC("logging", "Configure logging for interface");

	intVlanC.no.addSC("loopback", "Configure internal loopback on an interface");

	intVlanC.no.addSC("mac-address", "Manually set interface MAC address");

	intVlanC.no.addSC("management", "make this the management interface");

	intVlanC.no.addSC("max-reserved-bandwidth", "Maximum Reservable Bandwidth on an Interface");

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

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

intVlanC.addSC("priority-group", "Assign a priority group to an interface");

intVlanC.addSC("random-detect", "Enable Weighted Random Early Detection (WRED) on an Interface");

intVlanC.addSC("rmon", "Configure Remote Monitoring on an interface");

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

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

intVlanC.addSC("snmp", "Modify SNMP interface parameters");

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

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

intVlanC.addSC("transmit-interface", "Assign a transmit interface to a receive-only interface");

intVlanC.addSC("tx-queue-limit", "Configure card level transmit queue limit");

intVlanC.addSC("udld", "Configure UDLD enabled or disabled and ignore global UDLD setting");