注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 企鹅咬死珊瑚虫,窗口夹烂..
 帮助

单臂路由


2006-12-26 20:20:00
 标签:单臂路由   [推送到技术圈]

Router>
Router>enable
Router#config terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fastethernet 0/0
Router(config-if)#no shutdown
%LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Router(config-if)#interface fastethernet 0/0.1
Router(config-subif)#ip address 1.1.1.1 255.255.255.0
Router(config-subif)#no shutdown
Router(config-subif)#interface fastethernet 0/0.2
Router(config-subif)#ip address 2.2.2.1 255.255.255.0
Router(config-subif)#no shutdown
Router(config-subif)#^Z
%SYS-5-CONFIG_I: Configured from console by console
Router#show running-config
Building configuration...
interface FastEthernet0/0
 no ip address
 no ip directed-broadcast
!
interface FastEthernet0/0.1 multipoint
 ip address 1.1.1.1 255.255.255.0
!
interface FastEthernet0/0.2 multipoint
 ip address 2.2.2.1 255.255.255.0
!
!




    文章评论
 
 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: