0% found this document useful (0 votes)
9K views1 page

Zte Olt c320 Basic Config

This document outlines the configuration of a network switch, including creating VLANs for different data networks, assigning trunk and access ports, setting the management interface IP address, enabling Telnet access with a username and password, and configuring NTP to synchronize time from an NTP server.

Uploaded by

frams22
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9K views1 page

Zte Olt c320 Basic Config

This document outlines the configuration of a network switch, including creating VLANs for different data networks, assigning trunk and access ports, setting the management interface IP address, enabling Telnet access with a username and password, and configuring NTP to synchronize time from an NTP server.

Uploaded by

frams22
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 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