networking-forum.com
Community BlogCommunity Wiki * Register  * Search  * Login
View unanswered postsView active topics

All times are UTC - 6 hours [ DST ]



Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Port Aggregate LACP
PostPosted: Wed Feb 08, 2012 9:44 am 
Offline
New Member
New Member

Joined: Wed Jun 01, 2011 10:09 am
Posts: 32
Certs: MCSA MCSE MCTS: Exchange 2007 / 2008 R2 Virtualiza
Filling in for an Engineer and i need to config a LACP, could anyone tell me if this is correct before i throw it into production? One question i do have, do i have to assign the channel an IP? Also will the LACP system-priority configure to default?

Ether channel is 53
interfaces to team are g2/0/4-5
active for aggregate

thanks in advance

MDF-sw4c2> en
MDF-sw4c2# conf t
MDF-sw4c2(config)# int port-channel 53
MDF-sw4c2(config-if)# ip address 10.25.20.33
MDF-sw4c2(config-if)# int g2/0/4
MDF-sw4c2(config-if)# no ip address
MDF-sw4c2(config-if)# channel-group 53 mode active
MDF-sw4c2(config-if)# exit
MDF-sw4c2(config)# int g2/0/5
MDF-sw4c2(config-if)# no ip address
MDF-sw4c2(config-if)# channel-group 53 mode active
MDF-sw4c2(config-if)# end


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Wed Feb 08, 2012 9:51 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Thu Dec 30, 2010 2:05 pm
Posts: 1130
Location: Stockholm, SE
Certs: CCNP, CCNP SP, CCDA, CCNA DC, CCNA W, HP MASE
Looks allright. Might have to do no switchport on the port-channel 53 interface also, depending on the device.

_________________
som om sinnet hade svartnat för evigt.


Last edited by srg on Wed Feb 08, 2012 9:54 am, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Wed Feb 08, 2012 9:53 am 
Offline
Moderator
Moderator
User avatar

Joined: Mon Apr 07, 2008 10:38 am
Posts: 9390
Location: Orlando, FL
Certs: CCNP RS, CCNP DC, CCDP, CCIP
might need "no switchport" too, depending on the hardware

edit: just noticed your question. do you need an L3 channel? if not, then no, you don't need an IP and shouldn't assign one.

_________________
http://blog.alwaysthenetwork.com


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Wed Feb 08, 2012 9:54 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Nov 23, 2009 7:55 pm
Posts: 1395
Location: South Carolina
Certs: CCNP, CCNA Sec
You do not have to assign the port-channel interface an IP. Also... Do you plan on having the port-channel trunk VLANs or only access 1 VLAN? The important thing to remember is to keep the interface configurations identical.


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Wed Feb 08, 2012 9:58 am 
Offline
New Member
New Member

Joined: Wed Jun 01, 2011 10:09 am
Posts: 32
Certs: MCSA MCSE MCTS: Exchange 2007 / 2008 R2 Virtualiza
swagger wrote:
You do not have to assign the port-channel interface an IP. Also... Do you plan on having the port-channel trunk VLANs or only access 1 VLAN? The important thing to remember is to keep the interface configurations identical.



so the int wont keep the vlan config? the will only access on vlan, but not the default


thanks for everyones comments


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Wed Feb 08, 2012 10:00 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Nov 23, 2009 7:55 pm
Posts: 1395
Location: South Carolina
Certs: CCNP, CCNA Sec
Not sure what you are asking... Depending on how the interface is setup, it can be for a single VLAN or multiple VLANs as a trunk. If you did nothing else to the ports, in that configuration you posted it will either be an access port in VLAN 1 or if the other side is set up to actively attempt to trunk, it will trunk all VLANs.


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Wed Feb 08, 2012 10:03 am 
Offline
CCIE #38070
CCIE #38070
User avatar

Joined: Wed Jun 18, 2008 7:49 am
Posts: 12425
Location: London, UK
Certs: CCIE ,CC-NP/IP, JNCIP-SP, JNCIS-ENT, BC-/SPNE/NP
You've create a L3 LACP port. The config is perfectly fine if you wanted an L3 port to begin with.

If not, you need to add switchport to both the po interface and the individual interfaces. If you do this you may need to re-add the interfaces to the po as in the interim one will be L2 while the other L3

_________________
www.mellowd.co.uk/ccie/


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Wed Feb 08, 2012 10:05 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Nov 23, 2009 7:55 pm
Posts: 1395
Location: South Carolina
Certs: CCNP, CCNA Sec
Right I dont mean to confuse things... He asked if an IP was necessary so I was just giving my .02 :)


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Wed Feb 08, 2012 10:12 am 
Offline
Moderator
Moderator
User avatar

Joined: Mon Apr 07, 2008 10:38 am
Posts: 9390
Location: Orlando, FL
Certs: CCNP RS, CCNP DC, CCDP, CCIP
wait until the engineer gets back

_________________
http://blog.alwaysthenetwork.com


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Wed Feb 08, 2012 10:15 am 
Offline
New Member
New Member

Joined: Wed Jun 01, 2011 10:09 am
Posts: 32
Certs: MCSA MCSE MCTS: Exchange 2007 / 2008 R2 Virtualiza
Vito_Corleone wrote:
wait until the engineer gets back



I wish, he's gone for good.


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Wed Feb 08, 2012 10:17 am 
Offline
New Member
New Member

Joined: Wed Jun 01, 2011 10:09 am
Posts: 32
Certs: MCSA MCSE MCTS: Exchange 2007 / 2008 R2 Virtualiza
fattstrat wrote:
Vito_Corleone wrote:
wait until the engineer gets back



I wish, he's gone for good.



