频 道 直 达 - 新闻 - 读书 - 培训 - 教程 - 前沿 - 组网 - 系统应用 - 安全 - 编程 - 存储 - 操作系统 - 数据库 - 服务器 - 专题 - 产品 - 案例库 - 技术圈 - 博客 - BBS
51CTO.COM_中国领先的IT技术网站
找资料:

Catalsty 4908G-L3 VLAN间的路由和桥接(3)

作者: 佚名 出处:chinaitlab 2008-04-25 14:44    砖    好    评论   进入论坛
阅读提示:首先我门应当了解Catalsty 4908G-L3,实际上他是一台路由器,完全使用CISCO的IOS配置接口。默认的状态下所有的接口都是可以路由的接口。Catalsty 4908G-L3并不支持面向二层协议,VLAN主干协议,动态主干协议,端口聚合协议

px routing 在4908G-L3上启动IPX的路由

Bridge IBR启动,是集成了路由和桥接的功能。并允许在桥接组中路由通讯。

Bridge number protocol ieee 创建一个运行在IEEE协议的生成树具有桥接功能。

配置ISL TRUNK 在交换机上

在Catalsty 4908G-L3上配置ISL TRUNK需要在主接口下配置子接口,每个子接口为彼此每个VLAN传输数据,两个TRUNK配置在逻辑的PORT-CHANNEL接口,第三个TRUNK配置在物理的接口上

