怎么删除多出来的VLAN 问题解决
今天在3560里面加了几个东西`现在不怎么怎么删除加的时但是这样加的``本来交换机内没有VLAN 4 和VLAN 5 和VLAN 6这个3VLAN
但在特权下进行了以下操作后``再回到上一级进行SHOW RUN时发现多了这3个VLAN
现在想删除应该怎么删除????
SW3560#config t
Enter configuration commands, one per line. End with CNTL/Z.
SW3560(config)#int vlan 4
SW3560(config-if)#int vlan 5
SW3560(config-if)#int vlsn 6
^
% Invalid input detected at '^' marker.
SW3560(config)#int vlan 6
SW3560(config-if)#
SHOW 后出现了发下VLAN:
!
interface Vlan4
no ip address
!
interface Vlan5
no ip address
!
interface Vlan6
no ip address
!
其他都正常`现在想去掉上面几行````应该怎么配置??
[[i] 本帖最后由 zyqzac 于 2007-12-21 18:52 编辑 [/i]] no vlan4
no vlan5
no vlan6 无法删除````试过了```
SW3560(config)#no vlan 5
VTP VLAN configuration not allowed when device is in CLIENT mode.
SW3560(config)#no vlan 6
VTP VLAN configuration not allowed when device is in CLIENT mode.
SW3560(config)#no vlan 4
VTP VLAN configuration not allowed when device is in CLIENT mode.
SW3560(config)# 没有用`````还有别的方法吗?? 你现在是vtp的client模式,当然删除不了
需要server模式或transparent模式才能删除
client模式只能从其他的在同一个vtp域中的交换机上学习VLAN信息 模式不对啊. 现在有改模式了 ``没有提示错误``可以执行NO VLAN
但是这两个VLAN还是在哪里`去不掉```
ip accounting output-packets
!
interface Vlan4
no ip address
!
interface Vlan5
no ip address
!
ip classless
是不是要用别的方法才能去掉````我现在重启了交换机还是这个样子````` no int vlan4 谢谢版主`和楼上的兄弟``问题解决啦``
INT VALN 4 建立```删除也得```NO INT VLAN 4
搞了半天`````辛苦了楼上的```
页:
[1]
