summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/cmd_dhcp.txt
blob: 75b7f94d0b1549586f71f3cf92d67b46ef5416d6 (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
dhcpC.addSC("bootfile", "Boot file name");
	dhcpC.bootfile.addSC("WORD", "Boot file name");
dhcpC.addSC("client-identifier", "Client identifier");
	dhcpC["client-identifier"].addSC("WORD", "Dotted-hexadecimal string (aabb.ccdd.eeff ...)");
dhcpC.addSC("client-name", "Client name");
	dhcpC["client-name"].addSC("WORD", "Client name (domain should not be included)");
dhcpC.addSC("default-router", "Default routers");
	dhcpC["default-router"].addSC("Hostname or A.B.C.D", "Router's name or IP address");
dhcpC.addSC("dns-server", "DNS servers");
	dhcpC["dns-server"].addSC("Hostname or A.B.C.D", "Server's name or IP address");
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["hardware-address"].addSC("WORD", "Dotted-hexadecimal string (aabb.ccdd.eeff ...)");
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.import.addSC("all", "all DHCP options");
dhcpC.addSC("lease", "Address lease time");
	dhcpC.lease.addSC("<0-365>", "Days");
	dhcpC.lease.addSC("infinite", "Infinite lease");
dhcpC.addSC("netbios-name-server", "NetBIOS (WINS) name servers");
	dhcpC["netbios-name-server"].addSC("Hostname or A.B.C.D", "Server's name or IP address");
dhcpC.addSC("netbios-node-type", "NetBIOS node type");
	dhcpC["netbios-node-type"].addSC("<0-FF>", "Hexadecimal number");
	dhcpC["netbios-node-type"].addSC("b-node", "Broadcast node");
	dhcpC["netbios-node-type"].addSC("h-node", "Hybrid node");
	dhcpC["netbios-node-type"].addSC("m-node", "Mixed node");
	dhcpC["netbios-node-type"].addSC("p-node", "Peer-to-peer node");
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["next-server"].addSC("Hostname or A.B.C.D", "Server's name or IP address");
dhcpC.addSC("no", "Negate a command or set its defaults");
	dhcpC.no.addSC("bootfile", "Boot file name");
	dhcpC.no.addSC("client-identifier", "Client identifier");
	dhcpC.no.addSC("client-name", "Client name");
	dhcpC.no.addSC("default-router", "Default routers");
	dhcpC.no.addSC("dns-server", "DNS servers");
	dhcpC.no.addSC("domain-name", "Domain name");
	dhcpC.no.addSC("exit", "Exit from DHCP pool configuration mode");
	dhcpC.no.addSC("hardware-address", "Client hardware address");
	dhcpC.no.addSC("host", "Client IP address and mask");
	dhcpC.no.addSC("import", "Programatically importing DHCP option parameters");
	dhcpC.no.addSC("lease", "Address lease time");
	dhcpC.no.addSC("netbios-name-server", "NetBIOS (WINS) name servers");
	dhcpC.no.addSC("netbios-node-type", "NetBIOS node type");
	dhcpC.no.addSC("network", "Network number and mask");
	dhcpC.no.addSC("next-server", "Next server in boot process");
dhcpC.addSC("option", "Raw DHCP options");
	dhcpC.option.addSC("<0-254>", "DHCP option code");