You are on page 1of 1

1 - Conexion Consola

2 - Passd Default
zxr10
3 - Create Vlan
configure terminal
vlan database
vlan 450 name DATA1
vlan 60 name DATA2
vlan 502 name DATA3
4 - Asign vlan to trunk --- TAG = Trunk --- Untagged/Default = Access/Native
configure terminal
interface gei_1/4/3
switchport mode hybrid
switchport default vlan 60
switchport vlan 502 tag
switchport vlan 450 tag
5 - Create mngt interface
configure terminal
interface vlan 450
ip address 10.18.1.95 255.255.255.0 10.18.1.255
ip route 0.0.0.0 0.0.0.0 10.18.1.25

6 - Setting up Telnet
configure terminal
ip telnet-server enable
username root password 0 1111111xs
enable secret 0 11111111xs
7 - Configuring Time & Date
configure terminal
ntp enable
ntp poll-interval 17
ntp server 10.18.1.6 priority 1

You might also like