华为S2300交换机基本配置

 1. 进入华为S2300交换机配置界面并给交换机命名

<Quidway>sys    // 进入 system-view 视图进行交换机配置
Enter system view, return user view with Ctrl+Z.
 [Quidway]sysname Mill2meetingroom-S2300  // 设置交换机名字为 Mill2meetingroom-S2300 (二厂会议室华为 S2300
[Mill2meetingroom-S2300]
 
2. 批量创建 VLAN

[Mill2meetingroom-S2300]vlan batch 2 to 21

 Please wait...

 Done.       // 添加 VLAN 2 到 VLAN 21(VLAN 1 为默认 VLAN) 

[Mill2meetingroom-S2300-vlan2]
 
3.  建立端口组并把端口批量加入端口组里,批量修改端口类型( port link-type

[Mill2meetingroom-S2300]port-group accessmeetingroom  //建立端口组accessmeetingroom

[Mill2meetingroom-S2300-port-group-accessmeetingroom]group-member Ethernet 0/0/1

 to Ethernet 0/0/22   //添加组成员122号端口

[Mill2meetingroom-S2300-port-group-accessmeetingroom]port link-type access

// 设置改端口组成员为 access

Execute command [port link-type access ] for port [Ethernet0/0/1] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/2] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/3] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/4] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/5] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/6] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/7] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/8] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/9] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/10] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/11] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/12] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/13] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/14] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/15] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/16] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/17] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/18] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/19] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/20] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/21] is finished.

Execute command [port link-type access ] for port [Ethernet0/0/22] is finished.

[Mill2meetingroom-S2300-port-group-accessmeetingroom]quit //设置成功后退出端口组配置

 
4. 批量划分端口 VLAN
[Mill2meetingroom-S2300]vlan 7

[Mill2meetingroom-S2300-vlan7]port ethernet 0/0/1 to 0/0/16  //116号口划分给VLAN 7

[Mill2meetingroom-S2300-vlan7]quit
 
[Mill2meetingroom-S2300]vlan 6

[Mill2meetingroom-S2300-vlan6]port ethernet 0/0/17 to 0/0/22 //116号口划分给VLAN 6

[Mill2meetingroom-S2300-vlan6]quit
5. 设置 trunk

[Mill2meetingroom-S2300]port-group trunkmeetingroom

[Mill2meetingroom-S2300-port-group-trunkmeetingroom]group-member ethernet 0/0/23

 to ethernet 0/0/24

[Mill2meetingroom-S2300-port-group-trunkmeetingroom]port link-type trunk

  Error: Link-type trunk conflicts with default VLAN attribute on a port.

Execute command [port link-type trunk] for port [Ethernet0/0/23] is finished.

  Error: Link-type trunk conflicts with default VLAN attribute on a port.

Execute command [port link-type trunk] for port [Ethernet0/0/24] is finished.

 

[Mill2meetingroom-S2300-port-group-trunkmeetingroom]port trunk allow-pass vlan a

ll

Execute command [port trunk allow-pass vlan all] for port [Ethernet0/0/23] is fi

nished.

Execute command [port trunk allow-pass vlan all] for port [Ethernet0/0/24] is fi

nished.
 

[Mill2meetingroom-S2300-port-group-trunkmeetingroom]negotiation auto

Execute command [negotiation auto] for port [Ethernet0/0/23] is finished.

Execute command [negotiation auto] for port [Ethernet0/0/24] is finished.

 
6. 设置交换机管理地址 192.168.15.24
[Mill2meetingroom-S2300]int vlanif 1
[Mill2meetingroom-S2300-Vlanif1]shutdown // 关闭 vlanif 1

Info: Interface Vlanif1 has already been shutdown.

 
[Mill2meetingroom-S2300]interface vlanif 15

[Mill2meetingroom-S2300-Vlanif15]ip address 192.168.15.24 255.255.255.0

[Mill2meetingroom-S2300-Vlanif15]undo shutdown
Info: Interface Vlanif15 is not shutdown.
[Mill2meetingroom-S2300-Vlanif15]quit
 

[Mill2meetingroom-S2300]ip route-static 0.0.0.0 0.0.0.0 192.168.15.254 preferenc

