12-12-2014 04:28 AM - edited 03-05-2019 12:20 AM
Hello,
I am trying to configure layer 3 port-channel between two Cisco routers. Please share configuration if someone has been implemented the layer 3 port-channel between routers.
Thanks
12-12-2014 08:18 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
There's a Cisco paper showing how do do that for a 2800 series ISR. (Actually I recall the white paper showed how to have an Etherchannel between the ISR and a switch, but it should work for two routers.) One of my old posts either has the reference or the white paper as an attachment.
12-12-2014 12:10 PM
Hello
L3 etherchannel l3 switch/router
===========================
1) default physical interfaces (if possible)
2) apply "no switchport" to physical interfaces ( l3 switch only)
3)configure port-channel on physical interfaces
-- port-channel will be created automatically
4) config port-channel interface with ip address
5) enable physical interfaces "no shut"
conf t
default int ran fa0/0 -1
int ran fa0/0 -1
shut (if possible)
channel-group 1 mode xxx
int port-channel 1
no switchport (l3 switch only)
ip address xxxx yyyyy
int ran fa0/0 -1
no shut
res
Paul
12-15-2014 02:09 AM
I want to configure ether channel between two cisco 3945 routers.
So please let me the config
12-15-2014 09:35 AM
Hope this help:
http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CCgQFjAB&url=http%3A%2F%2Fwww.cisco.com%2Fc%2Fdam%2Fen%2Fus%2Fproducts%2Fcollateral%2Frouters%2F3800-series-integrated-services-routers-isr%2Fprod_white_paper0900aecd806f698a.pdf&ei=iRmPVOaOK8mtUa3SgvgE&usg=AFQjCNHdA3tSWYIeK028pcYHb-VgXkmoww&bvm=bv.81828268,d.d24
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide