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#
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#
conf t Interface serial 0/0.1 point-to–point 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
Cambio Password#
cisco>enable Password: cisco#conf Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. cisco(config)#enable sec cisco(config)#enable secret xxxxxxxxxxxxx cisco(config)#line vty 0 4 cisco(config-line)#password xxxxxxxxxx cisco(config-line)#exit cisco(config)#exit cisco#copy running-config startup-config Destination filename [startup-config]? Building configuration...
Add new attachment
Only authorized users are allowed to upload new attachments.