How to Log In to Huawei S2300 S3300 Switch System for the First Time?
Example for Performing Basic Configuration on the Device at First Login
Networking Requirements
After logging in to the device through the console port, set the user level for Telnet users 0
through 4 to 15, and set the authentication mode to AAA authentication.
Networking diagram for configuring the device through the console port
Configuration Roadmap
1. Log in to the device through the console port.
The HyperTerminal of Windows XP can be used as the terminal emulation software on the PC.
2. Configure the device
Procedure
Step 1 Log in to the device from PC1 through the console port. For details, see Logging In Through
the Console Port.
Step 2 Configure the device.
# Set the system date, time, and time zone.
<Quidway> clock timezone BJ add 08:00:00
<Quidway> clock datetime 20:10:0 2012-07-26
# Set the device name and IP address of the management interface.
<Quidway> system-view
[Quidway] sysname Server
[Server] vlan 10
[Server-vlan10] quit
[Server] interface ethernet 0/0/1
[Server-Ethernet0/0/1] port hybrid pvid vlan 10
[Server-Ethernet0/0/1] port hybrid untagged vlan 10
[Server-Ethernet0/0/1] quit
[Server] interface vlanif 10
[Server-Vlanif10] ip address 10.137.217.177 24
[Server-Vlanif10] quit
# Set the user level and authentication mode for Telnet users.
[Server] user-interface vty 0 4
[Server-ui-vty0-4] user privilege level 15
[Server-ui-vty0-4] authentication-mode aaa
[Server-ui-vty0-4] quit
[Server] aaa
[Server-aaa] local-user huawei password cipher huawei2012
[Server-aaa] local-user huawei privilege level 15
[Server-aaa] local-user huawei service-type telnet
[Server-aaa] quit
Step 3 Verify the configuration.
When completing the configuration, you can log in to the device such as S3328TP-PWR-EI
through Telnet on PC2.
Access the command line interface of Windows XP and log in to the device through Telnet.
C:\Documents and Settings\Administrator> telnet 10.137.217.177
Press Enter. On the displayed login page, enter the user name and password. If the authentication
succeeds, the command line interface for the user view is displayed. (The following information
is only for reference.)
Login authentication
Username:huawei
Password:
Info: The max number of VTY users is 15, and the number
Thunder-link.com supply original new Huawei optical network equipments, offering all series Huawei OSN, Huawei OLT, Huawei Switch, Huawei SDH, Huawei WDM,Huawei ONT products with good quality and one year warranty. Welcome visit our website:www.thunder-link.com or send e-mail:Sales@thunder-link.com
Showing posts with label HUAWEI S2300. Show all posts
Showing posts with label HUAWEI S2300. Show all posts
Wednesday, September 20, 2017
Sunday, August 13, 2017
How to Operate MAC Address Table Configuration?
How to Configure MAC Address Table on Huawei S2300 and S3300 Switch
Networking Requirements
As shown in Figure, the MAC address of the user host PC1 is 0002-0002-0002 and that
of the user host PC2 is 0003-0003-0003. PC1 and PC2 are connected to the Switch through the
LSW. The LSW is connected to Eth0/0/1 of the Switch, which belongs to VLAN 2. The MAC
address of the server is 0004-0004-0004. The server is connected to Eth0/0/2 of the Switch.
Eth0/0/2 belongs to VLAN 2.
Configuration Roadmap
The configuration roadmap is as follows:
1. Create a VLAN and add an interface to the VLAN to implement Layer 2 forwarding.
2. Configure static MAC address entries to prevent MAC address attacks.
3. Configure the aging time of dynamic MAC address entries to update the entries.
Procedure
Step 1 Configure static MAC address entries.
# Create VLAN 2 and add Ethernet0/0/1 and Ethernet0/0/2 to VLAN 2.
<Switch> system-view
[Switch] vlan 2
[Switch-vlan2] quit
[Switch] interface ethernet 0/0/1
[Switch-Ethernet0/0/1] port hybrid pvid vlan 2
[Switch-Ethernet0/0/1] port hybrid untagged vlan 2
[Switch-Ethernet0/0/1] quit
[Switch] interface ethernet 0/0/2
[Switch-Ethernet0/0/2] port hybrid pvid vlan 2
[Switch-Ethernet0/0/2] port hybrid untagged vlan 2
[Switch-Ethernet0/0/2] quit
# Configure a static MAC address entry.
[Switch] mac-address static 2-2-2 Ethernet 0/0/1 vlan 2
[Switch] mac-address static 3-3-3 Ethernet 0/0/1 vlan 2
[Switch] mac-address static 4-4-4 Ethernet 0/0/2 vlan 2
Step 2 Set the aging time of a dynamic MAC address entry.
[Switch] mac-address aging-time 500
Step 3 Verify the configuration.
# Run the display mac-address command in any view to check whether the static MAC address
entries are successfully added to the MAC address table.
[Switch] display mac-address static vlan 2
-------------------------------------------------------------------------------
MAC Address VLAN/VSI Learned-From Type
-------------------------------------------------------------------------------
0002-0002-0002 2/- Eth0/0/1 static
0003-0003-0003 2/- Eth0/0/1 static
0004-0004-0004 2/- Eth0/0/2 static
-------------------------------------------------------------------------------
Total items displayed = 3
# Run the display mac-address aging-time command in any view to check whether the aging
time of dynamic entries is set successfully.
[Switch] display mac-address aging-time
Aging time: 500 seconds
More Related:
Networking Requirements
As shown in Figure, the MAC address of the user host PC1 is 0002-0002-0002 and that
of the user host PC2 is 0003-0003-0003. PC1 and PC2 are connected to the Switch through the
LSW. The LSW is connected to Eth0/0/1 of the Switch, which belongs to VLAN 2. The MAC
address of the server is 0004-0004-0004. The server is connected to Eth0/0/2 of the Switch.
Eth0/0/2 belongs to VLAN 2.
- To prevent hackers from using MAC addresses to attack the network, configure two static MAC address entries for each user host on the Switch.
- To prevent hackers from stealing user information by forging the MAC address of the server, configure a static MAC address entry on the Switch for the server.
Configuration Roadmap
The configuration roadmap is as follows:
1. Create a VLAN and add an interface to the VLAN to implement Layer 2 forwarding.
2. Configure static MAC address entries to prevent MAC address attacks.
3. Configure the aging time of dynamic MAC address entries to update the entries.
Procedure
Step 1 Configure static MAC address entries.
# Create VLAN 2 and add Ethernet0/0/1 and Ethernet0/0/2 to VLAN 2.
<Switch> system-view
[Switch] vlan 2
[Switch-vlan2] quit
[Switch] interface ethernet 0/0/1
[Switch-Ethernet0/0/1] port hybrid pvid vlan 2
[Switch-Ethernet0/0/1] port hybrid untagged vlan 2
[Switch-Ethernet0/0/1] quit
[Switch] interface ethernet 0/0/2
[Switch-Ethernet0/0/2] port hybrid pvid vlan 2
[Switch-Ethernet0/0/2] port hybrid untagged vlan 2
[Switch-Ethernet0/0/2] quit
# Configure a static MAC address entry.
[Switch] mac-address static 2-2-2 Ethernet 0/0/1 vlan 2
[Switch] mac-address static 3-3-3 Ethernet 0/0/1 vlan 2
[Switch] mac-address static 4-4-4 Ethernet 0/0/2 vlan 2
Step 2 Set the aging time of a dynamic MAC address entry.
[Switch] mac-address aging-time 500
Step 3 Verify the configuration.
# Run the display mac-address command in any view to check whether the static MAC address
entries are successfully added to the MAC address table.
[Switch] display mac-address static vlan 2
-------------------------------------------------------------------------------
MAC Address VLAN/VSI Learned-From Type
-------------------------------------------------------------------------------
0002-0002-0002 2/- Eth0/0/1 static
0003-0003-0003 2/- Eth0/0/1 static
0004-0004-0004 2/- Eth0/0/2 static
-------------------------------------------------------------------------------
Total items displayed = 3
# Run the display mac-address aging-time command in any view to check whether the aging
time of dynamic entries is set successfully.
[Switch] display mac-address aging-time
Aging time: 500 seconds
More Related:
S2318TP-EI-DC
Huawei Low-end Switches Upgrade The APP System
The S5700 four series description
Configuring a Device to Communicate with an NM Station
Monday, March 6, 2017
Huawei S2300 series switch (4)
S2350-EI
Version Mapping
Version Mapping
Port Description
10/100BASE-TX Ethernet Electrical Port
1000BASE-X Ethernet Optical Port
When a 1000BASE-X port uses a GE optical module, it can only transmit and receive data at
1000 Mbit/s and does not support the 100 Mbit/s transmission speed. When a 1000BASE-X port
uses a GE copper module, it can transmit and receive data at 10 Mbit/s, 100 Mbit/s, or 1000
Mbit/s.
Combo Port
A combo port consists of an optical Ethernet port and an electrical Ethernet port on the panel.
Each combo port matches only one internal forwarding port. The electrical and optical ports of
a combo port are multiplexed, and only one of them can work at a time. When one of the Ethernet
ports is working, the other port is shut down.
JTAG port
Power Supply Configuration
PoE Power Supply Configuration
In the S2350-EI series, the S2350-20TP-PWR-EI-AC and S2350-28TP-PWR-EI-AC are PoE
models. Both the two models use an internal AC power module, which provides 370 W of PoE
power. The S2350-28TP-PWR-EI-AC can provide full PoE power (IEEE 802.3af) to 24 ports
and full PoE+ power (IEEE 802.3at) to 12 ports. The S2350-20TP-PWR-EI-AC can provide full
PoE power to 16 ports and full PoE+ power to 12 ports.
Non-PoE Power Supply Configuration
The non-PoE models in the S2350-EI series use internal power modules and do not support
pluggable power modules.
The most popular Huawei S2700EI switch as below:
LS-S2700-9TP-SI-AC
Telephone: 852-30623083
Email: Sales@Thunder-Link.com
Website: http://www.thunder-link.com
Thursday, March 2, 2017
Huawei S2300 series switch (3)
Huawei S2300-EI Switch
Version Mapping
Mappings between the S2300-EI series switches and software versions
S2309TP-EI-AC: V100R002 to V100R006C05
S2309TP-EI-DC: V100R002 to V100R006C05
S2309TP-PWR-EI: V100R003 to V100R006C05
S2318TP-EI-AC: V100R002 to V100R006C05
S2318TP-EI-DC: V100R002 to V100R006C05
S2326TP-EI-AC: V100R002 to V100R006C05
S2326TP-EI-DC: V100R002 to V100R006C05
S2326TP-PWR-EI: V100R003 to V100R006C05
S2328P-EI-AC: V100R006C05
S2352P-EI-AC: V100R002 to V100R006C05
S2352P-EI-DC: V100R002 to V100R006C05
Port Description
10/100BASE-TX Ethernet Electrical Port
A 10/100BASE-TX Ethernet electrical port sends and receives service data at 10/100 Mbit/s,\
Attributes of a 10/100BASE-TX Ethernet electrical port
Version Mapping
Mappings between the S2300-EI series switches and software versions
S2309TP-EI-AC: V100R002 to V100R006C05
S2309TP-EI-DC: V100R002 to V100R006C05
S2309TP-PWR-EI: V100R003 to V100R006C05
S2318TP-EI-AC: V100R002 to V100R006C05
S2318TP-EI-DC: V100R002 to V100R006C05
S2326TP-EI-AC: V100R002 to V100R006C05
S2326TP-EI-DC: V100R002 to V100R006C05
S2326TP-PWR-EI: V100R003 to V100R006C05
S2328P-EI-AC: V100R006C05
S2352P-EI-AC: V100R002 to V100R006C05
S2352P-EI-DC: V100R002 to V100R006C05
Port Description
10/100BASE-TX Ethernet Electrical Port
A 10/100BASE-TX Ethernet electrical port sends and receives service data at 10/100 Mbit/s,\
Attributes of a 10/100BASE-TX Ethernet electrical port
100/1000BASE-X Ethernet Optical Port
A 100/1000BASE-X Ethernet optical port receives and sends service data at 100/1000 Mbit/s.
Attributes of a 100/1000BASE-X Ethernet optical port
1000BASE-X Ethernet Optical Port
Attributes of a 1000BASE-X Ethernet optical port
Console Port
Attributes of a console port
Power Supply Configuration
PoE Power Supply Configuration
In the S2300-EI series, the S2309TP-PWR-EI and Huawei S2326TP-PWR-EI are PoE models.
The S2309TP-PWR-EI has a built-in power module that can provide 124 W of PoE power. It
can provide full PoE power (15.4 W) in compliance with IEEE 802.3af on a maximum eight
ports or full PoE+ power (30 W) in compliance with IEEE 802.3at on a maximum of four ports.
The S2326TP-PWR-EI has two power module slots, each of which can have a 500 W or 250
W power module installed. A power module can provide 369.6 W or 123.2 W of PoE power for
powered devices (PDs).
Non-PoE Power Supply Configuration
The non-PoE models of Huawei S2300-EI series have a built-in AC power module and do not support pluggable power modules.
Heat Dissipation
Wednesday, March 1, 2017
Huawei S2300 series switch (2)
Huawei S2300-SI switch:
Series Model Available Version
S2309TP-SI: V100R002 to V100R006C05
S2318TP-SI: V100R002 to V100R006C05
S2326TP-SI: V100R002 to V100R006C05
Appearance and Structure
Appearance of the S2309TP-SI
Series Model Available Version
S2309TP-SI: V100R002 to V100R006C05
S2318TP-SI: V100R002 to V100R006C05
S2326TP-SI: V100R002 to V100R006C05
Appearance and Structure
Appearance of the S2309TP-SI
Appearance of the S2318TP-SI
Appearance of the S2326TP-SI
Port Description
10/100BASE-TX Ethernet Electrical Port
A 10/100BASE-TX Ethernet electrical port sends and receives service data at 10/100 Mbit/s,
and must use.
Attributes of a 10/100BASE-TX Ethernet electrical port
Combo Port
A combo port consists of an optical Ethernet port and an electrical Ethernet port on the panel.
Each combo port matches only one internal forwarding port. The electrical and optical ports of
a combo port are multiplexed, and only one of them can work at a time. When one of the Ethernet
ports is working, the other port is shut down.
Console Port
Subscribe to:
Posts (Atom)