summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 1760/fnc_dhcp.txt
blob: 5642d45d397fc84235494905f2d7dd0363537109 (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
dhcpC["next-server"]["Hostname or A.B.C.D"].enter = true;

dhcpC.no.bootfile.enter = true;

dhcpC.no["client-identifier"].enter = true;

dhcpC.no["client-name"].enter = true;

dhcpC.no["default-router"].enter = true;

dhcpC.no["dns-server"].enter = true;

dhcpC.no["domain-name"].enter = true;

dhcpC.no.exit.enter = true;

dhcpC.no["hardware-address"].enter = true;

dhcpC.no.host.enter = true;

dhcpC.no.import.all.enter = true;

dhcpC.no.lease.enter = true;

dhcpC.no["netbios-name-server"].enter = true;

dhcpC.no["netbios-node-type"].enter = true;

dhcpC.no.network.enter = true;

dhcpC.no["next-server"].enter = true;

dhcpC.option["<0-254>"].ascii.WORD.enter = true;

dhcpC.option["<0-254>"].hex.enter = true;

dhcpC.option["<0-254>"].hex.LINE.enter = true;

dhcpC.option["<0-254>"].instance["<0-255>"].ascii.WORD.enter = true;

dhcpC.option["<0-254>"].instance["<0-255>"].hex.enter = true;

dhcpC.option["<0-254>"].instance["<0-255>"].hex.LINE.enter = true;

dhcpC.option["<0-254>"].ip["Hostname or A.B.C.D"].enter = true;

dhcpC.origin.aaa.enter = true;

dhcpC.origin.dhcp.enter = true;

dhcpC.origin.ipcp.enter = true;

dhcpC.utilization.mark.high["<1-100>"].enter = true;

dhcpC.utilization.mark.low["<1-100>"].enter = true;

dhcpC.vrf.WORD.enter = true;