4908G-L3#configure terminal
4908G-L3(config)#interface port-channel 1
4908G-L3(config-if)#exit
4908G-L3(config)#interface port-channel 1.1
4908G-L3(config-if)#encapsulation isl 1
4908G-L3(config-if)#bridge-group 1
4908G-L3(config)#interface port-channel 1.10
4908G-L3(config-if)#encapsulation isl 10
4908G-L3(config-if)#bridge-group 10
4908G-L3(config)#interface port-channel 1.20
4908G-L3(config-if)#encapsulation isl 20
4908G-L3(config-if)#bridge-group 20
4908G-L3(config)#interface port-channel 1.30
4908G-L3(config-if)#encapsulation isl 30
4908G-L3(config-if)#bridge-group 30
4908G-L3(config)#interface port-channel 1.40
4908G-L3(config-if)#encapsulation isl 40
4908G-L3(config-if)#bridge-group 40
4908G-L3(config)#interface port-channel 2.1
4908G-L3(config-if)#encapsulation isl 1
4908G-L3(config-if)#bridge-group 1
4908G-L3(config)#interface port-channel 2.10
4908G-L3(config-if)#encapsulation isl 10
4908G-L3(config-if)#bridge-group 10
4908G-L3(config)#interface port-channel 2.20
4908G-L3(config-if)#encapsulation isl 20
4908G-L3(config-if)#bridge-group 20
4908G-L3(config)#interface port-channel 2.30
4908G-L3(config-if)#encapsulation isl 30
4908G-L3(config-if)#bridge-group 30
4908G-L3(config)#interface port-channel 2.40
4908G-L3(config-if)#encapsulation isl 40
4908G-L3(config-if)#bridge-group 40
4908G-L3(config)#interface gig 5
4908G-L3(config-if)#no shutdown
4908G-L3(config-if)#exit
4908G-L3(config)#interface gig 5.1
4908G-L3(config-if)#encapsulation isl 1
4908G-L3(config-if)#bridge-group 1
4908G-L3(config-if)#exit
4908G-L3(config)# interface gig 5.20
4908G-L3(config-if)#encapsulation isl 20
4908G-L3(config-if)#bridge-group 20
4908G-L3(config-if)#exit
4908G-L3(config)# interface gig 5.30
4908G-L3(config-if)#encapsulation isl 30
4908G-L3(config-if)#bridge-group 30
4908G-L3(config-if)#exit
4908G-L3(config)# interface gig 5.40
4908G-L3(config-if)#encapsulation isl 40
4908G-L3(config-if)#bridge-group 40
encapsulation isl vlan 命令在这个接口上接收VLAN
3512xl-switch01#configure terminal
3512xl-switch01(config)#interface gig 0/1
3512xl-switch01(config-if)#switchport mode trunk
3512xl-switch01#configure terminal
3512xl-switch01(config)#interface fastethernet0/1
3512xl-switch01(config-if)#switchport access vlan 10
3512xl-switch01(config-if)#spanning-tree portfast
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#interface fastethernet0/2
3512xl-switch01(config-if)#switchport access vlan 10
3512xl-switch01(config-if)#spanning-tree portfast
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#interface fastethernet0/3
3512xl-switch01(config)#switchport access vlan 10
3512xl-switch01(config)#spanning-tree portfast
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#interface fastethernet0/4
3512xl-switch01(config-if)#switchport access vlan 20
3512xl-switch01(config-if)#spanning-tree portfast
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#interface fastethernet0/5
3512xl-switch01(config-if)#switchport access vlan 20
3512xl-switch01(config-if)#spanning-tree portfast
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#interface fastethernet0/6
3512xl-switch01(config-if)#switchport access vlan 20
3512xl-switch01(config-if)#spanning-tree portfast
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#interface fastethernet0/7
3512xl-switch01(config-if)#switchport access vlan 30
3512xl-switch01(config-if)#spanning-tree portfast
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#interface fastethernet0/8
3512xl-switch01(config-if)#switchport access vlan 30
3512xl-switch01(config-if)#spanning-tree portfast
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#interface fastethernet0/9
3512xl-switch01(config-if)#switchport access vlan 30
3512xl-switch01(config-if)#spanning-tree portfast
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#interface fastethernet0/10
3512xl-switch01(config-if)#switchport access vlan 40
3512xl-switch01(config-if)#spanning-tree portfast
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#interface fastethernet0/11
3512xl-switch01(config-if)#switchport access vlan 40
3512xl-switch01(config-if)#spanning-tree portfast
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#interface fastethernet0/12
3512xl-switch01(config-if)#switchport access vlan 40
3512xl-switch01(config-if)#spanning-tree portfast
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#interface gig 0/2
3512xl-switch01(config-if)#switchport mode trunk
3512xl-switch01#configure terminal
3512xl-switch02(config)#interface gig 0/1
3512xl-switch02(config-if)#switchport mode trunk
3512xl-switch02#configure terminal
3512xl-switch02(config)#interface fastethernet0/1
3512xl-switch02(config-if)#switchport access vlan 10
3512xl-switch02(config-if)#spanning-tree portfast
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#interface fastethernet0/2
3512xl-switch02(config-if)#switchport access vlan 10
3512xl-switch02(config-if)#spanning-tree portfast
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#interface fastethernet0/3
3512xl-switch02(config)#switchport access vlan 10
3512xl-switch02(config)#spanning-tree portfast
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#interface fastethernet0/4
3512xl-switch02(config-if)#switchport access vlan 20
3512xl-switch02config-if)#spanning-tree portfast
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#interface fastethernet0/5
3512xl-switch02(config-if)#switchport access vlan 20
3512xl-switch02(config-if)#spanning-tree portfast
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#interface fastethernet0/6
3512xl-switch02(config-if)#switchport access vlan 20
3512xl-switch02(config-if)#spanning-tree portfast
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#interface fastethernet0/7
3512xl-switch02(config-if)#switchport access vlan 30
3512xl-switch02(config-if)#spanning-tree portfast
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#interface fastethernet0/8
3512xl-switch02(config-if)#switchport access vlan 30
3512xl-switch02(config-if)#spanning-tree portfast
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#interface fastethernet0/9
3512xl-switch02(config-if)#switchport access vlan 30
3512xl-switch02(config-if)#spanning-tree portfast
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#interface fastethernet0/10
3512xl-switch02(config-if)#switchport access vlan 40
3512xl-switch02(config-if)#spanning-tree portfast
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#interface fastethernet0/11
3512xl-switch02(config-if)#switchport access vlan 40
3512xl-switch02(config-if)#spanning-tree portfast
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#interface fastethernet0/12
3512xl-switch02(config-if)#switchport access vlan 40
3512xl-switch02(config-if)#spanning-tree portfast
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#interface gig 0/2
3512xl-switch02(config-if)#switchport mode trunk
3512xl-switch03#configure terminal
3512xl-switch03(config)#interface gig 0/1
3512xl-switch03(config-if)#switchport mode trunk
3512xl-switch03(config-if)#exit
3512xl-switch03(config)#interface fastethernet0/2
3512xl-switch03(config-if)#switchport access vlan 10
3512xl-switch03config-if)#spanning-tree portfast
3512xl-switch03(config-if)#exit
3512xl-switch03(config)#interface fastethernet0/3
3512xl-switch03(config)#switchport access vlan 10
3512xl-switch03(config)#spanning-tree portfast
3512xl-switch03(config-if)#exit
3512xl-switch03(config)#interface fastethernet0/4
3512xl-switch03(config-if)#switchport access vlan 20
3512xl-switch03(config-if)#spanning-tree portfast
3512xl-switch03(config-if)#exit
3512xl-switch03(config)#interface fastethernet0/5
3512xl-switch03(config-if)#switchport access vlan 20
3512xl-switch03(config-if)#spanning-tree portfast
3512xl-switch03(config-if)#exit
3512xl-switch03(config)#interface fastethernet0/6
3512xl-switch03(config-if)#switchport access vlan 20
3512xl-switch03(config-if)#spanning-tree portfast
3512xl-switch03(config-if)#exit
3512xl-switch03(config)#interface fastethernet0/7
3512xl-switch03(config-if)#switchport access vlan 30
3512xl-switch03(config-if)#spanning-tree portfast
3512xl-switch03(config-if)#exit
3512xl-switch03(config)#interface fastethernet0/8
3512xl-switch03(config-if)#switchport access vlan 30
3512xl-switch03(config-if)#spanning-tree portfast
3512xl-switch03(config-if)#exit
3512xl-switch03(config)#interface fastethernet0/9
3512xl-switch03(config-if)#switchport access vlan 30
3512xl-switch03(config-if)#spanning-tree portfast
3512xl-switch03(config-if)#exit
3512xl-switch03(config)#interface fastethernet0/10
3512xl-switch03(config-if)#switchport access vlan 40
3512xl-switch03(config-if)#spanning-tree portfast
3512xl-switch03(config-if)#exit
3512xl-switch03(config)#interface fastethernet0/11
3512xl-switch03(config-if)#switchport access vlan 40
3512xl-switch03(config-if)#spanning-tree portfast
3512xl-switch03(config-if)#exit
3512xl-switch03(config)#interface fastethernet0/12
3512xl-switch03(config-if)#switchport access vlan 40
3512xl-switch03(config-if)#spanning-tree portfast
3512xl-switch03(config-if)#exit

