两极人生,八度空间

Fight for my CISSP and PMP

首页 新随笔 联系 聚合 管理
  156 Posts :: 22 Stories :: 67 Comments :: 0 Trackbacks

Configuring routed port on a physical port like as following:

Here,give an example of it.
Switch#conf  t
switch(config)#ip routing
Switch(config)#int  f1/2
Switch(config-if)#no switchport
Switch(config-if)#ip add 10.1.10.1 255.255.255.0
Switch(config-if)#no shut
switch(config)#router rip
switch(config-router)#version 2
switch(config-router)#network 10.1.10.0
switch(config-router)#end
switch#write

posted on 2008-06-17 09:28 Jerome 阅读(421) 评论(0)  编辑 收藏 引用 所属分类: Cisco Network Technology
只有注册用户登录后才能发表评论。