cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
465
Views
0
Helpful
7
Replies

7206 messages

Hello Everyone,

I'm trying to create additional channel group in the 7206 router and here's the messages I got!

%Insufficient resources to create channel group

I would like to know if this is related to memory problem or is there any work around i need to do.

I also attached the sh ver output for reference.

Cisco Internetwork Operating System Software

IOS (tm) 7200 Software (C7200-DS-M), Version 12.0(5)XE6, EARLY DEPLOYMENT RELEAS

E SOFTWARE (fc1)

TAC:Home:SW:IOS:Specials for info

Copyright (c) 1986-1999 by cisco Systems, Inc.

Compiled Thu 30-Dec-99 07:26 by htseng

Image text-base: 0x60008900, data-base: 0x6152E000

ROM: System Bootstrap, Version 12.1(20000824:081033) [dbeazley-cosmos_e_LATEST 1

01], DEVELOPMENT SOFTWARE

BOOTFLASH: 7200 Software (C7200-BOOT-M), Version 12.0(13)S, EARLY DEPLOYMENT REL

EASE SOFTWARE (fc1)

BCC-7200 uptime is 3 weeks, 1 day, 6 hours, 2 minutes

System returned to ROM by power-on at 02:01:52 MANILA Tue Oct 14 2003

System restarted at 16:07:44 MANILA Sat Dec 6 2003

System image file is "c7200-ds-mz.120-5.XE6"

cisco 7206VXR (NPE300) processor with 253952K/40960K bytes of memory.

R7000 CPU at 262Mhz, Implementation 39, Rev 2.1, 256KB L2, 2048KB L3 Cache

6 slot VXR midplane, Version 2.0

Last reset from power-on

Channelized E1, Version 1.0.

Bridging software.

X.25 software, Version 3.0.0.

Primary Rate ISDN software, Version 1.1.

1 FastEthernet/IEEE 802.3 interface(s)

136 Serial network interface(s)

16 Channelized E1/PRI port(s)

125K bytes of non-volatile configuration memory.

20480K bytes of Flash PCMCIA card at slot 0 (Sector size 128K).

46976K bytes of ATA PCMCIA card at slot 1 (Sector size 512 bytes).

4096K bytes of Flash internal SIMM (Sector size 256K).

Configuration register is 0x2102

7 Replies 7

kkalaycioglu
Level 4
Level 4

Can you write the configuration you're trying?

Regards.

Thanks,

Here's what im trying to do...

7200#config t

Enter configuration commands, one per line. End with CNTL/Z.

7200(config)#controller e1 5/7

7200(config-controller)#channel-group 0 timeslots 1

%Insufficient resources to create channel group

7200(config-controller)#

Just out of curiosity your trying to get a ethernet(10mbit) controller to join a channel-group correct?

Try using 2 fast ethernet controllers. However looking at your 'show version' you only have 1 fast ethernet device.

I will say I have a port-channel group on a 7206vxr with a npe300 and the exact amount of ram that you have. It can work - but I've never tried, nor do I know, if you can use ethernet ports for this.

Try these links.

http://www.cisco.com/en/US/products/hw/switches/ps628/products_configuration_example09186a00800ef797.shtml

http://www.cisco.com/en/US/products/sw/iosswrel/ps1834/products_feature_guide09186a00800803f8.html

are you sure all the ds0's on the e1 aren't already used up , it looks as if you are trying to use more ds0's than are available. Count how many timeslots are used already on this controller, 30 will be your max

Thanks for your reply, I'm sure the controller is not fully utilized, in fact i attached the sequence of my commands for reference, Controller 5/7 still empty, however controller 5/0 to 5/6 are already utilized but when I start to add channel group in 5/7 I got this message.

controller E1 5/7

shutdown

!

!

!

controller E1 6/2

shutdown

!

controller E1 6/3

shutdown

7200#config t

Enter configuration commands, one per line. End with CNTL/Z.

7200(config)#contro

7200(config)#controller e1 5/7

7200(config-controller)#cha

7200(config-controller)#channel-group 0 time

7200(config-controller)#channel-group 0 timeslots 1

%Insufficient resources to create channel group

BCC-7200(config-controller)#

did you try a no shut on the controller prior to configuring the controller ?

Yes i did try a no shut command on the controller prior to configuration but i still got the same message.