Natalie, I see a potential problem: the 'bandwidth 1024' statement in your interface config tells me that your provider is selling your a T1 throttled to 1024 kilobit/sec.
The 'bandwidth' statement instructs the interface not to exceed 1024 kbit/sec, this is good. I'm guessing that your provider has limited the number of timeslots (channels) that the circuit uses, but your interface is currently configured to use all of them (the default). You can confirm that with "show service-module serial1" You'll see a line in the output like: <SNIP> Fraction has 24 timeslots (64 Kbits/sec each), Net bandwidth is 1536 Kbits/sec. <!SNIP> The interfaces on each end of the circuit need to match, and I'm guessing that your provider has the circuit limited to 16 timeslots. It would be worth a call to your provider to confirm this. 16 * 64kbps == 1024 kbps Adding "service-module t1 timeslots 1-16" would limit your interface to 16 timeslots and (hopefully) fix your problems. Also, I didn't see a clock source statement in your interface config. It would be a good idea to add one. Your provider is probably providing the timing for the circuit (another good thing to confirm) so adding "service-module t1 clock source line" to the interface would do it. Hope that helps, Andrew Hull Natalie Aloi wrote: > Andrew, - I think maybe that is part of my problem incorrectly > configured channelized t1 (the reason I want to monitor all channels - > is I have complaints of throughput and or latency and MAYBE one of the > channels is not accepting traffic) however this is the config from my > router. > > interface Serial1 > description To SynergyHQ int s1/1 > bandwidth 1024 > ip address 192.168.21.2 255.255.255.0 > ip access-group 102 in > no ip redirects > no ip unreachables > no ip directed-broadcast > no ip proxy-arp > no cdp enable > > -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
