PortChannel-vs-ae-interfaces.docx_第1页
PortChannel-vs-ae-interfaces.docx_第2页
PortChannel-vs-ae-interfaces.docx_第3页
PortChannel-vs-ae-interfaces.docx_第4页
PortChannel-vs-ae-interfaces.docx_第5页
免费预览已结束,剩余1页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

PortChannel vs. ae interfaces.New Options Mark as New Bookmark Subscribe Highlight Print Email to a Friend Report Inappropriate Content04-26-2012 07:10 AM - edited 04-26-2012 07:17 AM Hi all. The first thing you will have to know is that you cant directly create port channels interface under Junos. Unlike in IOS that you configure a interface Port-Channel X with a desired number X, you cant do this in Junos this way. So, how we could create Channels or EtherChannels under Junos ?. Second, IOS supports the following etherchannel protocols, LACP (standard), PAGP (cisco proprietary), etherchannel (802.3ad). Of course Junos dont support PAGP, so you only have the options LACP and 802.3ad. Also, under IOSyou configure channel protocol and other options under the channel interface members, this may be cause of configuration mismatch. But under JunOS, you configuremost optionsunder the ae interface, so will apply to all members, no configuration mismatch. Channel protocol is configured with the options :IOSJunOS. active Enable LACP unconditionally Supported under Junos. auto Enable PAgP only if a PAgP device is detected Not supported. desirable Enable PAgP unconditionally Not supported. on Enable Etherchannel only Supported. passive Enable LACP only if a LACP device is detectedSupported. Under LACP you could configure some options, like port priority and rate. The IOS configuration to create Port-Channels is like the following : ! For LACP, you could configure a global system priority. lacp system-priority X ! First, would have to create this. interface port-channel Y ! configure max bundle interfaces for LACP. lacp max-bundle 1-8interface gigabitethernet 0/0 ! This will bind interface to channel and configure the channel protocol. channel-groupY mode active|passive|on ! Orunder dynamic interfaces that will autoconfigure, you could configurethe allowed protocol. channel-protocol lacp|pagp ! LACP priority, you could configure more than 8 interfaces per channel, but only 8 will become a lacp channel. lacp port-priority X ! And could configure the lacp rate mode. lacp rate fastslowinterface gigabitethernet 0/1 ! This will bind interface to channel and configure the channel protocol. channel-group Y mode active|passive|on ! Orunder dynamic interfaces that will autoconfigure, you could configurethe allowed protocol. channel-protocol lacp|pagp ! LACP priority, you could configure more than 8 interfaces per channel, but only 8 will become a lacp channel. lacp port-priority X ! And could configure the lacp rate mode. lacp rate fastslow Under JunOS.First, have to configure the chassis,configure how many aggregated ethernetchannels or aggregated ethernetdo we want. This is similar to create the interface port-channel, but will create 1 or 100 at the same time. Junos will automatically create the AE interfaces, from 0 to X. You have to do this once, or whenever you want to add ae interfaces increasing the previous value you configured. You could create 10 ae interfaces but use only 2. Then will configure ae options and bind physicall interfaces to the ae interface. If you dont want to use LACP, dont have to configure its options below. /* Global system priority. */ set chassis aggregated-devices ethernet lacp system-priority X /* First have to create the aggregated interface. device-count value 1,2,3 or else needed,this is likecreate a interface port-channel. If want to add ae interface have to increase configured value. */ set chassis aggregated-devices ethernet device-count X /* Configure interface ae Yfor LACP in active or passive mode. */ set interfaces aeY aggregated-ether-options lacp active|passive /* Under member interface, bind to ae interface. */ set interfaces ge-0/0/0 gigether-options 802.3ad aeY set interfaces ge-0/1/0 gigether-options 802.3ad aeY /* Under member interface, lacp priority. */ set interfaces ge-0/0/0 gigether-options 802.3ad aeY lacp port-priority X set interfaces ge-0/1/0 gigether-options 802.3ad aeY lacp port-priority X /* Configure LACP rate mode under ae interface. */ set interfaces aeY aggregated-ether-options lacp periodic fast|slow Verification commands. IOS show lacpcounters show pagp counters show lacpneighbors show pagp neighbors show etherchannel port show etherchannel port-channel show etherchannel summary show etherchanneldetail show interface por

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论