You are on page 1of 20

Product Introduction

Equipment Appearance and Features

◎ WWW.FIBERHOME.COM.CN
S4800-28T-GF-PE Overview

 Front Panel
S4800-28T-GF-PE switch front panel is made up by the following
parts:
 24×10/100/1000Base-TX POE Ethernet port
 1 ×RJ45 Console port
 1 ×POWER indicator light
 1 ×System indicator light
 4× 100/1000Base-X SFP port
 24 ×LINK/ACT or POE status indicator light
 4 ×LINK/ACT status indicator light of SFP port
WWW.FIBERHOME.COM.CN
Indicator light status
 Front panel is set with various LED indicator light to show net
port work status and system work status, so as to diagnose
trouble and fault. The detail definition of indicator light is shown
as below:
LED status Specification
OFF No power or abnormal power
Power ON System power is normal, indicator light should be
light on in green.
OFF System work is abnormal
Status ON System is normal, the indicator light should be
light on in green
OFF Port is not connected
ON Port connection is normal, the indicator light is
Link/Act light on in green.
Blinking Port is receiving or sending data

WWW.FIBERHOME.COM.CN
S4800-28T-GF-PE Overview
☻ Back Panel

GND

 2 × AC Power Supply

 NOTES: Correct to connect switch with GND is very


important to avoid lightning and interference

WWW.FIBERHOME.COM.CN
Login on Ethernet Switch
☻ We have two method to login on the switch.
by console port
by network interface
☻ When we login on the switch by network interface , we can use
telnet or ssh protocol

WWW.FIBERHOME.COM.CN
Login on Ethernet Switch
 Create Configuration through Console Port
 Step 1: Create local configuration environment, only need to
connect PC (or terminal) serial port with Console port of Ethernet
switch through Console cable. Com RJ45
5
1 1 9
2 2
3 3
4 4 6
1
5 5
6 6
7 7
8 8
9

WWW.FIBERHOME.COM.CN
Login on Ethernet Switch
 Step 2: set terminal parameter (take Windows xp super terminal
as an example). The parameter is: baud rate is 9600, 8 data bit, no
parity check, 1 stop bit, no flow control, select terminal emulation
to be VT100. the detailed mode is:
 (1) click “start”-“program”-“accessory”-“communication”-“super
terminal” , enter super terminal window, click“ ”and buildup new
connection, the system will show the following connection
description.

WWW.FIBERHOME.COM.CN
Login on Ethernet Switch
☻ (2) type new connection name in connection description, click
[ confirm ] , the system will show the following interface figure,
select the connection serial port in blank [ use when connect ] .

WWW.FIBERHOME.COM.CN
Login on Ethernet Switch
 (3) after serial port is selected, click [ confirm ] , the system will
show the following connection serial port parameter interface. Set
baud rate to be 9600, data bit is 8, no parity check, stop bit is 1, no
flow control.

WWW.FIBERHOME.COM.CN
Login on Ethernet Switch
 (4) after serial port parameter is set, click [ confirm ] , the
system will enter the following super terminal interface.
 Select [attribute] in super terminal attribute dialogue box, enter
attribute window. Click [set] in attribute window, enter attribute
setting window (shown as below), select terminal emulation to be
VT100, after selection, click [confirm].

WWW.FIBERHOME.COM.CN
Login on Ethernet Switch
☻ Login on the switch by network interface
1 、 Configure an ip address on the administrative vlan
S4800-28T-GF-PE(config)#int vlan 1
S4800-28T-GF-PE (config-vlan-1)#ip address 192.168.1.1/24
2 、 Join the connect port to the administrator vlan
S4800-28T-GF-PE (config)#int gi 1/1
S4800-28T-GF-PE (config-ge1/1)# port hybrid vlan 1 untagged
3 、 Configure the PC ip address in the same network segment with
administrative vlan ip address and telnet 192.168.1.1
4 、 The default user and Password is admin/12345

WWW.FIBERHOME.COM.CN
Login on Ethernet Switch
☻ If use ssh to login on the switch , following the steps:
1 、 configure the administrative vlan ip address
2 、 enable ssh functions using “sshd” command
3 、 be sure the user has the ssh privilege
4 、 use ssh client tool (eg: SecureCRT)to login on the switch.

WWW.FIBERHOME.COM.CN
User management
☻ Default user and password
User:admin Password:12345
☻ Authority
Administrator (Check the configurations / status, Change the
running configurations, Add/Modify users, etc)
☻ Add a user
S4800-28T-GF-PE (config)#username USERNAME group
( Administrators/Operators/Users/Guests) password PASSWORD
☻ Delete a user
S4800-28T-GF-PE (config)#no username USERNAME

WWW.FIBERHOME.COM.CN
Port Basic Configuration
☻ Enter into the interface view
S4800-28T-GF-PE(config)#interface gigaethernet 1/1
☻ Open/Close the interface
S4800-28T-GF-PE(config-ge1/1)#shutdown //close the intreface
S4800-28T-GF-PE(config-ge1/1)#no shutdown //open the interface
☻ Set the port speed and duplex mode
S4800-28T-GF-PE(config--ge1/1)#speed {10 | 100 | 1000 | default }
S4800-28T-GF-PE(config--ge1/1)#duplex { |full | half |default}
☻ Set the interface flow-control function
S4800-28T-GF-PE(config-ge1/1)# flow-control enable
S4800-28T-GF-PE (config-ge1/1)#flow-control disable
WWW.FIBERHOME.COM.CN
Port Basic Configuration
☻ Set the port mode
S4800-28T-GF-PE(config-ge1/1)#port link-type {access | trunk | hybrid|
default }
☻ Set the default port vlan ID
S4800-28T-GF-PE(config-ge1/1)#port { hybrid | trunk} pvid VLANID
S4800-28T-GF-PE(config-ge1/1)#port default vlan VLANID
☻ Set the port traffic rate
S4800-28T-GF-PE(config-ge1/1)#rate-limit in <1-16000>
S4800-28T-GF-PE(config-ge1/1)#rate-limit out <1-16000>

WWW.FIBERHOME.COM.CN
Port Basic Configuration
☻ Enable POE
S4800-28T-GF-PE(config-ge1/1)# pse enable
☻ Disable POE
S4800-28T-GF-PE(config-ge1/1)# pse disable
☻ Choose the management of the power supply
S4800-28T-GF-PE(config-ge1/1)# pse power-management { auto | force-
standard | force-high | half-auto }
☻ Set the maximum of the power
S4800-28T-GF-PE(config)# pse maxpower 1-30000 ( unit: mw)
☻ Check the poe configuration
S4800-28T-GF-PE# show pse int / show pse conf
WWW.FIBERHOME.COM.CN
Basic Node For Configurations
☻#
☻ (config)#
☻ (config-ge1/1)#
☻ (config-vlan-1)#
☻ Etc.

WWW.FIBERHOME.COM.CN
Examining help in the switch CLI
☻?
☻ List
☻ tab-key

WWW.FIBERHOME.COM.CN
Q&A

WWW.FIBERHOME.COM.CN
Thank you !

WWW.FIBERHOME.COM.CN

You might also like