ISDN DDR and Routing Protocols [7:47301]

2002-06-24 Thread hagedorn

Hy

I have a ISDN Dial up and dont want have any Routing Protocol over it. What
is the right access-list, and which features should you Block over the
ISDN link.

access-list 101 permit icmp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
( or any any )
access-list 101 deny Tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 eq
bgp ( or 179 )
access-list 101 permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255

ip access-group 101 out ( on the BRI interface both sites )
no cdp enable ( is this nessecary? )

passiv-interface BRI 0 ( on specific Routing process )

is this enough to stop all the Routing Protocols over the ISDN link or
missed I something

Thanks for Help




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=47301&t=47301
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



IPX and Timers [7:52850]

2002-09-07 Thread hagedorn

Hy guys

I have a problem with the IPX timers, if I would change the IPX eigrp
hold-time , I can do this with ipx hold-time inteval ... command, other
possibility is to change the ipx hello interval , that should work but in
all the possibility that I tryed out it will not work.
Ciscos statement is   if the hold time is smaller then twice a hello
interval , the timers should be synchronize. ( will not work ) any ideas are
VERY welcome.
Other if i change the Hold time of 60 seconds on a ethernet , the ipx hello
interval will stay on 5 seconds , no synch??
now if someone cxan help me to get this question answered , that would be
super.

Regards Philipp

PS: Already tryed several IOS version. Not work




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=52850&t=52850
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: IPX and Timers [7:52850]

2002-09-08 Thread hagedorn

Hy

I also know on my Lab , and i already tryed out to have the same timers on
al interfaces within the AS, but no success.
I created a very small AS.

Router---Et0Et1---Router

the whole is ipx router eig 200 , ipx network 100
ipx rip is off

But it still do not synchronize the ipx timers. What I do wrong??
 Regards philipp

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Hello Goodbye
Sent: Samstag, 7. September 2002 20:37
To: [EMAIL PROTECTED]
Subject: Re: IPX and Timers [7:52850]


First, have you made sure that all the hello and hold
times are the same on all interfaces on all routers in
the AS.

http://www.cisco.com/univercd/cc/td/doc/cisintwk/itg_v1/tr1908.htm#xtocid15

The default hold time is 3 times the hello time.  Is
there any reason to not keep this relationship?

I'm going to play with this in my lab this weekend to
verify that all the timers need to be set the same but
I have a feeling that DUAL will get messed up if they
are not.

Ben

--- hagedorn  wrote:
> Hy guys
>
> I have a problem with the IPX timers, if I would
> change the IPX eigrp
> hold-time , I can do this with ipx hold-time inteval
> ... command, other
> possibility is to change the ipx hello interval ,
> that should work but in
> all the possibility that I tryed out it will not
> work.
> Ciscos statement is   if the hold time is
> smaller then twice a hello
> interval , the timers should be synchronize. ( will
> not work ) any ideas are
> VERY welcome.
> Other if i change the Hold time of 60 seconds on a
> ethernet , the ipx hello
> interval will stay on 5 seconds , no synch??
> now if someone cxan help me to get this question
> answered , that would be
> super.
>
> Regards Philipp
>
> PS: Already tryed several IOS version. Not work
[EMAIL PROTECTED]


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=52885&t=52850
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: IPX and Timers [7:52850]

2002-09-09 Thread hagedorn

hy here are the cisco statement.

Regards Philipp

ipx hold-time eigrp
To specify the length of time a neighbor should consider IPX enhanced IGRP
hello packets valid, use the ipx hold-time eigrp interface configuration
command. To restore the default time, use the no form of this command.
ipx hold-time eigrp autonomous-system-number seconds
no ipx hold-time eigrp autonomous-system-number seconds
Syntax Description
autonomous-system-numberIPX enhanced IGRP autonomous system number. It can
be a decimal integer from 1 to 65535.
seconds Hold time, in seconds. The hold time is advertised in hello packets
and indicates to neighbors the length of time they should consider the
sender valid. The default hold time is 15 seconds, which is three times the
hello interval.
Default
15 seconds
Command Mode
Interface configuration
Usage Guidelines

