Usa il tab che funziona !!!

Comandi base
*show version
*show running config

!!Router cisco 2610

Come configurare un’interfaccia:

!Interfaccia serial 0/0 per hdsl frame relay
%%prettify 
{{{
conf t
interface serial 0/0
no ip address
no shutdown 
incapsulate frame-relay
framerelay lmi-type cisco
control-c
}}}

!Interfaccia 0/0.1 per il punto punto seriale
%%prettify 
{{{
conf t
Interface serial 0/0.1 poit-to –poit
Ip address 81.114.19.194 255.255.255.252
frame-relay interface-dlci  199 IETF	//Note: 199 è il numero sulla scheda attivazione
control-c
}}}

Note:

Due IP in 1 Ethernet :  ip address  81.114.19.194 255.255.255.252 secondary

Reload in 10    reload il sistema in 10 minuti (per non far cazzate….)

Copy running-config startup config   rende operativi i cambiamenti

Ip route 0.0.0.0 0.0.0.0 serial 0/0.1     setto il default gateway

Sulla Eth0/0 no ip nat inside