e 60
 

7. 设置console

[Mill2meetingroom-S2300]user-interface con 0

[Mill2meetingroom-S2300-ui-console0]idle-timeout 0 0

[Mill2meetingroom-S2300-ui-console0]authentication-mode password

[Mill2meetingroom-S2300-ui-console0]set authentication password cipher dabaicai

[Mill2meetingroom-S2300-ui-console0]quit

 

8. 设置远程登录

[Mill2meetingroom-S2300]user-interface vty 0 4

[Mill2meetingroom-S2300-ui-vty0-4]idle-timeout 0 0

[Mill2meetingroom-S2300-ui-vty0-4]authentication-mode password

[Mill2meetingroom-S2300-ui-vty0-4]set authentication password cipher dabaicai

[Mill2meetingroom-S2300-ui-vty0-4]user privilege level 15

[Mill2meetingroom-S2300-ui-vty0-4]quit

 

9. 查看交换机当前配置

[Mill2meetingroom-S2300]display current-configuration                                   

#

Error:Wrong parameter found

#

 sysname Mill2meetingroom-S2300                        

cluster enable

 ntdp enable

 ntdp hop 16

 ndp enable

 vlan batch 1 to 21                  

#

 bpdu enable     

[2cha
#H

 cluster enable-vty0-4]set aut

 ntdp enableassword ciph

 ntdp hop 16           

 ndp enable          

#

 voice-vlan mac-address 0001-e300-0000 mask ffff-ff00-0000 description Siemens p

hone

 voice-vlan mac-address 0003-6b00-0000 mask ffff-ff00-0000 description Cisco pho

ne

 voice-vlan mac-address 0004-0d00-0000 mask ffff-ff00-0000 description Avaya pho

ne

 voice-vlan mac-address 0060-b900-0000 mask ffff-ff00-0000 description Philips/N

EC phone

 voice-vlan mac-address 00d0-1e00-0000 mask ffff-ff00-0000 description Pingtel p

hone

 voice-vlan mac-address 00e0-7500-0000 mask ffff-ff00-0000 description Polycom p

hone

 voice-vlan mac-address 00e0-bb00-0000 mask ffff-ff00-0000 description 3com phon

e
#

 undo http server enable

#
interface Vlanif1                     
shutdown

 ip address dhcp-alloc

#
interface Vlanif15

 ip address 192.168.15.24 255.255.255.0

#
interface Ethernet0/0/1

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable

#
interface Ethernet0/0/2

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable     
#
interface Ethernet0/0/3

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable
#
interface Ethernet0/0/4

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable
#
interface Ethernet0/0/5

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable
#
interface Ethernet0/0/6

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable
#
interface Ethernet0/0/7

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable
#
interface Ethernet0/0/8

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable
#
interface Ethernet0/0/9

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable
#
interface Ethernet0/0/10

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable   
#
interface Ethernet0/0/11

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable   
#
interface Ethernet0/0/12

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable   
#
interface Ethernet0/0/13

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable   
#
interface Ethernet0/0/14

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable   
#
interface Ethernet0/0/15

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable   
#
interface Ethernet0/0/16

 port link-type access

 port default vlan 7

 ntdp enable

 ndp enable   
#
interface Ethernet0/0/17

 port link-type access

 port default vlan 6

 ntdp enable

 ndp enable
#
interface Ethernet0/0/18

 port link-type access

 port default vlan 6

 ntdp enable

 ndp enable
#
interface Ethernet0/0/19

 port link-type access

 port default vlan 6

 ntdp enable

 ndp enable
#
interface Ethernet0/0/20

 port link-type access

 port default vlan 6

 ntdp enable

 ndp enable
#
interface Ethernet0/0/21

 port link-type access

 port default vlan 6

 ntdp enable

 ndp enable
#
interface Ethernet0/0/22

 port link-type access

 port default vlan 6

 ntdp enable

 ndp enable
#
interface Ethernet0/0/23
 port default vlan 1

 port trunk allow-pass vlan 1 to 4094

 ntdp enable

 ndp enable
#
interface Ethernet0/0/24
  port default vlan 1

 port trunk allow-pass vlan 1 to 4094

 ntdp enable

 ndp enable
