手机
当前位置:查字典教程网 >网络 >疑难 >Cisco ios系统中删除子接口的方法与命令
Cisco ios系统中删除子接口的方法与命令
摘要:CiscoIOS的概念IOS配置通常是通过基于文本的命令行接口(CommandLineInterface,CLI)进行的。Cisco的网际操...

Cisco IOS的概念

IOS配置通常是通过基于文本的命令行接口(Command Line Interface,CLI)进行的。

Cisco的网际操作系统(IOS:Internetwork Operating System)是一个为网际互连优化的复杂的操作系统。是一个与硬件分离的软件体系结构,随网络技术的不断发展,可动态地升级以适应不断变化的技术(软件)。

公司内网整改,需要重新划分VLAN,想要删除Cisco ios 的子接口该怎么办?删除子接口的命令有哪些?请和查字典教程网的小编一起来看一下。

举个例子,还原f0/0的所有配置到默认。

(config)# default interface f0/0接口f0/0会重起。

例:

复制代码代码如下:C2610XM(config)#default interface fa0/0Building configuration…

Interface FastEthernet0/0 set to default configurationC2610XM(config)#

但show run子接口依然存在,重启后仍然存在。

复制代码代码如下:C2610XM(config)#default inter fa1/0

Building configuration…

Interface FastEthernet1/0 set to default configurationC2610XM(config)#do show run | b interface FastEthernet1/0interface FastEthernet1/0

no ip address

duplex auto

speed auto

!

看来这个命令对子接口无效。

也可以用no命令,例:

复制代码代码如下:C2610XM(config)#no interface fastEthernet 0/0.52Not all config may be removed and may reappear after reactivating the sub-interfaceC2610XM(config)#

这样就删除了fa0/0.52子接口

删除fa0/0.2子接口

复制代码代码如下:C2610XM(config)#no interface FastEthernet0/0.2Not all config may be removed and may reappear after reactivating the sub-interfaceC2610XM(config)#

以上就是Cisco ios 删除子接口的2个命令,谢谢阅读,希望能帮到大家,请继续关注查字典教程网,我们会努力分享更多优秀的文章。

【Cisco ios系统中删除子接口的方法与命令】相关文章:

连到系统上的设备没有发挥作用的解决方法

调制解调器已删除的解决方法

笔记本没有无线网络连接的解决方法

苹果IOS 6系统中出现wifi断网断线问题的解决方法

网络连接不稳定的解决方法

DHCP设置不当故障的解决方法

笔记本搜不到隐藏的无线网 手动添加无线WIFI的方法

无线网络不可用的原因以及解决方法

拨号可以上网但路由器连不上解决方法

网上邻居找不到宽带连接的解决方法

精品推荐
分类导航