码迷,mamicode.com
首页 > 其他好文 > 详细

cmd_ip_cfg

时间:2019-01-05 10:16:34      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:nbsp   eth   div   class   shutdown   color   net   shu   conf   

enable
conf t
interface fastEthernet 0/0
ip address 100.1.1.1 255.255.255.0
no shutdown
ex
interface fastEthernet 0/1
ip address 10.1.1.2 255.255.255.0
no shutdown
end
show ip int br
-----------------------------------
enable
conf t
interface fastEthernet 0/0
ip address 10.1.1.1 255.255.255.0
no shutdown
ex
interface fastEthernet 0/1
ip address 20.1.1.1 255.255.255.0
no shutdown
end
show ip int br
-----------------------------------
enable
conf t
interface fastEthernet 0/0
ip address 20.1.1.2 255.255.255.0
no shutdown
ex
interface fastEthernet 0/1
ip address 30.1.1.1 255.255.255.0
no shutdown
end
show ip int br
-----------------------------------
enable
conf t
interface fastEthernet 0/0
ip address 30.1.1.2 255.255.255.0
no shutdown
ex
interface fastEthernet 0/1
ip address 200.1.1.1 255.255.255.0
no shutdown
end
show ip int br

 

cmd_ip_cfg

标签:nbsp   eth   div   class   shutdown   color   net   shu   conf   

原文地址:https://www.cnblogs.com/fuzhihong0917/p/10223430.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!