Port channel between x440g2 48 p and cisco cat 6500
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-18-2017 10:55 AM
i have configured port channel on my cisco and extreme switch but when i connect the interfaces the port channel doesnt come up not sure what i am doing wrong here. please see configuration
CISCO CONFIG
------------------------------------------------------------------------------------------
interface Port-channel2
description 7th Floor Copper Trunk Uplinks
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-14,16-20,24-29,31-4094
switchport mode trunk
bandwidth 4096000
no ip address
logging event link-status
logging event spanning-tree status
logging event bundle-status
logging event trunk-status
load-interval 30
snmp ifindex persist
mls qos trust cos
spanning-tree portfast trunk
spanning-tree link-type point-to-point
end
interface range GigabitEthernet2/11 - 12
description 7th Floor Copper Uplink 1
switchport
switchport trunk allowed vlan 1-14,16-20,24-29,31-4094
switchport mode trunk
no ip address
logging event link-status
logging event spanning-tree status
logging event bundle-status
logging event trunk-status
load-interval 30
keepalive 30
mls qos trust cos
spanning-tree portfast trunk
spanning-tree link-type point-to-point
channel-protocol pagp
channel-group 2 mode desirable
end
EXOS CONFIG
-------------------------------------------------------------------------------------------------
enable sharing 1:2 grouping 1:2,3:48 algorithm address-based L2
sh sharing detail
Load Sharing Monitor
Config Current Agg Min Ld Share Dist Ld Share Agg Link Link Up
Master Master Control Active Algorithm Flags Group Mbr State Transitions
================================================================================
1:2 1:2 Static 1 L2 A 1:2 Y A 5
L2 3:48 - R 1
==============================================================================
CISCO CONFIG
------------------------------------------------------------------------------------------
interface Port-channel2
description 7th Floor Copper Trunk Uplinks
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-14,16-20,24-29,31-4094
switchport mode trunk
bandwidth 4096000
no ip address
logging event link-status
logging event spanning-tree status
logging event bundle-status
logging event trunk-status
load-interval 30
snmp ifindex persist
mls qos trust cos
spanning-tree portfast trunk
spanning-tree link-type point-to-point
end
interface range GigabitEthernet2/11 - 12
description 7th Floor Copper Uplink 1
switchport
switchport trunk allowed vlan 1-14,16-20,24-29,31-4094
switchport mode trunk
no ip address
logging event link-status
logging event spanning-tree status
logging event bundle-status
logging event trunk-status
load-interval 30
keepalive 30
mls qos trust cos
spanning-tree portfast trunk
spanning-tree link-type point-to-point
channel-protocol pagp
channel-group 2 mode desirable
end
EXOS CONFIG
-------------------------------------------------------------------------------------------------
enable sharing 1:2 grouping 1:2,3:48 algorithm address-based L2
sh sharing detail
Load Sharing Monitor
Config Current Agg Min Ld Share Dist Ld Share Agg Link Link Up
Master Master Control Active Algorithm Flags Group Mbr State Transitions
================================================================================
1:2 1:2 Static 1 L2 A 1:2 Y A 5
L2 3:48 - R 1
==============================================================================
12 REPLIES 12
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-19-2017 03:05 PM
HI Guys
I have tried below configuration and port channel still doesnt work
================================================================
interface Port-channel 3
description 7th Floor Copper Trunk Uplinks
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-14,16-20,24-29,31-4094
switchport mode trunk
bandwidth 4096000
no ip address
logging event link-status
logging event spanning-tree status
logging event bundle-status
logging event trunk-status
load-interval 30
snmp ifindex persist
mls qos trust cos
spanning-tree portfast trunk
spanning-tree link-type point-to-point
end
interface range GigabitEthernet3/7 - 8
description 7th Floor Copper Uplink 3
switchport
switchport trunk allowed vlan 1-14,16-20,24-29,31-4094
switchport mode trunk
no ip address
logging event link-status
logging event spanning-tree status
logging event bundle-status
logging event trunk-status
load-interval 30
keepalive 30
mls qos trust cos
spanning-tree link-type point-to-point
channel-group 3 mode active
end
on extreme side
enable sharing 1:2 grouping 1:2,3:48 algorithm address-based L2 lacp
m at my wits end now m not sure where i go wrong
Can a member kindly share their port channel configs between cisco device and extreme.
Thanks
I have tried below configuration and port channel still doesnt work
================================================================
interface Port-channel 3
description 7th Floor Copper Trunk Uplinks
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-14,16-20,24-29,31-4094
switchport mode trunk
bandwidth 4096000
no ip address
logging event link-status
logging event spanning-tree status
logging event bundle-status
logging event trunk-status
load-interval 30
snmp ifindex persist
mls qos trust cos
spanning-tree portfast trunk
spanning-tree link-type point-to-point
end
interface range GigabitEthernet3/7 - 8
description 7th Floor Copper Uplink 3
switchport
switchport trunk allowed vlan 1-14,16-20,24-29,31-4094
switchport mode trunk
no ip address
logging event link-status
logging event spanning-tree status
logging event bundle-status
logging event trunk-status
load-interval 30
keepalive 30
mls qos trust cos
spanning-tree link-type point-to-point
channel-group 3 mode active
end
on extreme side
enable sharing 1:2 grouping 1:2,3:48 algorithm address-based L2 lacp
m at my wits end now m not sure where i go wrong
Can a member kindly share their port channel configs between cisco device and extreme.
Thanks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-18-2017 12:09 PM
Lutha,
please note if you need to configure the exos side for lacp as well as it looks like it is currently setup as a static lag
the following article should be able to help you achieve this:
https://gtacknowledge.extremenetworks.com/articles/How_To/how-to-configure-sharing-LAG-LACP-in-Summi...
Regards,
please note if you need to configure the exos side for lacp as well as it looks like it is currently setup as a static lag
the following article should be able to help you achieve this:
https://gtacknowledge.extremenetworks.com/articles/How_To/how-to-configure-sharing-LAG-LACP-in-Summi...
Regards,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-18-2017 11:53 AM
Hi,
Pagp is a Cisco proprietary protocol it is not support by any other vendor, you need to configure the Cisco with LACP.
Regards
Pagp is a Cisco proprietary protocol it is not support by any other vendor, you need to configure the Cisco with LACP.
Regards
