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