Información de Sistema

Información del WRT
Router Name
<% nvram_get("router_name"); %>
LAN MAC
<% nvram_get("lan_hwaddr"); %>
WAN MAC
<% nvram_get("wan_hwaddr"); %>
Wireless MAC
<% nvram_get("wl0_hwaddr"); %>

Información Inalámbrica
SSID
<% nvram_get("wl_ssid"); %>
Modo
<% nvram_match("wl_mode", "wet", "Client"); %><% nvram_match("wl_mode", "ap", "AP"); %>
Xmit
<% nvram_get("txpwr"); %> mW
Red
<% nvram_match("wl_gmode", "1", "Mixed"); %><% nvram_match("wl_gmode", "2", "G-Solamente"); %><% nvram_match("wl_gmode", "-1", "Inactivo"); %><% nvram_match("wl_gmode", "0", "B-Solamente"); %>
DHCP Server
<% nvram_match("lan_proto", "dhcp", "Activado"); %><% nvram_match("lan_proto", "static", "Inactivo"); %>
Canal
<% get_curchannel(); %>
Velocidad (Mbps)
<% get_currate(); %>

Información de IP
IP WAN
<% nvram_status_get("wan_ipaddr"); %>
IP LAN
<% nvram_get("lan_ipaddr"); %>
WRT-Radius
<% nvram_match("wl_mode", "wet", "only AP Mode"); %> <% nvram_match("wl_mode", "infra", "-->"); %>
WRT-rflow
<% nvram_match("rflow_enable","0","Inactivo"); %> <% nvram_match("rflow_enable","1","Active"); %>
MAC-udp
<% nvram_match("macupd_enable","0","Inactivo"); %> <% nvram_match("macupd_enable","1","Active"); %>
Montaje De Samba
<% nvram_match("samba_mount","0","Inactivo"); %><% nvram_match("samba_mount","1","Active"); %>

<% active_wds(); %>' />

<% nvram_match("wl_mode", "wet", "PA Conectados"); %> <% nvram_match("wl_mode", "infra", "Clientes Conectados"); %> <% nvram_match("wl_mode","ap", "Clientes Inalámbricos"); %>

Nombre de MAC Level  
<% nvram_match("wl_mode", "wet", ""); %>
Packet Info
Mem Info
<% show_meminfo(); %>
DD-WRT
Firmware: <% get_firmware_version(); %>
Uptime: <% get_uptime(); %>
IP WAN: <% nvram_status_get("wan_ipaddr"); %>