| At line 6 changed one line |
|
| |
| At line 11 changed one line |
| *Interfaccia serial 0/0 per hdsl frame relay |
| !Interfaccia serial 0/0 per hdsl frame relay |
| At line 22 changed 2 lines |
|
| 2. Interfaccia 0/0.1 per il punto punto seriale |
| !Interfaccia 0/0.1 per il punto punto seriale |
| %%prettify |
| {{{ |
| At line 25 changed 4 lines |
| a. Interface serial 0/0.1 poit-to –poit |
| i. Ip address 81.114.19.194 255.255.255.252 |
| ii. frame-relay interface-dlci 199 IETF Note: 199 è il numero sulla scheda attivazione |
| b. control-c |
| 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 |
| }}} |
| At line 30 removed one line |
|
| At line 35 changed one line |
| Reload in 10 reload il sistema in 10 minuti (per non far cazzate….) |
| Reload in 10 reload il sistema in 10 minuti (per non far cazzate….) |
| At line 37 changed one line |
| Copy running-config startup config rende operativi i cambiamenti |
| Copy running-config startup config rende operativi i cambiamenti |
| At line 39 changed one line |
| Ip route 0.0.0.0 0.0.0.0 serial 0/0.1 setto il default gateway |
| Ip route 0.0.0.0 0.0.0.0 serial 0/0.1 setto il default gateway |
| At line 43 added 22 lines |
|
| !! Cambio Password |
|
| %%prettify |
| {{{ |
| 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... |
| }}} |
| /% |
|