神州数码(DCN)交换机三层接口配置IP的方法
神州数码三层交换机不可以配置接口地址,在Vlan上配置ip地址可以。但是要注意不同Vlan不可以配置相同网络的的ip地址。一、先配vlan
示例:创建vlan200,并且进入vlan200 的配置模式,配置命令如下(以后如不特殊说明,所有的交换机配置时的提示符均采用 Switch):
Switch>
Switch>enable
Switch#config
Switch(config)#vlan 200 创建或进入VLAN
switch (config-vlan200)#
二、再配vlan的IP地址
配好vlan后,再配vlan的 IP 地址,配置命令如下(以后如不特殊说明,所有的交换机配置时的提示符均采用 Switch):
Switch>
Switch>enable
Switch#config
Switch(config)#interface vlan 200 进入VLAN接口模式
Switch(Config-if-Vlan200)#ip address 192.168.200.24 255.255.255.0 设置VLAN接口地址
Switch(Config-if-Vlan200)#no shutdown 打开端口
三、最后把相关端口加入vlan
示例:设置某access 端口加入vlan200。
Switch>
Switch>enable
Switch#config
switch (config)#interface ethernet 0/0/8
switch (config-ethernet0/0/8)#switchport mode access
switch (config-ethernet0/0/8)#switchport access vlan 200
switch (config-ethernet0/0/8)#exit
页:
[1]