EX交换机配置手册v1.2 - 图文 下载本文

2.7.4 修改端口为L2/L3模式

逻辑上的设置,用逻辑端口。

如果将交换机端口设置为二层模式,就可以配置交换机为vlan端口或者Trunk端口;设置为三层模式,就可以当路由器三层端口一样使用,可以配置IP地址。通常在跟路由器进行点对点连接的时候将端口设置为三层模式。 配置步骤: lab@EX4200-1# top [edit]

lab@EX4200-1#

lab@EX4200-1# edit interfaces ge-0/0/1 [edit interfaces ge-0/0/1]

lab@EX4200-1# delete unit 0 family inet #\删除端口三层信息\

lab@EX4200-1# set unit 0 family ethernet-switching #\设置为二层端口\(区分端口2或3层属性)

lab@EX4200-1# delete unit 0 family ethernet-switching #\删除二层信息\lab@EX4200-1# set unit 0 family inet #设置为三层端口

lab@EX4200-1# set unit 0 family inet address 192.168.1.1/30 #\设置三层IP地址\

lab@EX4200-1# delete unit 0 #\删除端口二层、三层信息\

2.7.5 修改端口速率和工作模式

纯2层的设置,用物理接口。

lab@EX4200-1# top [edit]

lab@EX4200-1#

lab@EX4200-1# edit interfaces ge-0/0/1 [edit interfaces ge-0/0/1]

lab@EX4200-1# edit ether-options [edit interfaces ge-0/0/1 ether-options]

lab@EX4200-1# set link-mode full-duplex #\设置工作模式为全双工\lab@EX4200-1# delete link-mode full-duplex lab@EX4200-1# set link-mode automatic

#\删除全双工模式,恢复为自动协商\#\指定工作模式自动协商\

第37页 共110页

lab@EX4200-1# set speed 10m #\指定端口速率为10m可以设置为10m 100m 1g\lab@EX4200-1# delete speed 10m #\删除端口速率10m 恢复自动协商\

lab@EX4200-1# set auto-negotiation # “自动速率自动协商\

2.8 POE设置---关注

在项目中如果没有使用到poe功能,必须通过set poe interface all disable禁止。如果要配置POE,请参考下面步骤来进行。

不用时候disable掉;用的时候取消disable,然后set上。 [edit]

lab@EX4200# top [edit]

#\禁止所有端口POE\

lab@EX4200# set poe interface all disable

以下配置在中兴通讯项目中不用配置,命令仅供学习。

#\禁止单个端口POE\

lab@EX4200-1# set poe interface ge-0/0/1 disable少打了吧

#\设置输出电压,范围是(1-19watts),不能是小数\

lab@EX4200-1# set poe guard-band 15

#\打开单个端口POE\

lab@EX4200-1# delete poe interface ge-0/0/1 disable lab@EX4200-1# set poe interface ge-0/0/1

#\打开所有端口POE\

lab@EX4200-1# delete poe interface all disable lab@EX4200-1# set poe interface all

第38页 共110页

2.9 生成树配置

2.9.1 STP配置实例

S1交换机:

set protocols stp enable

#\打开stp功能\

set protocols stp bridge-priority 8k #\设置stp的优优先值\ set protocols stp interface ge-0/0/1.0 priority 8 #\设置stp端口优先值\set protocols stp interface ge-0/0/2.0 priority 8 S2交换机:

set protocols stp enable

set protocols stp bridge-priority 16k

set protocols stp interface ge-0/0/1.0 priority 16 set protocols stp interface ge-0/0/2.0 priority 16

S3交换机:

set protocols stp enable

set protocols stp bridge-priority 32k

第39页 共110页

set protocols stp interface ge-0/0/1.0 priority 32 set protocols stp interface ge-0/0/2.0 priority 32

检查命令:

Show span-tree bridge

2.9.2 RSTP配置实例

1. S1交换机上创建VLAN并且配置交换机端口VLAN和Trunk和RSTP协议

set vlans voice-vlan description ―Voice VLAN\ set vlans voice-vlan vlan-id 10

set vlans employee-vlan description ―Employee VLAN\ set vlans employee-vlan vlan-id 20

set vlans guest-vlan description ―Guest VLAN\ set vlans guest-vlan vlan-id 30

第40页 共110页