Ads 468x60px

Friday, April 13, 2012

Maipu LACP Manual Mode and Cisco ON Mode Testing

As discussed in last post of LACP configurations, We will see Maipu LACP Manual mode and Cisco ON mode configurations in this post. This is testing report for inter-operability between Maipu and Cisco Switches.



Maipu Manual Link Aggregation Manual mode- Cisco ON mode


Objective – To test the compatibility of Cisco and Maipu switch for Link aggregation in Cisco ON mode and Maipu Manual Mode. 

Cisco Configuration –
!
port-channel load-balance src-dst-mac
interface Port-channel1
 switchport trunk native vlan 2
 switchport mode trunk
 load-interval 30
interface FastEthernet0/1
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/2
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/3
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/23
 switchport trunk native vlan 2
 switchport mode trunk
 load-interval 30
 channel-group 1 mode on
!
interface FastEthernet0/24
 switchport trunk native vlan 2
 switchport mode trunk
 load-interval 30
 channel-group 1 mode on
!

Maipu Configuration -

link-aggregation 1 mode manual
link-aggregation 1 load-balance src-dst-mac
vlan 1
 exit

vlan 2,10
port 0/0/14
 duplex full
 speed 100
 link-aggregation 1 manual
load-interval 30
 exit
port 0/0/15
 duplex full
 speed 100
 link-aggregation 1 manual
load-interval 30
 exit

link-aggregation 1
 port-type nni
 port mode trunk
 port trunk allowed vlan all
 port trunk pvid vlan 2
load-interval 30
 exit


Show Outputs
Screenshots –

Cisco Screenshots

Cisco Port channel status -



Port-Channel Interface output –


Interface Fa0/23 -


 Interface Fa0/24 -

 Maipu Screenshots –


Maipu Link Aggregation Output -


Maipu Port 0/0/14 -


 Maipu Port 0/0/15 -





Test Conclusion- Link Aggregation is working properly between Maipu and Cisco. Bandwidth is load-balancing between two trunk links.


Device IOS details - 

Maipu IOS details - 




Cisco IOS details - 



Hope this information will help you. 

Thanks for reading.. 

For feedback. Plz comment with Name and Mail ID.. 




Sunday, March 18, 2012

LACP Configurations - Maipu and Cisco Switches



Hi All, I was doing a inter-operability testing for Maipu ME switches and Cisco 2960 and ME switches for LACP features (on mode and LACP mode).  It is working absolutely fine, In case any body is having any issues in configuration, They can refer this testing process and do it. 
I want to share testing report with you. It will help you in any future deployments.  This post is for LACP mode. In next post, I will share ON mode.

Maipu and Cisco LACP testing

Objective -  To test Maipu and Cisco LACP interoperability.

Cisco configuration -
port-channel load-balance src-dst-mac
interface Port-channel1
 switchport trunk native vlan 2
 switchport mode trunk
 load-interval 30
!
interface FastEthernet0/1
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/2
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/3
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/23
 switchport trunk native vlan 2
 switchport mode trunk
 load-interval 30
 channel-group 1 mode passive
!
interface FastEthernet0/24
 switchport trunk native vlan 2
 switchport mode trunk
 load-interval 30
 channel-group 1 mode passive
!

Maipu Configuration –
link-aggregation 1 mode lacp
link-aggregation 1 load-balance src-dst-mac


vlan 1
 exit
port 0/0/14
 duplex full
 speed 100
 link-aggregation 1 active
 exit
port 0/0/15
 duplex full
 speed 100
 link-aggregation 1 active
 exit
link-aggregation 1
 port-type nni
 port mode trunk
 port trunk allowed vlan all
 port trunk pvid vlan 2
 exit


Show Outputs
Cisco outputs
Port Channel status-


Port Channel interface - 



Interface fa0/23



Fa0/24


Show version



Maipu outputs –
Link aggregation output -


Port 0/0/14 -

Port 0/0/15 -




Test Conclusion - Maipu and Cisco LACP is properly working fine and bandwidth is load-balancing on both links. 

Hope this information will help you. 

Thanks for reading.. 

For feedback. Plz comment with Name and Mail ID..  
Related Posts Plugin for WordPress, Blogger...