RE: ISDN error

2001-01-31 Thread Barnhill, Don

Dennis,

I see a few issues:

1. router a has ppp auth chap set up but its not on router b.
2. you need the username xxx password xxx on each router (global config) and
(the username 'xxx' is the other router's hostname that its talking too,
both the username and the password are case sensitive)..example for router a
is: hostname routerb password cisco
3. its appears that your spids are NOT valid.  Check your spids to ensure
you have the right ones and they are on the right router.

Don

-Original Message-
From: Dennis Laganiere [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 11:44 AM
To: '[EMAIL PROTECTED]'
Subject: ISDN error


I'm setting up my new Emutel Lite ISDN simulator and I'm this close to being
up (hold thumb and index finger very close together).  Can anybody tell me
what I'm doing wrong to get the last bit to work?  Attached are the configs
and the output from the show ISDN status command.  Thanks in advance to the
ones who figure it out.   

RouterA
s ru
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname routera
!
enable secret 5 $1$naI1$fKT5wJj8ZffPpJu294s6w.
!
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-dms100
!
interface BRI0
 ip address 196.1.1.1 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer idle-timeout 90
 dialer map ip 196.1.1.2 name routerb broadcast 8995201
 dialer load-threshold 1 outbound
 dialer-group 1
 isdn switch-type basic-dms100
 isdn spid1 5101 8995101
 isdn spid2 5102 8995102
 no fair-queue
 ppp authentication chap
 ppp multilink
!
ip classless
!
dialer-list 1 protocol ip permit
alias exec co config t
!
line con 0
 password dismal
 login
 transport input none
line aux 0
 password dismal
 login
line vty 0 4
 password dismal
 login
!
end

routera#s isdn sta
Global ISDN Switchtype = basic-dms100
ISDN BRI0 interface
dsl 0, interface ISDN Switchtype = basic-dms100
Layer 1 Status:
ACTIVE
Layer 2 Status:
TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
TEI = 65, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
Spid Status:
TEI 64, ces = 1, state = 4(await init)
spid1 configured, spid1 sent, spid1 NOT valid
TEI 65, ces = 2, state = 4(await init)
spid2 configured, spid2 sent, spid2 NOT valid
Layer 3 Status:
0 Active Layer 3 Call(s)
Activated dsl 0 CCBs = 0
The Free Channel Mask:  0x8003
   Total Allocated ISDN CCBs = 0
routera#



RouterB
routerb#s ru
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname routerb
!
!
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-dms100
!
interface BRI0
 ip address 196.1.1.2 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer idle-timeout 90
 dialer map ip 196.1.1.1 name routera
 dialer-group 1
 isdn switch-type basic-dms100
 isdn spid1 5201 8995201
 isdn spid2 5202 8995202
 ppp multilink
!
ip classless
!
dialer-list 1 protocol ip permit
alias exec co config t
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login
!
end

routerb#s isdn sta
Global ISDN Switchtype = basic-dms100
ISDN BRI0 interface
dsl 0, interface ISDN Switchtype = basic-dms100
Layer 1 Status:
ACTIVE
Layer 2 Status:
TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
TEI = 65, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
Spid Status:
TEI 64, ces = 1, state = 4(await init)
spid1 configured, spid1 sent, spid1 NOT valid
TEI 65, ces = 2, state = 4(await init)
spid2 configured, spid2 sent, spid2 NOT valid
Layer 3 Status:
0 Active Layer 3 Call(s)
Activated dsl 0 CCBs = 0
The Free Channel Mask:  0x8003
   Total Allocated ISDN CCBs = 0
routerb#

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: RIP Version 2 Authentication

2000-12-27 Thread Barnhill, Don

Pierre-Alex,

Make sure you have the following command under the interface config:

ip rip authentication mode {text | md5}

Here is the link for rip as well. (watch the line wrap)
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/np1_c
/1cprt1/1crip.htm


Don


-Original Message-
From: Pierre-Alex GUANEL [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 27, 2000 2:59 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RIP Version 2 Authentication


I have 2 routers Router A and Router B. Router A and B both run RIP Version
2
I want Router A to require authentication from Router B before Router A can
accept Router B updates.

On Router A I have added the following:

***configuration mode**

key chain Tewa
 key 1
  key-string abcdefg

***interface mode**

ip rip authentication key-chain Teway

Putting the same configuration I did on Router A in Router B does not work.
I get the following message using debug ip rip: RIP: ignored v2 packet from
1.0.0.11 (invalid authentication. Do you know which commands I should use
for Router B?

Thank You

Pierre-Alex


_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Radius -vs- Tacacs+

2001-01-09 Thread Barnhill, Don

Christopher,

Here is an article that is a comparison of Tacacs and Radius+.  It has alot
of good information and hopefully it will help answer some of your
questions.

http://www.cisco.com/warp/public/480/10.html

Don




-Original Message-
From: Hayes, Christopher [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 5:10 AM
To: Cisco@Groupstudy. Com (E-mail)
Subject: Radius -vs- Tacacs+


Looking for some imput on Radius -vs- Tacacs+  for enterprise
authentication. Good/Bad/Ugly etc...   

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Radius -vs- Tacacs+

2001-01-09 Thread Barnhill, Don

As you can tell, its a rough day :)  The article is actually on Tacacs+ and
Radius.

Don 

-Original Message-
From: Barnhill, Don 
Sent: Tuesday, January 09, 2001 7:50 AM
To: 'Hayes, Christopher'; Cisco@Groupstudy. Com (E-mail)
Subject: RE: Radius -vs- Tacacs+


Christopher,

Here is an article that is a comparison of Tacacs and Radius+.  It has alot
of good information and hopefully it will help answer some of your
questions.

http://www.cisco.com/warp/public/480/10.html

Don




-Original Message-
From: Hayes, Christopher [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 5:10 AM
To: Cisco@Groupstudy. Com (E-mail)
Subject: Radius -vs- Tacacs+


Looking for some imput on Radius -vs- Tacacs+  for enterprise
authentication. Good/Bad/Ugly etc...   

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



R/S Written Passed

2001-01-17 Thread Barnhill, Don

WOW!  I passed the CCIE R/S written test!!  It was by far an interesting
(and wierd) test :) 

I wanted to thank everyone that has helped me out!

Now its time to let my brain recover from the burnout :)  Following the
tradition of everyone who has passed before, I will post my strategy that I
used to pass the exam. (but that will be a few days, once I sober up!!)

Don
CCDP, CCNP +Voice, MCSE, ASE
(and now CCIE Written!!)

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Exec-timeout

2001-01-19 Thread Barnhill, Don

Dennis,
 
Since your telnetting into the routers, you need to have the vty line with
the exec timeout as well.  You are going in through a virtual telnet session
even though you are connected to a console port (kinda like telnetting into
a router across an ethernet port).  So make sure on the target routers
that you  have the vty set with the timeout as well.
 
Don
 

-Original Message- 
From: Dennis Laganiere [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 2:34 PM
To: Barnhill, Don
Subject: RE: Exec-timeout



Thanks, though I'm thinking since the reverse telnet is being run on the
Terminal Server the router only knows I'm coming in through the console
port, so I should set it on Con0, right?  Anyway, I'm testing it now.
Thanks...

-   Dennis 


-Original Message- 
From: Barnhill, Don 
To: 'Dennis Laganiere' 
Sent: 1/19/01 1:22 PM 
Subject: RE: Exec-timeout 

Dennis, 

Either use no exec-timeout or exec-timeout 0 0 (which it sounds like you 
are) 

Also you are telneting (reversely) to the router, so make sure it is on 
your 
vty line. 

Don 


-Original Message- 
From: Dennis Laganiere [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] 
Sent: Friday, January 19, 2001 2:00 PM 
To: '[EMAIL PROTECTED]' 
Subject: Exec-timeout 


I'm using terminal server to get to my lab routers and every time I go 
back 
the mandatory 10 minutes has gone by and I need to log in again.  I 
thought 
the command to extend this time was exec-timeout (which I put on con 0), 
but 
it doesn't seem to be changing.  What am I doing wrong?  It's not an 
earth-shattering thing, just a nuisance.  Thanks... 

_ 
FAQ, list archives, and subscription info: 
http://www.groupstudy.com/list/cisco.html
<http://www.groupstudy.com/list/cisco.html>  
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] 

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Exec-timeout

2001-01-19 Thread Barnhill, Don

Cory,

I believe your right.  I dont know what I was thinking, oh well, I do
appologize for the erroneous post.

Don


-Original Message-
From: Stull, Cory [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 3:40 PM
To: Barnhill, Don
Cc: '[EMAIL PROTECTED]'
Subject: RE: Exec-timeout


Don,

I would have to disagree with that...  When you go from the terminal server
you are going out of an asynchronous port into the console port of another
router...  You may be telnetted into the terminal server but that is the
only actual telnet session happening.I've been wrong before (more than
most) but I'm thinkin I'm correct on this one.

Cory

-Original Message-
From: Barnhill, Don [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 4:12 PM
To: 'Dennis Laganiere'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Exec-timeout


Dennis,
 
Since your telnetting into the routers, you need to have the vty line with
the exec timeout as well.  You are going in through a virtual telnet session
even though you are connected to a console port (kinda like telnetting into
a router across an ethernet port).  So make sure on the target routers
that you  have the vty set with the timeout as well.
 
Don
 

-Original Message- 
From: Dennis Laganiere [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 2:34 PM
To: Barnhill, Don
Subject: RE: Exec-timeout



Thanks, though I'm thinking since the reverse telnet is being run on the
Terminal Server the router only knows I'm coming in through the console
port, so I should set it on Con0, right?  Anyway, I'm testing it now.
Thanks...

-       Dennis 


-Original Message- 
From: Barnhill, Don 
To: 'Dennis Laganiere' 
Sent: 1/19/01 1:22 PM 
Subject: RE: Exec-timeout 

Dennis, 

Either use no exec-timeout or exec-timeout 0 0 (which it sounds like you 
are) 

Also you are telneting (reversely) to the router, so make sure it is on 
your 
vty line. 

Don 


-Original Message- 
From: Dennis Laganiere [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] 
Sent: Friday, January 19, 2001 2:00 PM 
To: '[EMAIL PROTECTED]' 
Subject: Exec-timeout 


I'm using terminal server to get to my lab routers and every time I go 
back 
the mandatory 10 minutes has gone by and I need to log in again.  I 
thought 
the command to extend this time was exec-timeout (which I put on con 0), 
but 
it doesn't seem to be changing.  What am I doing wrong?  It's not an 
earth-shattering thing, just a nuisance.  Thanks... 

_ 
FAQ, list archives, and subscription info: 
http://www.groupstudy.com/list/cisco.html
<http://www.groupstudy.com/list/cisco.html>  
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] 

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Traffic Shaping

2000-10-04 Thread Barnhill, Don

The load command can be used for a backup interface:

Using the configuration that follows, BRI 2/0 is activated only when the
load on serial 0 (the primary line) exceeds 75 percent of its bandwidth. The
backup line is deactivated when the aggregate load between the primary and
backup lines is within five percent of the primary line's bandwidth:

interface serial 1/0
 ip address 172.20.1.4 255.255.255.0
 backup interface bri 2/0
 backup load 75 5

This information was found on the following site:
http://www.cisco.com/univercd/cc/td/doc/cisintwk/idg4/nd2010.htm#xtocid29884
13

Don



-Original Message-
From: FRS [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 04, 2000 10:55 AM
To: [EMAIL PROTECTED]
Subject: Re: Traffic Shaping


Michael,

Thanks for the reply.
Is there any 'load' command that specified percentages example, ' load 30'
meaning 30% utilization?

Thanks,

""Michael Fountain"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> There is a 'load-interval' command that you can use to specify how often
the
> router averages the load on an interface, in 30second intervals.
Normally
> when you do a 'show interface' you get a five minute averate.  With the
> load-interval command you can change that.
>
> It that it, or are you looking at a different command?
>
>
>
> >
> >Hi,
> >
> >What does the IOS 'load' command do in traffic shaping and QOS
situations?
> >
> >Thanks
> >
> >
> >**NOTE: New CCNA/CCDA List has been formed. For more information go to
> >http://www.groupstudy.com/list/Associates.html
> >_
> >UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> >FAQ, list archives, and subscription info: http://www.groupstudy.com
> >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Port list

2000-10-09 Thread Barnhill, Don

Javier,

I dont know the exact port #'s that they use, but they easiest way (and
probably best way) to control access is to deny everything except the ports
that you want to use.  Such as 80 (http), 443 (SHTTP), 53 (udp dns), 21 and
20 (ftp).

Also, if I am correct, Napter runs over port 80 (http) and you can't block
it at the router without cutting of web access.

Don Barnhill
MCSE,ASE,CCNP,CCDA






-Original Message-
From: Javier [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 1:49 PM
To: [EMAIL PROTECTED]
Subject: Port list


Hi

I need to deny access to ICQ and NAPSTER.

Which ports must I close in my PIX Fw ?

Thanks


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



FW: Port list

2000-10-09 Thread Barnhill, Don

Javier,

Also, You may be able to block Napster by denying it by ip address or
addresses, depending on how many they have.  As far as MP3's go, there are
so many sites on the net that it will probably be impossible to block them
all.

Don Barnhill
MCSE,ASE,CCNP,CCDA


-Original Message-
From: Barnhill, Don 
Sent: Monday, October 09, 2000 4:04 PM
To: [EMAIL PROTECTED]
Subject: RE: Port list


Javier,

I dont know the exact port #'s that they use, but they easiest way (and
probably best way) to control access is to deny everything except the ports
that you want to use.  Such as 80 (http), 443 (SHTTP), 53 (udp dns), 21 and
20 (ftp).

Also, if I am correct, Napter runs over port 80 (http) and you can't block
it at the router without cutting of web access.

Don Barnhill
MCSE,ASE,CCNP,CCDA






-Original Message-
From: Javier [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 1:49 PM
To: [EMAIL PROTECTED]
Subject: Port list


Hi

I need to deny access to ICQ and NAPSTER.

Which ports must I close in my PIX Fw ?

Thanks


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Password encryption decoder

2000-10-10 Thread Barnhill, Don

William,

Try www.boson.com  They have a free set of utilties that includes a tftp
server, syslog server, and password decoder.

Don Barnhill
MCSE,ASE,CCNP,CCDA

-Original Message-
From: Plantier, William [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 10:13 AM
To: '[EMAIL PROTECTED]'
Subject: Password encryption decoder


Where can I find the Password encryption decoder for Cisco encrypted
passwords?

Thanks

Wm. Spencer Plantier
LAN Engineer
(919) 474-1300 ext 0873 Office
(919) 474-1056 Fax
(919)696-8848 Cell
[EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: pics of a 7513

2000-10-11 Thread Barnhill, Don

Here is a link to the overview of the 7513.  It includes front and rear
views.

http://www.cisco.com/univercd/cc/td/doc/product/core/cis7505/cicg7500/cicg75
po.htm#xtocid24918

Don


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 11, 2000 1:10 PM
To: [EMAIL PROTECTED]
Subject: pics of a 7513


Does anyone have or know of where I can get some pics of the back side of
7513 ??? 

I am trying to put together a visio doc for training.

Thanks,

 Shawn

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: load-threshold command

2000-10-11 Thread Barnhill, Don

Yes, the 2nd line will drop when the load is less than the  specified.
Here is some information from the cisco site(and a link) and a command to
keep the links from "flapping". 


*ppp timeout multilink link remove  
This command may be used to prevent the multilink connections from flapping
when the load varies. For example, when the load threshold is set to 15
(that is, 15/255=6%) and the traffic exceeds the threshold, additional lines
are brought up. When the traffic falls below the threshold, the additional
lines are dropped. In situations where data rates are highly variable, it is
advantageous for the multiple channels to stay up for a specified period of
time even if the load-threshold falls below the specified value. Assign this
multilink timeout to be less than that specified for dialer idle-timeout
which controls the timeout for all links.

Here is the link where that information and more is found:
http://www.cisco.com/warp/public/793/access_dial/router2router.html

Don Barnhill
MCSE,ASE,CCNP+Voice,CCDA


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 11, 2000 3:09 PM
To: [EMAIL PROTECTED]
Subject: load-threshold  command


Hi,
Can anyone tell me if the second B-channel goes down after the traffic
gets less than the  in the dialer load-threshold  command. If
not
is there any command to bring the second B-channel down automaticaly when
there is less traffic.

Thanks,

Tarry

-- 
Sent through GMX FreeMail - http://www.gmx.net

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Free Cisco Upsell Kit...oh yeah and shirt

2000-10-25 Thread Barnhill, Don

There is an error on the page that is hiding the 'finished' button.

Under the last "correct" go down about 3 inches and your mouse will
highlight over the finished button. Just click and your in!

Don

-Original Message-
From: James Woloszyn [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 24, 2000 7:24 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Free Cisco Upsell Kit...oh yeah and shirt


I had the same prob...??

Any know...?

JaW

-Original Message-
From: Westmoreland, Alexis [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 23, 2000 3:41 PM
To: 'Poyerd, Denis'; '[EMAIL PROTECTED]'
Subject: RE: Free Cisco Upsell Kit...oh yeah and shirt


How do you get the freebies? I took the quiz and there is no button the hit
to continue.

-Original Message-
From: Poyerd, Denis [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 23, 2000 7:07 AM
To: '[EMAIL PROTECTED]'
Subject: Free Cisco Upsell Kit...oh yeah and shirt


http://www.cisco.com/pcgi-bin/lm/buffer/offer/1700now/1451_jump/V556-300XA

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: HELP! ISDN DDR

2000-10-25 Thread Barnhill, Don

You will need to setup Dialer Profiles.

here is the cisco link!

http://www.cisco.com/warp/public/129/23.html

Don



""FRS"" <[EMAIL PROTECTED]> wrote in message 8t6nf8$l8u$[EMAIL PROTECTED]">news:8t6nf8$l8u$[EMAIL PROTECTED]...
> Hi,
>
> I have 4 sites reporting back to Corp over FR 
> I need to implement ISDN backup to all sites 
> How do I get the single Corp BRI interface to accept the different remote
> BRI ip addresses and route accordingly ... I am running RIP 
>
> righ now, only one remote sites is configured as:
>
> int bri0/0
> ip x.x.3.2 255.255.255.0
> no ip directed broadcast
> encap ppp
> dialer string 123456789
> dialer string 987654321
> dialer-group 1
> isdn switch-type basic-5ess
> isdn spid1 12345678901
> isdn spid2 98765432101
> ppp auth chap
> ppp multilink
>
> corp config:
>
> int bri5/0
> ip x.x.3.1 255.255.255.0
> no logging event-subif-link-status
> isdn spid1 998887776554
> isdn spid2 887766554321
> dialer-group 1
> no fair-queue
> ppp auth chap
> ppp multilink
>
> the ip addresses of the other remote site's  bri are x.x.4.2/24 ,
> x.x.6.2/24, etc.
>
> my question is :
>
> how do i get the configure the corp bri interface to recognise x.x.4.2,
> x.x.5.2, x.x.6.2 etc ... as it is now only configured for x.x.3.2 
>
> or does this not matter 
>
> please help!
>
> thanks
>
>
>
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: CID Help needed

2000-10-26 Thread Barnhill, Don

Omer,
I used the Todd Lammle book from Sybex along with the CID tests from Boson.
I found the tests very helpful in helping me focus in certain areas and fill
in gaps from the book.  I passed the test last night with a 79%!!
Good luck,
Don


-Original Message-
From: Omer Ehsan Dar [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 25, 2000 10:59 PM
To: [EMAIL PROTECTED]
Subject: CID Help needed


Dear Friends,
I am appearing for my CID exam next week. I am studying from the cisco
press book which I have heard does not cover all the topics from the
exam point of view. Any input will be helpful.
thanks.
Omer Ehsan Dar

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cannot ping switch in a inter-vlan setup??

2001-04-04 Thread Barnhill, Don

Niraj,

What it looks like is that your 10.1.1.x network is on vlan 10.  The
administrative (default) vlan for the switch will be vlan 1.  What you need
to do is give your switch another address like 172.16.10.1/24 and create a
subinterface with isl vlan 1 on the router and give it address
172.16.10.2/24 and then you should be able to ping away.  The other option
(if its an option) would be to change the default administrative vlan on the
switch to vlan 10 (where your 10.1.1.x network is).

Don


-Original Message-
From: Niraj Palikhey [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 11:47 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Cannot ping switch in a inter-vlan setup??


Hi Luke,
Here is the config:
1912: #ip addr 10.1.1.2 255.255.255.0
  #ip default-gateway 10.1.1.1

2620: #int f0/0
  #no ip addr
  #exit
  #int f0/0.10
  #encap isl 10
  #ip addr 10.1.1.1 255.255.255.0
  #shut
  #no shut
  #int f0/0.20
  #encap isl 20
  #ip addr 20.1.1.1 255.255.255.0
  #shut
  #no shut
  #end
  And so on for 30.1.1.1, 40.1.1.1...till 80.1.1.1
1st pc ip=10.1.1.10, 255.255.255.0, 10.1.1.1
2nd pc ip=20.1.1.10, 255.255.255.0, 20.1.1.1
And so on till 80.1.1.10, 255.255.255.0, 80.1.1.1

All the pc's are plugged into the 1912. The router is plugged into f0/26.

All pc's can ping one another and the router and ditto from the router back 
to each pc. Same for telnet from a pc to the router. NO problem.

*** But CANNOT ping the switch from the pc or the router no can ping the 
swich ip on the switch itself or the router or any pc *** This is the 
problem.

Please advise.
Thank you.
Kind regards,
[EMAIL PROTECTED]



>From: "Luke" <[EMAIL PROTECTED]>
>Reply-To: "Luke" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Cannot ping switch in a inter-vlan setup??
>Date: Wed, 4 Apr 2001 09:11:53 -0500
>
>It would help if we had a look at the config from the switch and router.
>
>
>""Niraj Palikhey"" <[EMAIL PROTECTED]> wrote in message
>[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hi Don,
> > That is exactly what I have done. I have no problem pinging computers in
>the
> > other subnets. The switch is 10.1.1.2, the router f0/0.10 is 10.1.1.1, a
>pc
> > on e0/1 is 10.1.1.10. My problem is why can I NOT ping the switch from 
>the
> > pc or the router and also ping from the switch back to the router or the
>pc.
> > All other pc's happily ping their default gateways and to each other.
>Please
> > advise.
> >
> >
> > >From: "Barnhill, Don" <[EMAIL PROTECTED]>
> > >To: 'Niraj Palikhey' <[EMAIL PROTECTED]>
> > >Subject: RE: Cannot ping switch in a inter-vlan setup??
> > >Date: Tue, 3 Apr 2001 16:40:17 -0500
> > >
> > >Niraj,
> > >
> > >To talk to the switch, make sure the port 0/10 (the pc) and the switch
>are
> > >on the same vlan, the switch will be on management vlan 1.  Also to 
>make
> > >the
> > >other vlans talk to each other, you need to have the switch and the
>router
> > >trunked (isl is easiest) and then make sure to set up the router with 
>all
> > >the subinterfaces (one for each vlan) with an ip address for each
> > >subinterface and that address will be your default gateway for the 
>system
> > >on
> > >that vlan.  so if the system (172.16.100.2) on port 8 is in vlan8 then
>make
> > >an interface on your router f0/0.8 (ip 172.16.100.1) and give it isl 
>and
> > >vlan 8.  Then give the systems a default gateway of 172.16.100.1. The
> > >system
> > >can now talk to the router.  Set up all the other vlans, systems, and
> > >subinterfaces the same way and everyone will be able to talk.
> > >
> > >
> > >sample:
> > >
> > >
> > >interface fastethernet 0/0.8
> > >ip address 172.16.100.1 255.255.255.0   <ip address on router that
>will
> > >be your default gateway
> > >for systems on
> > >this vlan
> > >encapsulation isl 8   < vlan number
> > >
> > >interface fastethernet 0/0.9
> > >ip address 192.168.10.1 255.255.255.0
> > >encapsulation isl 9
> > >
> > >etc, etc
> > >
> > >
> > >Hope this didnt confuse you too much, cause it confused me just trying
> > >writing it :)
> > >
> > >Don
> > >
> > >
> > >
> > >-Original Message-
> > >From: Niraj Palikhey [mailto:[EMAIL PROTECTED]]
> > >Sent: Tuesday, Apri

RE: Trying to get interface information on 7000 [7:489]

2001-04-13 Thread Barnhill, Don

Rick,

I think I found what your looking fortry 'show diagbus'.  It has the
part numbers and serial numbers.
If you do a 'show controller cbus' that will give you hardware and microcode
versions.

Don

-Original Message-
From: Watson, Rick, CTR, OUSDC [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 13, 2001 10:25 AM
To: [EMAIL PROTECTED]
Subject: Trying to get interface information on 7000 [7:489]


I am trying to get information on some interface cards (i.e. serial number,
model number, etc.) on a 7000 running 11.2(14). Something similar to the 'sh
mod' command on the Catalyst series switchescan ya help me out...?
Thanks...!!

Rick Watson
Network Engineer
OUSD(Comptroller)
703.697.5710
[EMAIL PROTECTED]
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




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



RE: frame-relay route question [7:8217]

2001-06-12 Thread Barnhill, Don

Hi John,


When you set up your frame relay network you have to be sure to give your
interface a dlci and tell it where to go...like you have below...s0 use dlci
16 to the frame cloud which uses dlci 26 to get to s1.  But then you have to
tell s1 that it needs to use dlci 26 to get back to the frame cloud which
uses dlci 16 to get back to s0.  What you have is serial 1 send down dlci 27
to the frame cloud and forward down s0 on dlci 17.  If you do an show frame
pvc on the routers attached on s1 and s0 you will see that one has dlci 16
assigned and the other has dlci 27 assigned.  But the frame is trying to
send data to them on dlci 26 and dlci 17 which they dont know about.

so you just need to make sure that your dlci's match and that are an inverse
of each other.


Here is the output from my current lab:


c4500#sh frame route
Input Intf  Input Dlci  Output Intf Output Dlci Status
Serial1 102 Serial3 201 active
Serial2 103 Serial3 301 active
Serial3 201 Serial1 102 active
Serial3 301 Serial2 103 active


good luck,

Don






-Original Message-
From: John Neiberger [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 12, 2001 1:02 PM
To: [EMAIL PROTECTED]
Subject: Re: frame-relay route question [7:8217]


If you are connecting to a non-Cisco device you need to set the frame
relay encapsulation type to ietf and the LMI type to ANSI.  The defaults
are cisco encapsulation type and cisco LMI, neither of which will that
device understand.  Try that change and let's see if that resolves the
issue.  If not, please let us know.

HTH,
John

>>> "Khurrum Shahzad"  6/12/01 12:13:49 PM >>>
When connecting cisco router ( as frame-relay switch) with frame relay
device, I configured frame relay route as

Serial 0Dlci in  16to   Serial 1 Dlci out 26
Serial 1Dlci in  27to   Serial 0 Dlci out 17
( require only these 2 routes)

But "show frame-relay pvc" shows both route status inactive and both
route
does not work.

When I give additional two route ( not required ) 

Serial 1Dlci in  26to   Serial 1 Dlci out 16
Serial 0Dlci in  17to   Serial 0 Dlci out 27

then both route status become active and configuration works.

Is it necessary that dlci path must be completed?Because sometime it is
not
required to complete path of dlci.

Can anybody give me guidence on this topic ?




-- 

___
Get your free email from http://mymail.iname.com




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