Categories
Switch

Zyxel switch basic setup

Tested on GS2210

Setup DHCP

GS2210# configure 
GS2210(config)# vlan 1 
GS2210(config-vlan)# ip address default-management dhcp-bootp 
GS2210(config-vlan)# exit 
GS2210(config)# exit 
GS2210# write memory 

Setup static IP Address

GS2210# configure 
GS2210(config)# vlan 1 
GS2210(config-vlan)# ip address default-management 192.168.1.10 255.255.255.0
GS2210(config-vlan)# ip address default-gateway 192.168.1.1
GS2210(config-vlan)# exit 
GS2210(config)# exit 
GS2210# write memory 

Web Interface

From the above static IP Address setup, the web interface IP address is 192.168.1.10

URL: http://192.168.1.10

The default username and password Zyxel switch

Username: admin

Password: 1234

Basic Zyxel commands

GS2210# show version
GS2210# show ip
GS2210# show vlan 1
GS2210# show interfaces status
GS2210# show running-config page

Zyxel Configure VLAN command

GS2210# config
GS2210(config)# vlan 1 
GS2210(config-vlan)# name NAME
GS2210(config-vlan)# fixed 1
GS2210(config-vlan)# untagged 1
GS2210(config-vlan)# exit 
GS2210(config)# exit 
GS2210# write memory 

Zyxel Configure Interface command

GS2210# config
GS2210(config)# interface port-channel 1
GS2210(config-interface)# pvid 100
GS2210(config-interface)# exit 
GS2210(config)# exit 
GS2210# write memory