summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_dhcp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_dhcp.txt')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_dhcp.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_dhcp.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_dhcp.txt
new file mode 100644
index 0000000..3917a55
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_dhcp.txt
@@ -0,0 +1,23 @@
+
+dhcpC.addSC("bootfile", "Boot file name");
+dhcpC.addSC("client-identifier", "Client identifier");
+dhcpC.addSC("client-name", "Client name");
+dhcpC.addSC("default-router", "Default routers");
+dhcpC.addSC("dns-server", "DNS servers");
+dhcpC.addSC("domain-name", "Domain name");
+ dhcpC["domain-name"].addSC("WORD", "Domain name");
+dhcpC.addSC("exit", "Exit from DHCP pool configuration mode");
+dhcpC.addSC("hardware-address", "Client hardware address");
+dhcpC.addSC("host", "Client IP address and mask");
+ dhcpC.host.addSC("A.B.C.D", "IP address in dotted-decimal notation");
+ dhcpC.host["A.B.C.D"].addSC("/nn or A.B.C.D", "Network mask or prefix length");
+dhcpC.addSC("import", "Programatically importing DHCP option parameters");
+dhcpC.addSC("lease", "Address lease time");
+dhcpC.addSC("netbios-name-server", "NetBIOS (WINS) name servers");
+dhcpC.addSC("netbios-node-type", "NetBIOS node type");
+dhcpC.addSC("network", "Network number and mask");
+ dhcpC.network.addSC("A.B.C.D", "Network number in dotted-decimal notation");
+ dhcpC.network["A.B.C.D"].addSC("/nn or A.B.C.D", "Network mask or prefix length");
+dhcpC.addSC("next-server", "Next server in boot process");
+dhcpC.addSC("no", "Negate a command or set its defaults");
+dhcpC.addSC("option", "Raw DHCP options");