RE: why my arrow key (up & down) can not bringing back the commands????

2001-02-23 Thread Mel Chandler PMI

You don't have to wait for the next service pack.  We just figured this out
in our lab last night.  Goto hilgraeve's website and download the latest
edition of hyperterminal PE.  It's free!

Mel L. Chandler, A+, Network+, MCNE, MCP+I, MCSE, CCNA
[EMAIL PROTECTED]
Network Analyst
Information Services
PMI Delta Dental
(562) 467-6627



-Original Message-
From: John Kurkjian [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 7:18 PM
To: [EMAIL PROTECTED]
Subject: Re: why my arrow key (up & down) can not bringing back the
commands


This is a known problem in Win2K's Hyper Terminal. It is supposed to be
fixed in the next service pack.

John Kurkjian
Senior Systems Engineer
Winstar E-business Solutions

Li Li Zhao <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hey Tom,
>
> Thanks for the response.
>
> But my preference was "Terminal" keys.
>
> Any more idea?
> --- Tom Keough <[EMAIL PROTECTED]> wrote:
> > This is because your preferences are set to
> > "Windows" keys rather that
> > "Terminal" keys...
> > HTH,
> > Tom
> >
> > Tom Keough CCNA MCSE
> > AT&T Global Network Solutions
> > Standard Access Management
> > Managed Router Service
> > Tier 2 Technical Support
> > Tampa, Florida
> > - Original Message -
> > From: "Li Li Zhao" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, February 19, 2001 6:57 PM
> > Subject: why my arrow key (up & down) can not
> > bringing back the commands
> >
> >
> > > Hello group,
> > >
> > > Very strange that up and down arrow key doesn't
> > work
> > > in my hyperterminal when I use console cable
> > connected
> > > to Cisco routers. I use Windows2000, I tried
> > VT100,
> > > ANSI, and autoselct. None of them work.
> > >
> > > However, the 'ctrl+p' works.
> > >
> > > Any help?
> > >
> > >
> > >
> > >
> > >
> > > __
> > > Do You Yahoo!?
> > > Get personalized email addresses from Yahoo! Mail
> > - only $35
> > > a year!  http://personal.mail.yahoo.com/
> > >
> > > _
> > > FAQ, list archives, and subscription info:
> > http://www.groupstudy.com/list/cisco.html
> > > Report misconduct and Nondisclosure violations to
> > [EMAIL PROTECTED]
> > >
>
>
> __
> Do You Yahoo!?
> Yahoo! Auctions - Buy the things you want at great prices!
http://auctions.yahoo.com/
>
> _
> 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: DHCP- Advise / Suggestions Apprciated

2001-02-23 Thread Mel Chandler PMI

Just curious here, but what are you running as your DHCP server?

Mel L. Chandler, A+, Network+, MCNE, MCP+I, MCSE, CCNA
[EMAIL PROTECTED]
Network Analyst
Information Services
PMI Delta Dental
(562) 467-6627



-Original Message-
From: Gayathri [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 12:32 AM
To: [EMAIL PROTECTED]
Subject: DHCP- Advise / Suggestions Apprciated


Firstly, sorry for the repeated submission, I  dont see my psoting under the
main heading so I am forced to post it again..

here is my question...

 I have 2 DHCP servers and I have defined both the IP helper addressess in
our routers

Now, if a client quieries for an IP, which of the servers will respond
first?

The problem I have is we have defined one subnet in DHCP Server and not in
the other.

When this user is querying for an IP , he is not getting a response.

interface Ethernet0
 ip address 10.X.X.X  255.255.0.0
 ip helper-address 10.X.1.X
 ip helper-address 10.X.1.Y

The  said subnet is defined in the DHCP server 10.102.1.Y but, still there
is no response. when the client requests.

The main reason we have 2 DHCP servers is for redundancy.

Please note that they are independant of each other .

Does this mean that , when the client is requesting, the router first
forwards to the first DHCP server and since it is not getting a response ,
is dropping it?

Thanks

Gayathri





_
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: DHCP- Advise / Suggestions Apprciated

2001-02-23 Thread Mel Chandler PMI

Or turn debug on and watch the communication happen.

Mel L. Chandler, A+, Network+, MCNE, MCP+I, MCSE, CCNA
[EMAIL PROTECTED]
Network Analyst
Information Services
PMI Delta Dental
(562) 467-6627



-Original Message-
From: McCallum, Robert [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 2:44 AM
To: 'Larry Lamb'; [EMAIL PROTECTED]
Subject: RE: DHCP- Advise / Suggestions Apprciated


Quick and easy way to find out if the packet is reaching each segment is
.

On each interface i.e. interface where user is, interface where DHCP server
is do...

ip accounting output-packets or just plain old ip accounting.

you should then do show ip account.

This should show you the ip address 255.255.255.255 being helpered to
whatever your address is.  At this point take a note of the mac address of
the requester.  

See if it is coming through to your server.

Now..If it is then the cisco devices are working properly, back to the
drawing board.

If it isn't getting to the server then come back.  I have encountered a few
gotchas doing this before.

Hope this helps.

-Original Message-
From: Larry Lamb [mailto:[EMAIL PROTECTED]]
Sent: 23 February 2001 10:15
To: [EMAIL PROTECTED]
Subject: Re: DHCP- Advise / Suggestions Apprciated


Everything I've found on Cisco tells me that multiple helper addresses are
supported and I would have to assume that it's forwarding the packet to both
helper address and is taking the response from the first machine to respond.
Any chance you can define part of the scope on each server?  This would
ultimately solve the problem.  Without a sniffer on both segments it's going
to be difficult to tell exactly what's happening unless someone has already
worked with this and has more input.

"Gayathri" wrote in message <975b6q$d4v$[EMAIL PROTECTED]>...
>Firstly, sorry for the repeated submission, I  dont see my psoting under
the
>main heading so I am forced to post it again..
>
>here is my question...
>
> I have 2 DHCP servers and I have defined both the IP helper addressess in
>our routers
>
>Now, if a client quieries for an IP, which of the servers will respond
>first?
>
>The problem I have is we have defined one subnet in DHCP Server and not in
>the other.
>
>When this user is querying for an IP , he is not getting a response.
>
>interface Ethernet0
> ip address 10.X.X.X  255.255.0.0
> ip helper-address 10.X.1.X
> ip helper-address 10.X.1.Y
>
>The  said subnet is defined in the DHCP server 10.102.1.Y but, still there
>is no response. when the client requests.
>
>The main reason we have 2 DHCP servers is for redundancy.
>
>Please note that they are independant of each other .
>
>Does this mean that , when the client is requesting, the router first
>forwards to the first DHCP server and since it is not getting a response ,
>is dropping it?
>
>Thanks
>
>Gayathri
>
>
>
>
>
>_
>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: what is the average age of people in this stuff?

2001-02-26 Thread Mel Chandler PMI

I'm 29 and all I ever hear about is how young I am (I guess youth is
automatically associated with inexperience)  But I've been around.  I've
done a four year tour in the Navy in the Advanced Electronics field as a
Sonar Technician on a Submarine.  I've worked for some fortune 500 companies
like Airtouch, IBM, Boeing, AST, Bergen Brunswick.  I have some certs to
back me up, but no matter what I do, it just never seems to be enough...  Oh
well, maybe after I have a PhD and CCIE I'll get someone to listen to me.

Mel L. Chandler, A+, Network+, MCNE, MCP+I, MCSE, CCNA
[EMAIL PROTECTED]
Network Analyst
Information Services
PMI Delta Dental
(562) 467-6627


-Original Message-
From: John Hardman [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 24, 2001 9:30 AM
To: [EMAIL PROTECTED]
Subject: Re: what is the average age of people in this stuff?


LOL!

I am 36, and have the same problem, thank Cisco that they put a ? in the
IOS.

Don't worry about it, most of the people I work (worked) with in the network
business are between 20-60 with the majority being in their 40's.

They say that memory is the first thing to go, I just wish would have told
my body that!

--
John Hardman CCNP MCSE+I


""rtc"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm 40--am I getting too old for this stuff? Cant remember anything worth
a
> damn,
> especially the commands nd command syntax
>
> _
> 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: Dial-Up Experts...

2001-02-26 Thread Mel Chandler PMI

OMG, but I'd really be impressed if you connected a VIC-20 up to a TRS-80.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 25, 2001 10:01 AM
To: Circusnuts
Cc: [EMAIL PROTECTED]
Subject: RE: Dial-Up Experts...


I've done this with two modems and two computers... not trying to show my
age but I connected a Kaypro 2X and a Commodore 128 through their respective
modems at 300 baud ;-) Pretty big feat back then...

Tim

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Circusnuts
> Sent: Sunday, February 25, 2001 3:50 PM
> To: [EMAIL PROTECTED]
> Subject: Dial-Up Experts...
>
>
> Hey All- is there a way to simulate dial-up without going through the =
> Telco (i.e. point to point, using no dial tone).  I'm practicing CCIE =
> labs & have a few with dial scenario.  I wondered it I could do a call =
> back without tying up two phone lines, say a modem off of my 2509 =
> connected to another modem @ Aux of another router.
>
> Any advice would be greatly appreciated...
>
> Thanks
> Phil
>
> _
> 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: Windows NT DHCP with multiple Scopes

2001-02-26 Thread Mel Chandler PMI

I'm interested in this too.  In an emergency we setup three DHCP server, one
on each segment.  Since they're just workstations with no redundancy at all,
I'd like to setup one DHCP server on a fourth segment that has all our
servers and have the three segments forward their DHCP requests to the
server segment.  All four segments are on a Cabletron SSR8600.  Not sure how
to setup DHCP forwarding on it.  Also not sure how the DHCP server (NT) will
be able to tell and response to one segment versus another and give the
correct address.

-Original Message-
From: Hatim badr [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 26, 2001 12:28 AM
To: [EMAIL PROTECTED]
Subject: Windows NT DHCP with multiple Scopes


Dear All, 

I'm using Windows NT DHCP server with 2 scopes in that server. I'm creating
2
VLANs. To be able to use the DHCP with this situation , I'm using 2 NIC card
,
one for each VLAN. 

I wonder if I can use only one NIC card and the IP HELPER ADDRESS with it!
given that I want to use the same structure, I mean each VLAN has its own
scope.

Thanks 

Hatim 



Get free email and a permanent address at http://www.netaddress.com/?N=1

_
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]



Intrusion Detection [7:6494]

2001-05-30 Thread Mel Chandler PMI

Has any had the opportunity to evaluate an intrusion detection system?  I
know Cisco makes one, not sure what it runs for an OS and how well it's put
together.  Have looked at Cabletron, excuse me, Enterasys, and Webtrends.
Anyone offer any insight?
 

Mel L. Chandler, A+, Network+, MCNE, MCDBA, MCSE+I, CCNA 
[EMAIL PROTECTED] 
Network Analyst 
Information Services 
PMI Delta Dental 
(562) 467-6627




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



Intrusion Detection [7:6495]

2001-05-30 Thread Mel Chandler PMI

Has any had the opportunity to evaluate an intrusion detection system?  I
know Cisco makes one, not sure what it runs for an OS and how well it's put
together.  Have looked at Cabletron, excuse me, Enterasys, and Webtrends.
Anyone offer any insight?
 

Mel L. Chandler, A+, Network+, MCNE, MCDBA, MCSE+I, CCNA 
[EMAIL PROTECTED] 
Network Analyst 
Information Services 
PMI Delta Dental 
(562) 467-6627




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



IP Helper for Enterasys [7:7560]

2001-06-07 Thread Mel Chandler PMI

Does anyone know the command and syntax to setup IP Help for an Enterasys
(Cabletron) SSR8600?


Mel L. Chandler, A+, Network+, MCNE, MCDBA, MCSE+I, CCNA
[EMAIL PROTECTED]
Network Analyst
Information Services
PMI Delta Dental
(562) 467-6627

[GroupStudy.com removed an attachment of type application/x-pkcs7-signature
which had a name of smime.p7s]




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



3620 RAS [7:50397]

2002-08-01 Thread Mel Chandler PMI

I have a 3620 that's functioning as a RAS server.  We have issues with
connection speed for dial up users.  They're getting below 28k.  We're
currently running 2720 for the MICA firmware.  I found and download 2740
firmware and would like to update, but according to the documentation on the
TAC spe is only available to AS5X00's.  How do I update the 3620?  If you
point me to an article or give me something step by step I'd be most
grateful.  Thanks.

Mel L. Chandler, A+, Network+, MCNE, MCDBA, MCSE+I, CCNA 
[EMAIL PROTECTED] 
Network Analyst 
Information Services 
PMI Delta Dental 
(562) 467-6627

"Life's a reach and then you jibe."

[GroupStudy.com removed an attachment of type image/gif which had a name of
Image1.gif]




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