If the current value for the hold time is less than two times the interval
between hello packets, the hold time will be reset to three times the hello
interval.

If a router does not receive a hello packet within the specified hold time,
routes through the router are considered available.
Increasing the hold time delays route convergence across the network.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Hello Goodbye
Sent: Montag, 9. September 2002 06:41
To: [EMAIL PROTECTED]
Subject: RE: IPX and Timers [7:52850]


I tried to update just one of the ipx eigrp timers and
found the other did not update as well.  I'm not
thinking that this can be done in eigrp.  I just dont
see how they would ever synchronize in eigrp.  With
IPX RIP you can change the update interval and the
time it takes the route to be marked invalid will
update with this.  You can change the ratio with the
ipx rip-multiplier command.  I have been unable to
figure anything like this out for eigrp.  Where did
you read or hear otherwise?

Ben


--- hagedorn  wrote:
> Hy
>
> I also know on my Lab , and i already tryed out to
> have the same timers on
> al interfaces within the AS, but no success.
> I created a very small AS.
>
> Router---Et0Et1---Router
>
> the whole is ipx router eig 200 , ipx network 100
> ipx rip is off
>
> But it still do not synchronize the ipx timers. What
> I do wrong??
>  Regards philipp
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Hello Goodbye
> Sent: Samstag, 7. September 2002 20:37
> To: [EMAIL PROTECTED]
> Subject: Re: IPX and Timers [7:52850]
>
>
> First, have you made sure that all the hello and
> hold
> times are the same on all interfaces on all routers
> in
> the AS.
>
>
http://www.cisco.com/univercd/cc/td/doc/cisintwk/itg_v1/tr1908.htm#xtocid15
>
> The default hold time is 3 times the hello time.  Is
> there any reason to not keep this relationship?
>
> I'm going to play with this in my lab this weekend
> to
> verify that all the timers need to be set the same
> but
> I have a feeling that DUAL will get messed up if
> they
> are not.
>
> Ben
>
> --- hagedorn  wrote:
> > Hy guys
> >
> > I have a problem with the IPX timers, if I would
> > change the IPX eigrp
> > hold-time , I can do this with ipx hold-time
> inteval
> > ... command, other
> > possibility is to change the ipx hello interval ,
> > that should work but in
> > all the possibility that I tryed out it will not
> > work.
> > Ciscos statement is   if the hold time is
> > smaller then twice a hello
> > interval , the timers should be synchronize. (
> will
> > not work ) any ideas are
> > VERY welcome.
> > Other if i change the Hold time of 60 seconds on a
> > ethernet , the ipx hello
> > interval will stay on 5 seconds , no synch??
> > now if someone cxan help me to get this question
> > answered , that would be
> > super.
> >
> > Regards Philipp
> >
> > PS: Already tryed several IOS version. Not work
> [EMAIL PROTECTED]
>
>
> __
> Do You Yahoo!?
> Yahoo! Finance - Get real-time stock quotes
> http://finance.yahoo.com
[EMAIL PROTECTED]


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=52956&t=52850
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



DHCP on Ethernet or Fastethernet [7:17690]

2001-08-29 Thread Hagedorn, Philipp

How 

Can someone help me how i can configured a ethernet or a fastethernet
interface as a DHCP client, for that the interface gets a ip address
from the DHCP server.
This is actually a new features but i dont know on which IOS version.

When someone has a idea that would be very great.

Regards philipp


Philipp Hagedorn
Network Integration
System Engineer CCNP / VOICE/ IP Telephony
Tel:+41 (0) 1 839 19 17 
Mobile: +41 (0) 76 382 14 59
mailto:[EMAIL PROTECTED]

Getronics (Schweiz) AG
Industriestrasse 50a
CH-8304 Wallisellen
Tel:+41 (0) 1 839 16 11
Fax:+41 (0) 1 839 17 85
URL:http://www.getronics.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=17690&t=17690
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]