频道直达 - 专题 - 新闻 - 技巧 - 组网 - 开发 - 安全 - web编程 - 图像 - 操作系统 - 数据库 - 教育 - 旅游 - 健康 - 时尚 - 驱动 - 软件 - 游戏 - 多媒体 - ERP - 讨论组

交换机配置- 使用channel方式封装子接口

来源:pcdog 作者: 出处:巧巧读书 2007-12-23 进入讨论组
下一页 1 2 

  该方式下, 首先将L2与L3的内部接口作成以太通道,然后,在L3上创建一个虚拟的通道接口,在该接口下开子接口为各个VLAN提供三层路由功能
在广西城域网工程中,所有的4006交换机都是采用的这种方式。关于以太通道的介绍见上文。
配置步骤:(以下假设L3模去是插在第二槽上,且使用缺省的channel协议)
① L2:set port channel mod/ports 配置GE端口。
Cat4000> (enable) set port channel 2/1-2 mode on    
Ports 2/1-2 channel mode set to on.
Cat4000> (enable)
②指定同一channel的端口为相同VLAN。
Cat4000> (enable) set vlan 1 2/1-2   <---端口2/1-2必须属于同一VLAN
VLAN  Mod/Ports
---- -----------------------
1     2/1-4,2/6-48
      3/1-6
Cat4000> (enable)

③用 set trunk mod_num/port_num 打开Trunk功能并且指定封装类型
Cat4000> (enable) set trunk 2/1 on dot1Q 1-10 <----只需要在其中一个端口指定trunk即可

Port(s) 2/1 trunk mode set to on
Port(s) 2/1 trunk type set to dot1Q 1-10
Cat4000> (enable)
④利用 session mod_num 进入L3模块
Cat4000> (enable) session 2

Trying Router...
Connected to Router.
Escape character is \Q^]'.
router>


⑤创建 EtherChannel (portchannel)接口,接口范围为1 到 64:
router(config)# interface port-channel channel_number

⑥将GE3和GE4端口绑到portchannel上。

router(config)# interface g3
router(config-if)# channel-group channel_number
router(config-if)# exit
router(config)# interface g4
router(config-if)# channel-group channel_number
router(config-if)# exit

⑦创建子接口和封装VLAN。
router(config)# interface port-channel channel_number.vlan_id
router(config-subif)# encapsulation dot1Q vlan_id
router(config-subif)# ip address ip_address subnet_mask
router(config-subif)# exit

重复以上步骤直到将所有的VLAN都封装完毕。
⑧ 利用 native关键字封装一个本地VLAN的子接口。需要为Trunk干道来产生一个本地VLAN子接口。注意,该native要求与L2的native vlan号相同
router(config)# interface port-channel channel_number.vlan_id
router(config-subif)# encapsulation dot1Q vlan_id native
<-------native指明此接口为本地VLAN接口
router(config-subif)# ip address ip_address subnet_mask
router(config-subif)# exit浏览URL http://www.qqread.com/exchange/h361341108.html 更多文章 更多内容请看三层交换技术专题交换机与路由器密码恢复交换机的选购专题,或进入讨论组讨论。
下一页 1 2 
收藏此文】【 】【打印】【关闭
相关图文阅读
频道图文推荐
健 康 咨 询
时 尚 咨 询
巧巧读书宗旨
相关专题
讨论组问题推荐
站内各频道最新更新文档
站内最新制作专题
热门关键字导读
Photoshop教 程照片处理 照片制作 PS快捷键 抠图
计 算 机 故 障XP系统修复
艺 术 与 设 计设计 流媒体 设计欣赏 边框
计 算 机 安 全ARP
站内频道文章精选
巧巧电脑频道编辑信箱  告诉我们您想看的专题或文章