【相关文章】

【责任编辑:王健楠 TEL:(010)68476606】


共3页: 上一页 [1] [2] 3
【内容导航】
 第 1 页:必备知识  第 2 页:配置以太网通道
 第 3 页:配置ISL TRUNK 在交换机上
专题
其它路由协议专栏
MPLS路由协议专栏
RIP路由协议专栏
路由器产品导购
RIP路由协议专栏
我也说两句

匿名发表

(如果看不清请点击图片进行更换)


中 国 领 先 的 IT 技 术 网 站 ·
技 术 成 就 梦 想
订阅技术快讯
电子杂志下载
名称:SQL Server数据库管理精品黄皮书
简介:书中文章经过精挑细选,便于用户能根据自己的实际工作和学习,快速在本书寻找到相关资料。内容涵盖了SQL Server的安装与升级、语句查询、数据备份和恢复、自动化任务、数据同步、数据字典、安全和预防、性能和优化、集群等各方面应用信息,以及DBA管理人员在数据库管理工作中
名称:2007路由技术大全
简介:《2007路由技术大全》由51CTO.com网站特别策划制作,该书包括路由器技术、路由器产品、路由器配置、安全设置、路由器故障处理、路由器密码恢复,以及广大网友在实践使用中的心得经验和技巧文章,内容注重实用性,适用于初学者入门,也适合多年从业者提高,是一本实践和理论完
名称:网络安全精品应用黄皮书
简介:《2007精品网络安全黄皮书》包括了9个大类24个小类, 800余篇文章,内容包含了熊猫烧香病毒、DDOS攻击、ARP病等热点问题的介绍及解决方案。从病毒查杀、防范、系统、数据等各方面的安全设置到黑客技术的了解、防范,涉及到了安全应用的全部领域, 由浅至深内容全面。
2008年上半年全国软考冲刺辅导
2008年上半年全国..
微软出价446亿美元收购雅虎
微软出价446亿美..
Linux——从菜鸟到高手
Linux——从菜鸟..
· Linux——从菜鸟到高手
· 数据恢复指南
· 交换机故障解决指南
· OSPF路由协议专栏
· 勇闯IT培训黑色围城
· 见证中国网络安全二十年
· 技术人求职简历完备手册
· 华为员工自杀频频拷问..
· 视频访谈:网管员如何踏..
· 首届中国IT工程师生态..
· 思科全球CEO钱伯斯第七..
· 北漂技术人90天求职纪实
· 2007年互联网大会
· 龙芯要做中国的“奔腾”
· IPv6协议--拓展网络无..
· 国际文档格式标准开战
ARP攻击防范与解决方案
ARP攻击防范与解..
iSCSI应用与发展
iSCSI应用与发展
SQL Server 2008/2005全解
SQL Server 2008/..
· SQL Server 2008/2005..
· SOA 面向服务架构
· SQL Server 2008/2005..
· iSCSI应用与发展
· RAID——磁盘阵列基础
· 中间件应用技术专题
· SQL Server入门到精通
· 国际文档格式标准开战
· 路由器设置与口令恢复
· Linux防火墙
· 打造安全服务器
· SOA 面向服务架构
· PHP开发应用手册
· ADSL应用面面俱到
· 入侵防护系统(IPS)初探
· 数据恢复指南
ARP攻击防范与解决方案
ARP攻击防范与解..
SQL Server 2008/2005全解
SQL Server 2008/..
iSCSI应用与发展
iSCSI应用与发展
· iSCSI应用与发展
· 中间件应用技术专题
· SQL Server入门到精通
· SQL Server 2008/2005..
· SOA 面向服务架构
· iSCSI应用与发展
· RAID——磁盘阵列基础
· 数据恢复指南
· 路由器设置与口令恢复
· SOA 面向服务架构
· 了解统一威胁管理(UTM)..
· ADSL应用面面俱到
· ADSL应用面面俱到
· PHP开发应用手册
· 中间件应用技术专题
· 交换机故障解决指南