前言
以太网信道可以根据用于的接口或端口的速度称为快速以太信道(FEC)或Gigabit EtherChannel (GEC) ,形成以太网信道 。在本例中,二个快速以太网端口从Cisco路由器和 Catalyst 6500 交换机被包了到FEC。在本文过程中,术语 FEC,GEC、端口信道、信道和端口组全部将提到以太网信道。本文包括配置文件从交换机和路由器 和仅输出从相关示例show命令。
创建示例在本文,我们在实验室环境使用以下交换机带有被清除的配置 :
| Catalyst 6500交换机(没有VLAN中继 ) |
|---|
| Building configuration... Current configuration : 5869 bytes ! version 12.1 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname cat6500 ! boot buffersize 126968 boot system flash slot0:c6sup11-jsv-mz.121-8b.EX4.bin boot bootldr bootflash:c6msfc-boot-mz.121-4.E1 enable password ww ! redundancy main-cpu auto-sync standard ip subnet-zero ! ! no ip finger ! ! ! ! !-- In this example, we have configured Layer 3 EtherChannel. !-- For more details, refer to the following document: !-- Configuring Layer 3 and Layer 2 EtherChannel Switchport. !-- A logical port-channel interface is automatically created !-- when ports are grouped in to a channel group. interface Port-channel 1 ip address 11.1.1.2 255.255.255.0 hold-queue 300 in ! interface GigabitEthernet1/1 no ip address shutdown ! interface GigabitEthernet1/2 no ip address shutdown ! interface FastEthernet3/1 no ip address !-- Port is member of channel group 1. Routers do not support Etherchannel !-- negotiation (PAgP), so PAgP needs to be disabled. !-- On a Catalyst 4000 switch, all ports are Layer 2 port by default. Convert !-- this port from physical Layer 2 port to physical Layer 3 port using the !-- no switchport command. channel-group 1 mode on interface FastEthernet3/2 no ip address !-- Port is member of channel group 1. Routers do not support Etherchannel !-- negotiation (PAgP), so PAgP needs to be disabled. !-- On a Catalyst 4000 switch, all ports are Layer 2 port by default. Convert !-- this port from physical Layer 2 port to physical Layer 3 port using the !-- no switchport command. channel-group 1 mode on interface FastEthernet3/3 no ip address switchport switchport mode access ! (....Output is suppressed) ! ip classless no ip http server ! ! ! line con 0 transport input none line vty 0 4 ! end |
| Cisco 7500路由器(没有VLAN中继) |
|---|
| (....Output is suppressed) ! interface Port-channel1 ip address 11.1.1.1 255.255.255.0 hold-queue 300 in ! interface FastEthernet0/0 no ip address full-duplex channel-group 1 ! interface FastEthernet0/1 no ip address full-duplex channel-group 1 (....Output is suppressed) |
|
(责任编辑:城尘 68476636-8003)
|
|||
| · 51CTO技术自测 挑战自.. · CISSP认证成长之路 · 51CTO主编推荐经典专题 · 51CTO国庆充电专题之好.. · 网络技术经典基础教程 · AMD Phenom三核处理器.. · 国际文档格式标准开战 · 2007年互联网大会 |
· 我是黑客我怕谁——讲.. · ARP攻击防范与解决方案 · Solaris 10 配置管理 · Solaris基础知识入门 · RIP路由协议专栏 · MPLS路由协议专栏 · OSPF路由协议专栏 · 思科路由器产品 |
||
|
|||
| · Java基础教程 · VPN技术 · ARP攻击防范与解决方案 · SQL Server 2005全解 · SOA 面向服务架构 · SQL Server 2005全解 · Java编程开发手册 · RAID——磁盘阵列基础 |
· 三层交换技术专题 · SQL Server入门到精通 · Windows Server 2003企.. · Windows远程桌面应用 · C#技术开发指南 · VPN技术 · Solaris 10 配置管理 · C#技术开发指南 |
||
|
|||
| · ARP攻击防范与解决方案 · VPN技术 · SQL Server 2005全解 · Java基础教程 · SQL Server入门到精通 · SQL Server 2005全解 · SOA 面向服务架构 · Java编程开发手册 |
· C#技术开发指南 · 三层交换技术专题 · C#技术开发指南 · Windows远程桌面应用 · RAID——磁盘阵列基础 · Windows Server 2003企.. · 邮件服务器专题 · wimax技术与趋势 |
||
| ·DB2 Viper快速入门 ·DB2 9数据库的镜像分割与.. |
·将XML应用程序从DB2 8.x.. ·DB2 9中的pureXML:如何.. |
| ·服务器中的“傻瓜机”在.. ·盖茨也喜欢登录Youtube看.. |
· · |
| ·拯救系统管理员 ·美国选民:我为什么选布什 |
·VMware公司中文命名挑战赛 ·我们真缺乏创新吗? |
| ·J0ker的CISSP之路:复习-.. ·J0ker的CISSP之路:复习-I.. |
·9月第3周安全回顾 内网安.. ·教你几招识别和防御Web网.. |
| · NGN:下一代网络 · 网络访问中断大排查 · FTTx光纤接入 |
· 教你使用Anti ARP Sniff.. · 网络嗅探教程:使用Snif.. · 常见病毒手工清除方法大.. |
| · C++是垃圾语言?! · 2007年IT界七大抄袭事件 · Java实用开发全集 |
· 解析Ajax开发框架 走进A.. · 基于Google Maps与Ajax.. · 基于Google Maps与Ajax.. |
| · 热门 IT 培训认证官方资.. · Ubuntu 中文开源频道 · Solaris基础知识入门 |
· 费力不讨好 数据中心主.. · AMD Phenom三核处理器解.. · 51CTO主编推荐经典专题 |
| · 甲骨文Oracle 11g正式发.. · Oracle数据库开发之PL/S.. · Oracle数据库开发基础教.. |
· 存储2006,一个并购的大.. · IDC宣布浪潮蝉联存储市.. · 双机热备技术 |