% theme = Request.Cookies("theme") IF theme = "" THEN theme="bg-theme1" END IF %>
Add Subnet
Vlan #
Zone
Network
CIDR
Description
<% strSQL = "Select * FROM subnettypes where isactive=1 ORDER BY subnettype ASC" set rs = objconn.Execute(strSQL) while not rs.eof Response.Write("
"&rs("subnettype")&"
") rs.movenext wend %>
---
/30
/29
/28
/27
/26
/25
/24
/23
/22
/21
/20
<% objConn.Close %>