Infact both of them are as of last wednesday.


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Wed Feb 08, 2012 11:10 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Thu Dec 30, 2010 2:05 pm
Posts: 1130
Location: Stockholm, SE
Certs: CCNP, CCNP SP, CCDA, CCNA DC, CCNA W, HP MASE
I think its better you explain what you're trying to accomplish, then we'll be able to help you with the conf ;)

_________________
som om sinnet hade svartnat för evigt.


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Thu Feb 09, 2012 5:07 am 
Offline
Member
Member
User avatar

Joined: Wed Jun 22, 2011 4:24 am
Posts: 161
Certs: CCNP , CCIP , 530010.
Go on the other side of the link , du a "sh run | b port" a "sh run int (int in question) " sh int trunk" and finaly a "sh ether sum and sh ether detail" copy the config and paste it on the L3 switch in question. See if you really need an ip address under the portchannel. If you don't it should work anyways. I guess :p
Also you should start some debugging before you paste anything : debug etherchannel [all | detail | error | event | idb ]
I would also make a notepad with those commands and a NO in front of them. If something fails (you will know because of the debug output) you can undo them quickly. If you can spare the time : http://www.cisco.com/en/US/docs/ios/12_ ... elacp.html

_________________
Stay the curse !


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Thu Feb 09, 2012 9:20 am 
Offline
Junior Member
Junior Member
User avatar

Joined: Sat Oct 01, 2011 11:31 pm
Posts: 86
Certs: CCNA
deadcow wrote:
Go on the other side of the link , du a "sh run | b port" a "sh run int (int in question) " sh int trunk" and finaly a "sh ether sum and sh ether detail" copy the config and paste it on the L3 switch in question. See if you really need an ip address under the portchannel. If you don't it should work anyways. I guess :p
Also you should start some debugging before you paste anything : debug etherchannel [all | detail | error | event | idb ]
I would also make a notepad with those commands and a NO in front of them. If something fails (you will know because of the debug output) you can undo them quickly. If you can spare the time : http://www.cisco.com/en/US/docs/ios/12_ ... elacp.html



And on the other side, doesnt he have to configure as "passive" and not active on both sides? I forget if that even works. Ive always done passive on one side (downstream) and active on the upstream side (like a core switch) for LACP. Right/Wrong?

_________________
The Internet is not a big truck; Its not something you just dump something on. It..it..its..Its a SERIES OF TUBES!


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Thu Feb 09, 2012 9:25 am 
Offline
Moderator
Moderator
User avatar

Joined: Mon Apr 07, 2008 10:38 am
Posts: 9390
Location: Orlando, FL
Certs: CCNP RS, CCNP DC, CCDP, CCIP
Active on both sides is fine. Passive on both sides is a problem.

_________________
http://blog.alwaysthenetwork.com


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Thu Feb 09, 2012 9:29 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Aug 21, 2007 2:15 pm
Posts: 8284
Location: Frederick MD
Certs: Instanity
Vito_Corleone wrote:
Active on both sides is fine. Passive on both sides is a problem.


active just means that both sites will actively negotiate the link protocol.

_________________
"If you're good at anticipating the human mind. It leaves nothing to chance."
-Jigsaw


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Thu Feb 09, 2012 9:39 am 
Offline
Junior Member
Junior Member
User avatar

Joined: Sat Oct 01, 2011 11:31 pm
Posts: 86
Certs: CCNA
ristau5741 wrote:
Vito_Corleone wrote:
Active on both sides is fine. Passive on both sides is a problem.


active just means that both sites will actively negotiate the link protocol.



Got it. Hmm, I wonder whats the practical reason behind choosing active/active vs active/passive then?

_________________
The Internet is not a big truck; Its not something you just dump something on. It..it..its..Its a SERIES OF TUBES!


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Thu Feb 09, 2012 12:43 pm 
Offline
New Member
New Member

Joined: Wed Jun 01, 2011 10:09 am
Posts: 32
Certs: MCSA MCSE MCTS: Exchange 2007 / 2008 R2 Virtualiza
so here is what is on the switch already...


interface Port-channel57
description MCKTORCSQL04b NIC Team
switchport
switchport mode access
no ip address
!
interface Port-channel58
description MCKTORCSQL05b NIC Team
switchport
switchport mode access
no ip address
!
interface Port-channel59
description MCKTORCSQL04a NIC Team
switchport
switchport mode access
no ip address



I need another team for link aggregate for another SQL cluster.

here is what i tried to configure on a 6509 but get error on the channel group command


interface Port-channel49
description MCKTORCSQL03a NIC TEAM
switchport
switchport mode access
no ip address
channel group 49 mode active


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Thu Feb 09, 2012 12:50 pm 
Offline
New Member
New Member

Joined: Wed Jun 01, 2011 10:09 am
Posts: 32
Certs: MCSA MCSE MCTS: Exchange 2007 / 2008 R2 Virtualiza
fattstrat wrote:
so here is what is on the switch already...


interface interface Port-channel49
description MCKTORCSQL03a NIC TEAM
switchport
switchport mode access
no ip address
channel group 49 mode active

mn i'm not intelligent, mode active is only on the interfaces


Top
 Profile  
 
 Post subject: Re: Port Aggregate LACP
PostPosted: Thu Feb 09, 2012 1:56 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Thu Dec 30, 2010 2:05 pm
Posts: 1130
Location: Stockholm, SE
Certs: CCNP, CCNP SP, CCDA, CCNA DC, CCNA W, HP MASE
ok, so it seems as if you're using switchports in vlan 1. The channel-group command goes on the physical interfaces that makes up the port-channel.. so:

Code:
int range gi1/0/1 - 2
switchport mode access
channel-group 49 mode active


Ah missed your last post ;). Got it to work?

_________________
som om sinnet hade svartnat för evigt.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: aljugan, CLIGuru, jamie, ScottF, timaz and 32 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group