diff options
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_dhcp.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_dhcp.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_dhcp.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_dhcp.txt new file mode 100644 index 0000000..71f5c3a --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_dhcp.txt @@ -0,0 +1,16 @@ +dhcpC["domain-name"].WORD.enter = function()
+{
+}
+
+dhcpC.exit.enter = function()
+{
+}
+
+dhcpC.host["A.B.C.D"].enter = function()
+{
+}
+
+dhcpC.network["A.B.C.D"].enter = function()
+{
+}
+
|
