Cisco
DHCP Snooping using UNL
장성한군사
2016. 12. 29. 16:35
en
conf t
term shell
cat > flash:dhcp-database.txt
ASW#tclsh
+>puts [open "unix:dhcp-database.txt" w+] {
+>TYPE DHCP-SNOOPING
+>VERSION 1
+>BEGIN
+>END
+>}
ASW(tcl)#tclquit
ASW#more unix:dhcp-database.txt
TYPE DHCP-SNOOPING
VERSION 1
BEGIN
END
ASW#conf t
ASW(config)#ip dhcp snooping database unix:dhcp-database.txt