2016年华为交换机配置步骤讲解

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

恢复出厂设置:

reset saved-configuration reboot

配置交换机的步骤:

1、设置管理VLAN及业务VLAN

Sys

Vlan 1163 //管理VLAN

Vlan 1103 //业务VLAN

设置交换机管理IP地址

interface vlan 1163

ip address 10.120.3.1 255.255.255.0

/////////////////////////////////////////////////////////////////////

management-vlan 1571

interface vlan 1571

ip address 10.120.211.1 255.255.255.0

////////////////////////////////////////////

Switch#con term

Switch(config)#inter inter vlan 1166

Switch(config-if)#ip addresss 10.120.6.3 255.255.255.0 Switch(config-if)#exit

Switch(config)#ip default-gateway 10.120.6.254 幼儿园的交换机

DHCP服务器210.36.64.80的设置:

新建作用域。。。业务VLAN

核心交换机端的设置:

1、dis curr inter Vlanif 1103 interface Vlanif1103

description er1

ip address 10.21.16.254 255.255.255.0

dhcp select relay

dhcp relay server-select 210.36.64.80

2、dis curr inter Vlanif 1163 interface Vlanif1163

description GuoJiaoChu.Mgr

ip address 10.120.3.254 255.255.255.0

3、dis curr inter G5/0/41 interface GigabitEthernet5/0/41

description TO-[YouErYuan]

port link-type trunk

port trunk allow-pass vlan 2 24 1511

//切记在该光口透传新增的业务VLAN1511

interface GigabitEthernet5/0/14

description TO-[GuoJiJiaoLiuCHu-2]

port link-type trunk

undo port trunk allow-pass vlan 1

port trunk allow-pass vlan 2 to 4094

//此处则因为透传了所有的VLAN而忽略了

接入层交换机端的设置:

添加VLAN1103、VLAN1163

2、sysname

3、各交换机端口允许访问的VLAN

将交换机级联口设置为trunk口:

interface Ethernet0/0/24

port link-type trunk

port trunk allow-pass vlan all

将交换机端口口设置为access口:

///////////////////////////////////////////////////////

Switch#con term

Switch(config)#inter Ethernet0/0/1

Switch(config-if)#switchport mode access

Switch(config-if)#switchport access vlan 1106

Switch#con term

Switch(config)#inter gi1/0/1

Switch(config-if)# switchport trunk encapsulation isl

//指定封装类型isl或dot1q

Switch(config-if)#switchport mode trunk

Switch(config-if)#switchport trunk allow vlan 1166

校验以上设置:

Switch#show interface…

Switch#show ip interface…

Switch#show running-config interface…

a、[ShangXueYuan.SW2]stp enable //启用STP

b、[ShuangXueYuan.SW4-Ethernet0/1]stp edged-port enable

//将交换机的普通端口(级联口禁止设置为edged-port)设置为边缘端口,这样普通端口up或down时就不再把信息向整个网络广播。

c、[ShuangXueY uan.SW2]stp bpdu-protectiloon

//全局设置stp bpdu-protection后若某个边缘端口被接入交换机(该交换机是能发送STP的服务器)或有环路,则该端口会自动shutdown 掉。例如:

相关文档
最新文档