[c-nsp] VTY locks on show commands

Gert Doering gert at greenie.muc.de
Mon Jul 2 17:19:45 EDT 2007


Hi,

On Mon, Jul 02, 2007 at 06:06:34PM +0200, Vincent De Keyzer wrote:
> If the limit is not 1500, then something is wrong with the circuit.

Well, the ATM side should happily work with whatever MTU you configure,
as long as both sides are the same (telco never sees the full packet,
only ATM cells).

The ATM FR interworking might be a problem, with the ATM side defaulting
to an MTU of 4470 and the FR side being Telco-limited to 1500 (or 
whatever).

For transit traffic coming via Ethernet into the router, this is not
a problem (as the packets are already "small") - but for traffic generated
*by* the router, it might be.

> > ATM side:
> > 
> > interface ATM4/0/0.134 point-to-point
> >  bandwidth 1024
> >  ip address 172.20.2.13 255.255.255.252

Try putting:

     ip mtu 1500

(or plain "mtu 1500") in here.

> > Frame side:
> > 
> > Serial 0/0
> > Encapsalation Frame-Relay ietf
> > No ip add
> > 
> > Serial0/0.16 point
> > Ip add 172.20.2.14 255.255.255.252
> > Frame-relay interface-dlci 16

... and for symmetry, do the same on this side (dunno what the default
MTU for FR interfaces is).

gert
-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             gert at greenie.muc.de
fax: +49-89-35655025                        gert at net.informatik.tu-muenchen.de


More information about the cisco-nsp mailing list