Comandos útiles del router

ENTRAR EN EL TERMINAL DE CONFIGURACION:
enable
configure terminal // config term

SALIR DEL TERMINAL DE CONFIGURACION:
[CONTROL] + [Z]

GUARDAR CONFIGURACION:
write // wr
copy run start

MOSTRAR IP STATUS:
show ip interface brief // sh ip int brief

BORRAR CONFIGURACION:
write erase
reload

ABRIR UN PUERTO:
ip nat inside source static (TCP/UDP) (IP LOCAL DEL EQUIPO) (PUERTO) (IP PUBLICA) (PUERTO)

PARA BORRAR UNA LINEA:
escribir la misma linea con un no delante.
no ip nat inside source static (TCP/UDP) (IP LOCAL DEL EQUIPO) (PUERTO) (IP PUBLICA) (PUERTO)