etherchannel between ubr10k and cisco switch | docsis.org

You are here

etherchannel between ubr10k and cisco switch

4 posts / 0 new
Last post
derytelecom
etherchannel between ubr10k and cisco switch

Hi

Has anyone succeeded in configuring a stable 2 gigs etherchannel between a ubr10k and a cisco switch

We have tried several hardware and we cannot get a viable solution

we tried the

The best we could do is have a working etherchannel if we configure it after a reboot and we lose it if we reboot

this is cisco issue CSCsx46105

we have tried

SPA-5X1GE-V2
and
ESR-HH-1GE

if not what solution did you use to go over 1gig of data ?

kwesibrunee
yes!!!!

yes I have succeeded in doing this, and yes it took quite a while to get right.

the other option is switch to a 10G interface, which I would do in a heartbeat if I could get the powers that be to pay for it.

sh version
Cisco IOS Software, 10000 Software (UBR10K4-K9P6U2-M), Version 12.2(33)SCE3, RELEASE SOFTWARE (fc1)

interface Port-channel4
ip address 172.16.0.2 255.255.255.252
no negotiation auto

interface GigabitEthernet1/0/0
no ip address
negotiation auto
channel-group 4
cdp enable

interface GigabitEthernet1/0/3
no ip address
negotiation auto
channel-group 4
cdp enable

interface GigabitEthernet3/0/0
no ip address
negotiation auto
channel-group 4
cdp enable

interface GigabitEthernet3/0/3
no ip address
negotiation auto
channel-group 4
cdp enable

Port-channel4 is up, line protocol is up
Hardware is GEChannel, address is 6400.f17b.fb10 (bia 0000.0000.0000)
Internet address is 206.192.217.106/30
MTU 1500 bytes, BW 4000000 Kbit, DLY 10 usec,
reliability 255/255, txload 8/255, rxload 78/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 04:00:00
No. of active members in this channel: 4
Member 0 : GigabitEthernet3/0/0 , Full-duplex, 1000Mb/s
Member 1 : GigabitEthernet1/0/3 , Full-duplex, 1000Mb/s
Member 2 : GigabitEthernet1/0/0 , Full-duplex, 1000Mb/s
Member 3 : GigabitEthernet3/0/3 , Full-duplex, 1000Mb/s
No. of PF_JUMBO supported members in this channel : 4
Last input 00:00:00, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/300/0/504256 (size/max/drops/flushes); Total output drops: 0
Interface Port-channel4 queueing strategy: PXF Class-based
5 minute input rate 1236103000 bits/sec, 119791 packets/sec
5 minute output rate 129879000 bits/sec, 68433 packets/sec
4879549127355 packets input, 6290313970121725 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 0 multicast, 0 pause input
3080571839276 packets output, 596128559443868 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 pause output
0 output buffer failures, 0 output buffers swapped out

on the Switch side (we use a 6500)

sh version
Cisco Internetwork Operating System Software
IOS (tm) s72033_rp Software (s72033_rp-IPSERVICESK9-M), Version 12.2(18)SXE6, RELEASE SOFTWARE (fc1)

interface Port-channel4
description CMTS10K
ip address 172.16.0.3 255.255.255.252

interface GigabitEthernet8/5
description CMTS10K
no ip address
channel-group 4 mode on

interface GigabitEthernet8/6
description CMTS10K
no ip address
channel-group 4 mode on

interface GigabitEthernet8/9
description CMTS10K
no ip address
channel-group 4 mode on

interface GigabitEthernet8/11
description CMTS10K
no ip address
channel-group 4 mode on

sh interfaces port-channel 4 etherchannel
Age of the Port-channel = 888d:07h:42m:13s
Logical slot/port = 14/4 Number of ports = 4
GC = 0x00000000 HotStandBy port = null
Passive port list = Gi8/5 Gi8/6 Gi8/9 Gi8/11
Port state = Port-channel L3-Ag Ag-Inuse
Protocol = -

Ports in the Port-channel:

Index Load Port EC state No of bits
------+------+------+------------------+-----------
2 11 Gi8/5 On 2
1 22 Gi8/6 On 2
3 44 Gi8/9 On 2
0 88 Gi8/11 On 2

Time since last port bundled: 188d:00h:04m:10s Gi8/9
Time since last port Un-bundled: 363d:05h:28m:40s Gi8/11

fschlums
10Gig SPA

I would also switch to a 10Gig SPA if possible. (eBay?)
We had finally 2x 4x1Gig Uplink Bonding as there can only 4x1Gig be bonded. (PRE4 with 2x 5x1Gig SPA)
But we had a Foundry RX8 on the other side.

ehren8879
We ran a two-member static

We ran a two-member static LAG for a while and are currently doing so on our lab 10K. I've found the port-channel to be stable and perform reliably, but if we reboot the switch it's connected to (Procurve), the port-channel doesn't come back up unless we reload the CMTS. Reloading the controller may do it too, but I don't recall.

Log in or register to post comments