Go Back   Velocity Reviews > Newsgroups > Cisco
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Cisco - 2621xm with nm-16a and LOW speeds

 
Thread Tools Search this Thread
Old 01-15-2004, 02:31 PM   #1
Default 2621xm with nm-16a and LOW speeds


I have a TAC opened but I was wondering if anyone out there has any
ideas....

We are installing 2621XMs with nm-16a in some and nm-4a/s in others.
Connected to these serial modules are asynchronous devices working at
VERY low baud rates (as low at 150 baud).
The problem that we are finding is that the serial data is being
fragmented. Where the baud rate is so slow the router is sending the
information off before it has all arrived.
Ideas?


A. Andrews
  Reply With Quote
Old 01-15-2004, 08:13 PM   #2
Simon Tibbitts
 
Posts: n/a
Default Re: 2621xm with nm-16a and LOW speeds
Hi

If it is IP you are using then you could try this. (Only try - no
guarentees! )

What it does is sets the 'Don't Fragment' bit in an IP header incoming
on serial1 so routers can't fragment the packet.

interface Serial1
ip policy route-map set-df
!
route-map set-df permit 10
match ip address 1
set ip df 1

Simon


Simon Tibbitts
  Reply With Quote
Old 01-16-2004, 12:14 AM   #3
Aaron Leonard
 
Posts: n/a
Default Re: 2621xm with nm-16a and LOW speeds
~ I have a TAC opened but I was wondering if anyone out there has any
~ ideas....
~
~ We are installing 2621XMs with nm-16a in some and nm-4a/s in others.
~ Connected to these serial modules are asynchronous devices working at
~ VERY low baud rates (as low at 150 baud).
~ The problem that we are finding is that the serial data is being
~ fragmented. Where the baud rate is so slow the router is sending the
~ information off before it has all arrived.
~ Ideas?

Perhaps something like this could work ...

For a pretty generic dispatch-on-pause, you'd use something like:

state-machine pauses 0 0 255 0 delay
line 1 16
dispatch-machine pauses

It reads as "in state 0, have all characters (0-255) transition (back) to
state 0, after starting the "transmit on pause" timer"

Aaron


Aaron Leonard
  Reply With Quote
Old 01-16-2004, 12:45 PM   #4
A. Andrews
 
Posts: n/a
Default Re: 2621xm with nm-16a and LOW speeds
Thanks guys Ill do some reading on that!


Aaron Leonard <> wrote in message news:<>. ..
> ~ I have a TAC opened but I was wondering if anyone out there has any
> ~ ideas....
> ~
> ~ We are installing 2621XMs with nm-16a in some and nm-4a/s in others.
> ~ Connected to these serial modules are asynchronous devices working at
> ~ VERY low baud rates (as low at 150 baud).
> ~ The problem that we are finding is that the serial data is being
> ~ fragmented. Where the baud rate is so slow the router is sending the
> ~ information off before it has all arrived.
> ~ Ideas?
>
> Perhaps something like this could work ...
>
> For a pretty generic dispatch-on-pause, you'd use something like:
>
> state-machine pauses 0 0 255 0 delay
> line 1 16
> dispatch-machine pauses
>
> It reads as "in state 0, have all characters (0-255) transition (back) to
> state 0, after starting the "transmit on pause" timer"
>
> Aaron



A. Andrews
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46