COMANDOS TELNET
THOMSON y SPEEDTOUCH
HABILITAR GESTION PARA TR 69
atm phonebook add name=pvc_Gestion addr=0*69
atm ifadd intf=atm_Gestion
atm ifconfig intf=atm_Gestion dest=pvc_Gestion ulp=mac
atm ifattach intf=atm_Gestion
eth ifadd intf=eth_Gestion
eth ifconfig intf=eth_Gestion dest=atm_Gestion
eth ifattach intf=eth_Gestion
ip ifadd intf=Gestion dest=eth_Gestion
ip ifadd intf=Gestion dest=eth_Gestion
ip ifattach intf=Gestion
dhcp client ifadd intf=Gestion
dhcp client rqoptions add intf=Gestion option=1
dhcp client rqoptions add intf=Gestion option=58
dhcp client rqoptions add intf=Gestion option=59
dhcp client rqoptions add intf=Gestion option=3
dhcp client rqoptions add intf=Gestion option=6
dhcp client rqoptions add intf=Gestion option=66
dhcp client rqoptions add intf=Gestion option=67
dhcp client ifattach intf=Gestion
label add name=Gestion_R
label rule add chain=rt_user_labels dstip=10.96.0.0/11 label=Gestion_R
label rule add chain=rt_user_labels dstip=10.158.0.0/16 label=Gestion_R
dhcp client ifdetach intf=Gestion
dhcp client ifconfig intf=Gestion label=Gestion_R
dhcp client ifconfig intf=Gestion broadcast=disabled label=Gestion_R
dhcp client ifconfig intf Gestion dnsmetric 21
dhcp client ifattach intf=Gestion
label modify name=Gestion_R inheritance enabled
ip rtadd dst=10.158.0.0/16 intf=Gestion metric=21
cwmp config state enabled
cwmp config periodicInfInt 3600
cwmp config connectionRequest enabled
cwmp config connectionReqAuth none
cwmp server config url http://10.158.108.220:7547/live/CPEManager/genericTR69
cwmp config maxEnvelopes 1
cwmp config connectionReqUserName
cwmp config connectionReqPsswd
service system modify name=CWMP-S port=8085
saveall
THOMSON 580
DMZ
•Crear DMZ, solo se modifica el ultimo numero que seria la ip a asignar, luego del comando wr presionar
“y” luego enter para guardar los cambios y el CPE se reinicia solo
firewall-func virtual_DMZ modify 1 192.168.1.3 WAN_IP
firewall-func DMZ Enable
chuser remote_port 8089
wr
•Ver DMZ creado
Show firewall-func DMZ
•PORTFORDWARDING
ip_share virtual_server add name Prueba
ip_share virtual_server add server 192.168.1.250
ip_share virtual_server add port_map BOTH,80-90 BOTH,80-90
ip_share virtual_server add func enable
wr
HABILITAR LOS 4 PUERTOS PARA INTERNET
atm 3 link_type Bridge
system Clear ALL
Wr
THOMSON 510, 546, 585, 587, 780, 782
DMZ
Crear DMZ
service host add name=DMZ mode=client
service host rule add name=DMZ protocol=any portrange=20-65500
service host assign name=DMZ host=192.168.1.X
service system modify name=HTTP state=enabled port=8089
firewall config state disabled
saveall
Borrar DMZ
service host disable name DMZ
service host delete name DMZ
saveall
Portfordwarding
Se debe cambiar la x por la ip del equipo del cliente, el rango de puertos por el puerto que solicita el user, en cada
portfordwarding que se cree se debe cambiar el nombre “Forwarding” para que se cree correctamente cada regla
service host add name=Forwarding mode=client
service host rule add name=Forwarding protocol=any portrange=el rango de puertos
service host assign name=Forwarding host=192.168.1.X
firewall config state=disabled
saveall
ver que reglas hay asignadas
service host list
Para ver que puertos tiene configurados una regla especifica
service host list name DMZ
ver que ip publica esta tomando e ip de gestion
nat maplist
cuando no funcione la vpn en los thomson
firewall config state=disabled
connection unbind application PPTP port 1723
saveall
nat estricto
-Se debe crear dmz y luego tirar este comando a la misma ip del dmz
nat tmpladd intf=Internet type=nat outside_addr=0.0.0.1 inside_addr=192.168.1.3
Habilitar los 4 puertos para internet
eth bridge vlan ifadd name=default intf=ethport1 untagged=enabled
eth bridge vlan ifdelete name=voice intf=ethport1
eth bridge vlan ifdelete name=video intf=ethport1
eth bridge vlan ifadd name=default intf=ethport2 untagged=enabled
eth bridge vlan ifdelete name=voice intf=ethport2
eth bridge vlan ifdelete name=video intf=ethport2
eth bridge vlan ifadd name=default intf=ethport3 untagged=enabled
eth bridge vlan ifdelete name=voice intf=ethport3
eth bridge vlan ifdelete name=video intf=ethport3
eth bridge vlan ifadd name=default intf=ethport4 untagged=enabled
eth bridge vlan ifdelete name=voice intf=ethport4
eth bridge vlan ifdelete name=video intf=ethport4
saveall
WIFI
ver configuracion de red wifi
nombre, canal, estado, tipo de interfaz
wireless ifconfig
contraseña y encriptacion
wireless secmode config
cambiar configuracion wifi
cambiar contraseña de red wifi
wireless secmode config mode disable
wireless secmode wpa-psk presharedkey "0123456789" version WPA+WPA2
wireless secmode config mode wpa-psk
saveall
cambiar nombre, canal y estado de la red wifi
wireless ifconfig state enabled ssid "Thopmsom" channel 9
saveall
descativar la opcion de pin en la red wifi en los thomson
wireless wps config state disabled ssid_id 0
saveall
DHCP
modificar dhcp
dhcp server config state disabled
dhcp server pool config name LAN_private index 0 intf LocalNetwork poolstart 192.168.1.20 poolend 192.168.1.185
netmask 255.255.255.0 gateway 192.168.1.254 primdns 200.13.249.101 secdns 200.13.224.254
dhcp server config state enabled
saveall
ver el pool que entrega el dhcp
dhcp server pool list
cambiar segmento de red
ip ipdelete addr 192.168.1.254
ip ipadd intf=LocalNetwork addr=192.168.0.254/24
ip ipconfig addr 192.168.0.254 preferred enabled primary enabled
saveall
deshabilitar dhcp
dhcp server config state disabled
saveall
validar pool del dhcp
dhcp server pool list
ver ip asignadas en el momento por dhcp
dhcp server lease list
otros comandos
ver equipos conectados
ip arplist
ver direcciones ip que tienen las interfaces LAN y WAN
ip iplist
ver mac y nombre de los equipos conectados
hostmgr list
ver en que puertos hay conectado algun dispositivo
eth device iflist
ver que puertos estan aprovisionados para toip(Voice), iptv e internet(default)
eth bridge vlan iflist
mas comandos
repisar cpe
ppp ifadd intf=Internet
ppp rtadd intf=Internet dst=0.0.0.0/0 src=0.0.0.0/0 metric=10
ppp ifconfig intf=Internet dest=RELAY
ppp ifconfig intf=Internet user=cnx-xxxxxx password=pwd-xxxxxxx
ppp ifattach intf=Internet
nat ifconfig intf=Internet translation=enabled
saveall
ver equipos conectados por wifi
wireless stations list
habilitar gestion web via telnet
service system modify name=HTTP state=enabled port=8089
firewall config state disabled
system config digestauth disabled
saveall
VER CNX QUE ESTA AUTENTICANDO
ppp iflist
PING DEsDE CPE
ping addr dir ip XXX
APAGAR Y ENCENDER FIREWALL
firewall config state=disabled
firewall config state=enabled
TRACERT DESDE CPE
traceroute addr=200.13.249.101
Para ver la tabla de enrutamiento del CPE
ip rtlist
Para ver el profile con el cual negocio el CPE con el DSLAM
adsl info
Para ver si el CPE tiene el NAT activo
nat iflist
Para ver los puertos de gestión del CPE
service system list
Para desactivar el Puerto 5060 cuando se generen problemas de TOIP
connection unbind application=SIP port=5060
Para dejar gestion remota del CPE cuando el CPE no la traiga ( lo debe hacer el usuario)
service system ifadd name=HTTP group=wan
service system ifadd name=TELNET group=wan
service system ifadd name=PING_RESPONDER group=wan
mlp role addpriv name=Administrator access=anyaccess service=anyservice
saveall