Cisco ios系统中删除子接口的方法与命令_疑难教程-查字典教程网
Cisco ios系统中删除子接口的方法与命令
Cisco ios系统中删除子接口的方法与命令
发布时间:2016-12-21 来源:查字典编辑
摘要: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个命令,谢谢阅读,希望能帮到大家,请继续关注查字典教程网,我们会努力分享更多优秀的文章。

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新疑难学习
    热门疑难学习
    网络子分类