diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintVlan.txt | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintVlan.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintVlan.txt | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintVlan.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintVlan.txt new file mode 100644 index 0000000..edd4b41 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_subintVlan.txt @@ -0,0 +1,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");
|