#
interface GigabitEthernet0/0/1
 port default vlan 1

 ntdp enable

 ndp enable
#
interface GigabitEthernet0/0/2

 port default vlan 1

 ntdp enable

 ndp enable
#
interface NULL0
aaa

 authentication-scheme default

 authorization-scheme default
 accounting-scheme default

 domain default

 domain default_admin

#

 ip route-static 0.0.0.0 0.0.0.0 192.168.15.254

#
user-interface con 0
 authentication-mode password

 set authentication password cipher EJ<VT&QM)6+Q=^Q`MAF4<1!!

 idle-timeout 0 0
user-interface vty 0 4

 user privilege level 15

 set authentication password cipher EJ<VT&QM)6+Q=^Q`MAF4<1!!

 idle-timeout 0 0
#

 port-group accessmeetingroom

 group-member Ethernet0/0/1
 group-member Ethernet0/0/2
 group-member Ethernet0/0/3
Ethernet0/0/4
 group-member Ethernet0/0/5
 group-member Ethernet0/0/6
 group-member Ethernet0/0/7
 group-member Ethernet0/0/8
 group-member Ethernet0/0/9
 group-member Ethernet0/0/10

 group-member Ethernet0/0/11

 group-member Ethernet0/0/12
 group-member Ethernet0/0/13
 group-member Ethernet0/0/14

group-member Ethernet0/0/15

 group-member Ethernet0/0/16
 group-member Ethernet0/0/17
 group-member Ethernet0/0/18
 group-member Ethernet0/0/19

 group-member Ethernet0/0/20

 group-member Ethernet0/0/21
 group-member Ethernet0/0/22
#

 port-group trunkmeetingroom

 group-member Ethernet0/0/23
 group-member Ethernet0/0/24
#
Return
 
10. 错误处理

出现的错误提示的原因在于设置trunk口时首先需要取消端口默认VLAN(port default vlan), 也就是VLAN 1     

[Mill2meetingroom-S2300]port-group trunkmeetingroom

[Mill2meetingroom-S2300-port-group-trunkmeetingroom]undo port default vlan

Execute command [undo port default vlan] for port [Ethernet0/0/23] is finished.

Execute command [undo port default vlan] for port [Ethernet0/0/24] is finished.

 [Mill2meetingroom-S2300-port-group-trunkmeetingroom] port link-type trunk

Execute command [port link-type trunk] for port [Ethernet0/0/23] is finished.

Execute command [port link-type trunk] for port [Ethernet0/0/24] is finished.

[Mill2meetingroom-S2300-port-group-trunkmeetingroom] port trunk allow-pass vlan a
ll

Execute command [port trunk allow-pass vlan all] for port [Ethernet0/0/23] is fi

nished.

Execute command [port trunk allow-pass vlan all] for port [Ethernet0/0/24] is fi

nished.
[Mill2meetingroom-S2300-port-group-trunkmeetingroom] negotiation auto

Execute command [negotiation auto] for port [Ethernet0/0/23] is finished.

Execute command [negotiation auto] for port [Ethernet0/0/24] is finished.

[Mill2meetingroom-S2300-port-group-trunkmeetingroom]quit
 
11. 保存配置
[Mill2meetingroom-S2300] quit
<Mill2meetingroom-S2300> save

The current configuration will be written to the device.

Are you sure to continue?[Y/N]y

Now saving the current configuration to the device.

Jan  1 2008 01:36:17 Mill2meetingroom-S2300 %%01CFM/4/SAVE(l): When deciding whe

ther to save configuration to the device, the user chose Y.................

Info: The current configuration was saved to the device successfully.

 
重新查看S2300 配置,trunk 口已经配置完毕。
<Mill2meetingroom-S2300> disp cu
#

interface Ethernet0/0/23                                       

  port link-type trunk
 port trunk allow-pass vlan 1 to 4094
 ntdp enable
 ndp enable
#

interface Ethernet0/0/24

 port link-type trunk
 port trunk allow-pass vlan 1 to 4094
 ntdp enable
 ndp enable

你可能感兴趣的:(配置,华为,S2300)