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/Router 1760/fnc_dhcp.txt | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 1760/fnc_dhcp.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 1760/fnc_dhcp.txt | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 1760/fnc_dhcp.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 1760/fnc_dhcp.txt new file mode 100644 index 0000000..5642d45 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 1760/fnc_dhcp.txt @@ -0,0 +1,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;
+
|
