Template WS-C3750-24P

Sostituire:
NOMESWITCH = con un nome consono
USERNAME = user a scelta
PASSWORD = password a scelta

indirizzo ip per raggiungere via lan lo switch


RICORDARSI DI SALVARE
wr mem

Banner
banner motd ^
=================================================
Device : $(hostname)
=================================================
^C

hostname NOMESWITCH
!
int vlan 1
ip address 192.168.x.x 255.255.255.0
!
ip default-gateway 192.168.x.1
!
interface range FastEthernet 1/0/1-24
description COSA-COLLEGA
switchport mode access
spanning-tree portfast
!
interface range GigabitEthernet 1/0/1-2
description TRUNK
switchport trunk encapsulation dot1q
switchport mode trunk
!
username USERNAME pri 15 password PASSWORD
!
service password-encryption
!
line vty 0 4
login local