Re: Hub to Hub through 2600 [7:16328]

2001-08-20 Thread Michael R. Eckhoff

You can't do full on a hub.  Put your routers back to half and it will 
probably work.  If not, make sure your workstations didn't auto-screwup 
and go full as well.

Mike

Sammi wrote:
 I have the router interfaces on full/100, perhaps I'll move it to
 auto, same as the workstations are.
 I have moved equipment, swapped cables, haven't seen anything
 suspicous. I lose link lights on the hub and on the router, just
 doesn't come back soon's I go to the second hub. 
 I'm not at the office, but I don't believe the hub has cachine
 capability.
 
 I will try putting the interfaces into auto tomorrow, thanks all!
 
 On 16 Aug 2001 22:18:56 -0400, [EMAIL PROTECTED] (Mark  Monica
 Baker) wrote:
 
 
Have you tried moving things around to see if the problem follows any
piece
of equipment? Maybe a bad cable, bad port on hub, or speed/duplex
mismatch.
Have you tried rebooting router after adding hub? Do you lose link lights 
on the hub (and if so, is it just where the router plugs in, or on the 
workstations?) or the router or both? Could the original hub be caching
the
MAC of the router port that was plugged into it and think it's still on
the
original port, instead of moved to another hub?

Mark

-Original Message-
From: Sammi [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 9:27 PM
To:   [EMAIL PROTECTED]
Subject:  Hub to Hub through 2600 [7:16328]

Hello,
I just received a 2616 router. I set it up through the initial boot
screen:

SubA - 0/0 10.100.1.1 /16
SubB - 0/1 10.200.1.1 /16

Everything works fine if both interfaces are connected, via straight
cable, to a 3Com 10/100 hub. Can ping either interface from either
subnet, all machines on each subnet can ping any machine on other
subnet.

However, when I try to go with two hubs, one for each subnet, I can no
longer communicate. Have assured I'm not on uplink, have tried uplink,
am sure no problems with hub (new out of box, and working in other
configs).

If I have both Subs hooked up to one hub, all link lights are green.
If I move one of the interfaces to the other hub, no link light.

Am I missing something? I'm sure it's something simple but heck if I
know.

Any help greatly appreciated.




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



Re: Fob ??? [7:16224]

2001-08-20 Thread Michael R. Eckhoff

The Key Fob version of the Secure ID stuff is a little token card that 
goes on your keychain.  The little strip of leather that's on your 
keychain?  It's a Fob.  If it's not leather, it may take the shape of a 
beer bottle opener.

-me

Art Barrera wrote:
 All,
 
 Working with Secure ID Service and was wondering -
 
 Does Fob in Key Fob stand for anything when referencing a Token?  Weird
 word/acronym (it)...
 
 Thanks,
 Art




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



Re: ip default-network [7:16535]

2001-08-20 Thread Michael R. Eckhoff

All routes that match the default network will get tagged as default 
candidates.  As with most routing decisions, the best route wins and 
gets set as the gateway of last resort.  If that entry goes away, the 
second one takes it place, and so forth, until you are out of default 
candidates.

-me

Vijendra Jaiswal wrote:
 Can anyone pls tell me on what basis  the entry of one of the
 default-network given in the configuration , is made in the routing table .
 For e.g : The router is having 03 upstream providers with OSPF and BGP
 running
 Provider 1) Default network: 10.0.0.0
  Deault network :192.181.35.0
 Default network: 192.140.0.0
 
 Provider 2) Default network 204.45.56.0
 Provider 2) Default network 209.10.70.0
 
 All the above entries are made in the routing table using the ip
 default-network command. Hence the router is having 05 default network in
 the routing table.
 
 Pls help me in letting me know of the above 05 default network given ,
which
 one of them will be listed in the routing table as gateway of last resort
 when one sees using the command show ip route . And pls tell me on what
 basis the  particular network will be choosen as gateway of last resort
 
 Hoping that you will help me in solving this mystry for meThanks.
 Vijendra




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



Re: ip default-network [7:16507]

2001-08-20 Thread Michael R. Eckhoff

It's not dynamic.  I can't ship that router out with the same config to 
anyplace in the world.  Using a default network, you can. It will come 
up, peer, get it's routing table, and send it's default stuff towards 
home.

Let's say for instance that you have a large core network.  You want all 
traffic that isn't in the routing table to not go to Null0, but you want 
it to flow down to this core and let the core deal with it.  You may 
want this for a number of reasons, most obviously if you default route 
to the Internet, but also if you are running multiple routing protocols 
and not redistributing between all of them.

You can then set a loopback on all the core routers on say 
'192.168.200.0' network.  Then on all your routers you deply, you set 
the ip default-network to 192.168.200.0.  Now no matter where you drop 
that router, if it's got a routing table, and that table knows at least 
one person that can get to 192.168.200.0, then you're set.  No more 
configuration.

Let's also say that edge router has an isdn dial backup.  If your 
primary goes down, and the other comes up, when the new routes flow in, 
it will take the new interface with the new next hop to the core 
automatically - no route changes.  The new routes will just get tagged 
as default candidates and away it goes.


-me




Rick Foster wrote:
 How is this different from configuring two different default routes for the
 same network
 e.g.
 ip route 10.0.0.0 255.0.0.0 202.33.22.11
 ip route 10.0.0.0 255.0.0.0 203.44.33.22
 ip route 10.0.0.0 255.0.0.0 204.55.44.33
 
 Regards ...




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



Re: voice lab [7:16561]

2001-08-20 Thread Michael R. Eckhoff

Depends on what type of Voice over IP you want to do.  If you just want 
to do an h323 gateway, you will need to have at least a 2600 with a VIC 
module and various cards to go in it.  FXO will go towards the CO on a 
regular dialin line.  You can then write some rules to allow something 
like netmeeting to dial out on that phone line.

If you want to simulate a phone switch, you'll need an FXS.  You can 
then plug a regular phone into the FXS port, the telco into the FXO and 
setup some call routing.  Again, you could setup H323 to allow 
netmeeting to call that phone, or for that phone to call netmeeting.

If you've got a real PBX to work with, you'll need either a EM card or 
a voice PRI card.  EM will give you dial ports that you can configure, 
however, you won't be able to pass the call information across that you 
can with a PRI.


-me



george gittins wrote:
 any pointers has for what type of hardware would i need to make voice over
 ip lab?




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



Re: ip default-network [7:16535]

2001-08-20 Thread Michael R. Eckhoff

You can't answer the question with the information you gave.  You just 
say that there are three upstream providers with OSPF and BGP.  You 
don't say which routes come over which and what their weights are.

Just check your routing table.  Whatever path has the best routes to one 
of the networks you specified will become the gateway of last resort.


As for their precidence, I don't know.  As with most things cisco, it 
could either be the order that they are in the config script, top down, 
or the order of their sorted queue.  So it may go through all of the 
best 10 routes before the best 192 routes.  That's something to put into 
lab.

Usually, you only have one default network.  The only case I can think 
of that you might have more is if you want everything to flow to data 
center A if there isn't a route unless data center A gets hit by a large 
falling rock, then transfer all the default traffic to data center B. 
To have more than one increases complexity, and with complexity comes 
failure.

Mike

Vijendra Jaiswal wrote:
 My query is still  unanswered !!
 
 As Michael worte  the best route wins and gets set as the gateway of last
 resort
 Of the example i wrote abt how does one which route will be the gateway of
 last resort .
 Vijendra.
 
 
 Michael R. Eckhoff  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 
All routes that match the default network will get tagged as default
candidates.  As with most routing decisions, the best route wins and
gets set as the gateway of last resort.  If that entry goes away, the
second one takes it place, and so forth, until you are out of default
candidates.

-me

Vijendra Jaiswal wrote:

Can anyone pls tell me on what basis  the entry of one of the
default-network given in the configuration , is made in the routing

 table .
 
For e.g : The router is having 03 upstream providers with OSPF and

 BGP
 
running
Provider 1) Default network: 10.0.0.0
 Deault network :192.181.35.0
Default network: 192.140.0.0

Provider 2) Default network 204.45.56.0
Provider 2) Default network 209.10.70.0

All the above entries are made in the routing table using the ip
default-network command. Hence the router is having 05 default network

 in
 
the routing table.

Pls help me in letting me know of the above 05 default network given ,

which

one of them will be listed in the routing table as gateway of last

 resort
 
when one sees using the command show ip route . And pls tell me on

 what
 
basis the  particular network will be choosen as gateway of last

 resort
 
Hoping that you will help me in solving this mystry for

 meThanks.
 
Vijendra




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



Re: Why Should the Binary Math Method Be Used to Subnet [7:15354]

2001-08-08 Thread Michael R. Eckhoff

The binary method is nice because it is what the router does.  In 
addition, in the process, you get out a lot more information.

For instance, you can quickly determine the class without having to 
memorize all of the ranges with the following binary patterns:

Class A:  0 [0-127]
Class B:  10[128-191]
Class C:  110   [192-223]
Class D:  1110  [224-239]
Class E:    [240-255]

Not to mention, as you run the bits you can see exactly what is 
happening. Granted, there are still tricks.  For instance, the following 
table helps calculate things quickly:

128 
64 
32 
16 
8 
4 
2 
1
128 
192 
224 
240 
248 
252 
254 
255

Notice that it's just the bit values across the top, and the sum of the 
bit values across the bottom.  So if you write that out, you can find 
out exactly what your masks are and the bit patterns that go with them 
without any tricks.

Mike

Priscilla Oppenheimer wrote:
 Well, I have to admit to never really understanding the shortcuts that I 
 have seen people use. ;-) I guess I'm brain damaged, but I have to do it
in
 binary.
 
 As far as tools are concerned, I totally agree with the person who pointed 
 out that in design meetings, you often don't have any tool handy except 
 your head. Sure, you may have an IP subnet calculator on your Palm, but
the
 client is going to look at you askance as you bury your head in the 
 itty-bitty screen, trying to use that silly stylus thing or Graffiti, 
 giving them no eye contact the whole time you're puttering with the tool. 
 Use your head and look professional and like you're worth the big bucks 
 that they are paying you.
 
 Priscilla
 
 At 03:52 PM 8/8/01, Debbie Becker wrote:
 
I use decimal shortcuts most of the time as well -- but when I run across
something confusing, I'll go back to binary -- it always shows me the way .
. .

Deb

John Neiberger  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
| I disagree wholeheartedly with one of those statements.  In this
| business you never really arrive in the first place, so the journey
| itself is as important or more important than the destination.  You
| learn binary subnetting techniques for the same reason students learn
| math without calculators. It's important that you really understand what
| is occurring if you want to be a good engineer.
|
| Liken this situation to cars.  If you just want to use the tools
| without understanding, then you are a driver only.  If you want to be a
| mechanic and know what's happening under the hood, then you have to
| learn the stuff the hard way.
|
| Back to reality for a bit.  As far as subnetting is concerned, it's
| very difficult to understand what's happening without learning it in
| binary.  Once you've learned it, though, it's not really necessary to do
| it in binary because you'll have plenty of shortcuts in your head that
| bypass--yet still rely on--the binary math you learned previously.
|
| Just my $.02...
|
| John
|
|  Ken  8/8/01 10:29:45 AM 
| This is a study group so I have a question for which I need some
| education.
| I am not looking for a flame war, just education. The question I have
| is of
| what use is the binary math method of subnetting as compared to just
| using a
| program that does subnetting? If the point to the exercise is to
| produce a
| plan for subnetting that can then be entered into each device on the
| network
| or into a DHCP server setup, what else is achieved by doing this
| manually?
| It seems to me that the point is not the journey, but the arrival at
| the
| destination. Indeed arrival as quickly as possible, with the least
| source of
| error. As Cisco even says; The purpose of this tool is to provide a
| way to
| calculate IP subnetting which is fast, easy, and error free. Doing
| such
| calculations manually is time consuming and susceptible to common
| mathematical mistakes, especially in conversions between binary and
| decimal
| numbers. So what is it I am not understanding?
|
|
|
|
|

 
 
 Priscilla Oppenheimer
 http://www.priscilla.com




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



Re: High CPU Utilization (Sh process cpu) [7:15272]

2001-08-08 Thread Michael R. Eckhoff

I don't see anything extremely wrong here.  Note that 51% of your CPU is 
being spent in interrupts.  Which means you're fast switching and 
everything is going well.

There is obviously just a lot of traffic going on here that it has to 
deal with.  Now if it said something like 99%/1%, I would be a little 
concerned.

Mike

Nabil Fares wrote:
 Hello John,
 
 Here's the sh process cpu output, hope you guys see something am missing.
 
 Thanks.Nabil
 
 sh process cpu
 CPU utilization for five seconds: 54%/51%; one minute: 61%; five minutes:
 60%
  PID  Runtime(ms)  Invoked  uSecs5Sec   1Min   5Min TTY Process
1   22284668636 33   0.00%  0.00%  0.00%   0 Load Meter
2  500372   3701300135   0.08%  0.01%  0.00%   0 OSPF Hello
3 4834472465863  10377   0.00%  0.09%  0.10%   0 Check heaps
4   0 2  0   0.00%  0.00%  0.00%   0 Pool Manager
5   0 2  0   0.00%  0.00%  0.00%   0 Timers
6  4027   1481   0.00%  0.00%  0.00%   0 Serial
Backgroun
74848 5 969600   0.00%  0.00%  0.00%   0 OIR Handler
8   0 1  0   0.00%  0.00%  0.00%   0 IPC Zone
Manager
9   29096   3340799  8   0.00%  0.00%  0.00%   0 IPC Periodic
Tim
   10   0 1  0   0.00%  0.00%  0.00%   0 IPC Seat
Manager
   11 2664724   1403918   1898   0.24%  0.10%  0.08%   0 ARP Input
   12   58956682326 86   0.00%  0.00%  0.00%   0 HC Counter
Timer
   13   0 3  0   0.00%  0.00%  0.00%   0 DDR Timers
   14   0 1  0   0.00%  0.00%  0.00%   0 Entity MIB API
   15   4 1   4000   0.00%  0.00%  0.00%   0 SERIAL A'detect
   16486445 108088   0.00%  0.00%  0.00%   0 Microcode
Loader
   17   0 1  0   0.00%  0.00%  0.00%   0 IP Crashinfo
Inp
   18   0 1  0   0.00%  0.00%  0.00%   0 DSX3MIB ll
handl
   19  24   3340798 33   0.00%  0.00%  0.00%   0 RSP Background
   202284 55687 41   0.00%  0.00%  0.00%   0 Slave Time
   21   0 1  0   0.00%  0.00%  0.00%   0 Slave IPC OIR
  --More--
 PID  Runtime(ms)  Invoked  uSecs5Sec   1Min   5Min TTY Process
   22 720   115   6260   0.00%  0.12%  0.06%   2 Virtual Exec
   23   37400946486 39   0.00%  0.00%  0.00%   0 Chassis Daemon
   244372 55688 78   0.00%  0.00%  0.00%   0 RSP Chassis
Back
   25   0 1  0   0.00%  0.00%  0.00%   0 MIP Mailbox
   26   0 1  0   0.00%  0.00%  0.00%   0 CT3 Mailbox
   28   33076   3340800  9   0.00%  0.00%  0.00%   0 TRIP Background
   2910446076   9973434   1047   0.40%  0.34%  0.28%   0 IP Input
   30  378200675047560   0.08%  0.01%  0.00%   0 CDP Protocol
   31   0 1  0   0.00%  0.00%  0.00%   0 PPP IP Add
Route
   32 404  5546 72   0.00%  0.00%  0.00%   0 MOP Protocols
   33   0 1  0   0.00%  0.00%  0.00%   0 X.25 Encaps
Mana
   34   0 2  0   0.00%  0.00%  0.00%   0 SSCOP Input
   35   0 2  0   0.00%  0.00%  0.00%   0 SSCOP Output
   369148 55689164   0.00%  0.00%  0.00%   0 SSCOP Timer
   37  206084 60429   3410   0.00%  0.01%  0.00%   0 IP Background
   38   0 2  0   0.00%  0.00%  0.00%   0 ILMI Input
   39   0 1  0   0.00%  0.00%  0.00%   0 SNMP Timers
   40   0 2  0   0.00%  0.00%  0.00%   0 ILMI Request
   41   0 2  0   0.00%  0.00%  0.00%   0 ILMI Response
   42   0 1  0   0.00%  0.00%  0.00%   0 ILMI Timer
Proce
   43   8 2   4000   0.00%  0.00%  0.00%   0 ATM PVC
Discover
   44   0 2  0   0.00%  0.00%  0.00%   0 ATMSIG
DRIVERAPI
  --More-- 
 PID  Runtime(ms)  Invoked  uSecs5Sec   1Min   5Min TTY Process
   45 424  3662115   0.00%  0.00%  0.00%   0 TCP Timer
   46 396   231   1714   0.00%  0.00%  0.00%   0 TCP Protocols
   47   0 1  0   0.00%  0.00%  0.00%   0 Probe Input
 
   48   0 2  0   0.00%  0.00%  0.00%   0 RARP Input
   49  332896103557   3214   0.00%  0.00%  0.00%   0 BOOTP Server
   50  172736 55687   3101   0.00%  0.00%  0.00%   0 IP Cache Ager
   51   0 1  0   0.00%  0.00%  0.00%   0 PAD InCall
   52   0 2  0   0.00%  0.00%  0.00%   0 X.25 Background
   53   0 1  0   0.00%  0.00%  0.00%   0 Socket Timers
   545728 55688102   0.00%  0.00%  0.00%   0 TCP Intercept
Ti
   55   0 2  0   0.00%  0.00%  0.00%   0 SPX Input
   56  256944 62858   4087   0.00%  0.01%  0.00%   0 Adj Manager
   57 8823612   4394985   2007   0.32%  0.38%  0.37%   0 CEF process
   

Re: Fw: DE bits [7:15210]

2001-08-08 Thread Michael R. Eckhoff

Yes, DE bits will stay on as it traverses the frame network.  With DE 
set, any switch along the path that has congestion will toss you out 
before one without DE set.

If you are running a CIR of 0 (as with most Sprint frame circuits), you 
always run the risk of having to retransmit.  However, they supposedly 
design their frame network so that you never have to.

Mike


Mike Mandulak wrote:
 - Original Message -
 From: Mike Mandulak 
 To: Tony Medeiros 
 Sent: Wednesday, August 08, 2001 6:42 AM
 Subject: Re: DE bits [7:15210]
 
 
 
Sort of... That's the way that I understood it to work. The LMI type is

 set
 
to Cisco and when I issue the show frame-relay pvc command, the IOS report
the cir as being set to 0. On of my other Internet connections through a
different provider (also non-channelized T1) the cir is reported as being
768 which is what I would expect.

- Original Message -
From: Tony Medeiros 
To: 
Sent: Wednesday, August 08, 2001 1:14 AM
Subject: Re: DE bits [7:15210]



A Cisco router will never set the DE bits unless specifically told to do

so

with a frame relay DE list.  The frame cloud sets the DE bit on your

traffic

if you exceed the CIR or burst committed data rate for your PVC.  This

means

that if the cloud experiences congestion,  the frames with the DE bits

 are
 
the first into the bit bucket.

Theoretically this is the way it's supposed to work.  More times than

 not
 
the frame cloud will mark your frames DE even if you not exceed you SLA.
Then it's time to call the provider.

Generally, DE bits have nothing to do with port speed.  Port speed is

 just
 
the speed of the link you have to the frame switch.  Traffic shaping has
more effect on the rate you send to each PVC.  It's a little

 complicated.
 
An easy way to show what the provider is giving you is to set up the

traffic

shaping to correspond to the SLA for the PVC.  Then do a sho frame PVC

to

see the stats.  DE marked frames and BECN's and FECN's, MAY be an

indicator

that you are not getting the SLA you should.  These parameters are

CRITICAL

in voice over data applications.

Does this help at all ??

Tony M.
#6172

- Original Message -
From: Mike Mandulak
To:
Sent: Tuesday, August 07, 2001 9:16 PM
Subject: DE bits [7:15210]



Do discard Eligible bits (DE) get set on lines that are full T1's? The
circuit I'm looking at is a full T1 to one of my internet providers

 and
 
when

looking at the frame stats (using cisco LMI) I see that that the cir

 is
 
set

to zero which would mean that all frames leave my site with the DE bit

set.

Am I misunderstanding this?

MikeM




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=15360t=15210
--
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 quickest way to reload a router? [7:15247]

2001-08-08 Thread Michael R. Eckhoff

No, that will just append nothing to the currently running config.  No 
different than copy tftp run.

Mike

Harrison, Michael wrote:
 I cannot test this yet (I will tonight) but I would try the following:
 
 Enter setup mode; escape from setup; save config.  That should completely
 overwrite the current config without reloading.  
 
 
 -Original Message-
 From: Albert Lu [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 08, 2001 8:02 AM
 To: [EMAIL PROTECTED]
 Subject: What is the quickest way to reload a router? [7:15247]
 
 
 Hello group,
 
 A quick question. What is the quickest way to reload a router to it's
 default config. I use erase nvram and then reload. Is there a way of
 doing this without doing the reload which can take a long while.
 
 Thanks
 
 Albert
 
 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 Blue Cross Blue Shield of Florida, Inc., and its subsidiary and 
 affiliate companies are not responsible for errors or omissions in this
 e-mail message. Any personal comments made in this e-mail do not reflect
the
 views of Blue Cross Blue Shield of Florida, Inc.




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



Re: TCP/IP [7:15213]

2001-08-08 Thread Michael R. Eckhoff

Not quite true.

TCP/IP CAN be done in silicon.  However, it's not a good idea to do 
this.  The reason being is that if you have a bug in your stack, you 
gotta toss the whole card.

These are called Layer 3 network cards, and are being used in some cases 
to speed up some server stuff.  Generally, however, I think they're a 
crock and not worth it.  TCP isn't THAT much overhead.

Mike

Donald B Johnson jr wrote:
 Why - It is called software because it is.
 
 Explain - Cause you can't carry it in a bag like a piece of hardware.
 Think of how light your carry-on at the airport would be, if all you had in
 there was TCP/IP.
 
 
 
 - Original Message -
 From: 
 To: 
 Sent: Tuesday, August 07, 2001 9:45 PM
 Subject: TCP/IP [7:15213]
 
 
 
Dear all
Pls tell me
Why TCP/IP is call software and explain

Thanks




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



Re: Cat 6.5K error messages [7:15241]

2001-08-08 Thread Michael R. Eckhoff

I agree, unless it's doing this over and over and over and over again, 
it's perfectly normal.  Or, if you see an entire card drop and come back 
- then you have a problem.

You'll usually see other errors in 'show mac' if there is a duplex 
problem.  Clear that ports stats and take a look at show mac.  If errors 
are a ris'n, then look into problems.

Mike

Murphy, Brian J SITI-ISET-31 wrote:
 Patrick,
 This just means that the port lost a connection to the end device, it's
 possible that its cause by a pc being rebooted, unlikely a duplex mismatch,
 or config, could be NIC or cable.
 Best thing is to set it to auto and see what happens, remember if you have
 one side auto and the other hard coded then the auto will ALWAYS be
 half-duplex.
 
 Brian
 
  -Original Message-
 From: Patrick Donlon [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, August 08, 2001 1:33 PM
 To:   [EMAIL PROTECTED]
 Subject:  Cat 6.5K error messages [7:15241]
 
 I have a cat' that is giving me these messages on the console:
 
 06:02:18 MET +02:00 %PAGP-5-PORTFROMSTP:Port 8/48 left bridge port 8/48
 
 06:02:35 MET +02:00 %PAGP-5-PORTTOSTP:Port 8/48 joined bridge port 8/48.
 
 From the CCO I've read that it could be a duplex mis-match, faulty NIC,
 cable or mis-configuration.
 How can I find out from the switch stat's which is most likely?
 
 cheers Pat




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



Re: IP address space allocation management [7:15130]

2001-08-08 Thread Michael R. Eckhoff

How big is your enterprise?  Lucent QIP is what I see most in large 
enterprises.  It has it's issues, but it's all around a very good product.

If you do go with something like QIP, it will provide DHCP, Dynamic DNS, 
inventory (if you get that far into it), and a lot more.

Mike

Jnickys wrote:
 Hi,
 
 I am looking for IP Address space Administration Tools. I would appreciate
 if anyone with personal experience of such tools could provide info on
where
 I can get them.
 
 Thanks
 
 J Nickys




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



Re: urgent problem [7:14942]

2001-08-05 Thread Michael R. Eckhoff

Yeah - I've had a similar problem with a 3640 running 11.x code.  Up it 
to 12.0.18 if you can and it should go away.  Mine has been rock solid 
ever since.

Other things I noticed, besides the intermitant connectivity, would be 
that the whole box would hang while you were on it for periods of time. 
  Then it come back like nothing ever happened.

All related to memory allocation.

Mike

Mohammed Saro wrote:
 i have  router 3640 with 12m processorr memory and 4M I/o memory running
ospf
 process suddenly i can not telnet soemtimes it works sometimes not and
when i
 log to console i find that there is a problem in its memory allocation here
 are some show comands it might help please advice as soon as possible i
want
 to know is it bug in IOS or memory leakage or harware failure
 
 %SYS-2-MALLOCFAIL:memory allocation of 128975 bytes failed from 0x601451F8,
 pool processor alignment 0
 
 %Low-on-Memory
 
 
 
 R002#sh ver
 Cisco Internetwork Operating System Software
 IOS (tm) 3600 Software (C3640-I-M), Version 11.2(7a)P, SHARED PLATFORM,
 RELEASE
 SOFTWARE (fc1)
 Copyright (c) 1986-1997 by cisco Systems, Inc.
 Compiled Wed 02-Jul-97 07:24 by ccai
 Image text-base: 0x600088E0, data-base: 0x6044
 
 ROM: System Bootstrap, Version 11.1(7)AX [kuong (7)AX], EARLY DEPLOYMENT
 RELEASE
  SOFTWARE (fc2)
 
 R002 uptime is 1 hour, 7 minutes
 System restarted by power-on
 System image file is flash:c3640-i-mz.112-7a.P, booted via flash
 
 cisco 3640 (R4700) processor (revision 0x00) with 12288K/4096K bytes of
 memory.
 Processor board ID 05691894
 R4700 processor, Implementation 33, Revision 1.0
 Channelized E1, Version 1.0.
 Bridging software.
 X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
 Primary Rate ISDN software, Version 1.0.
 2 Ethernet/IEEE 802.3 interface(s)
 8 Serial network interface(s)
 16 Low-speed serial(sync/async) network interface(s)
 1 Channelized E1/PRI port(s)
 DRAM configuration is 64 bits wide with parity disabled.
 125K bytes of non-volatile configuration memory.
 4096K bytes of processor board System flash (Read/Write)
 
 Configuration register is 0x2102
 
 
 R002#sh processes memory
 Total: 5984448, Used: 5887396, Free: 97052
  PID  TTY  Allocated  FreedHoldingGetbufsRetbufs Process
00 194856   12362121464  0  0 *Init*
00288 300560288  0  0 *Sched*
0062287161719112  14224 297060  0 *Dead*
10256256   3772  0  0 Load Meter
20   1216  80760   7804  0  0 OSPF Hello
30  0  0   6772  0  0 Check
heaps
40  73128  0  49660  25736  0 Pool
Manager
50256256   6772  0  0 Timers
60172   4068   6944  0  0 ARP Input
70 92  0   6864  0  0 SERIAL
 A'dete
80256256   6772  0  0
 Environmental
 tatus checker
90  0  0   6772  0  0 SYNCD2430
 Hel
 r
   100  26652   3632  24896  0  0 Framer
 backgr
 nd
   110   43720724  498283114308780  0 IP Input
   120  86680  78880  14572  0  0 CDP
Protocol
   130  0  0   6772  0  0 Asy FS
 Helper
   140  0  19428   6772  0  0 TCP Timer
   150 358116  29920  15752  0  0 TCP
 Protocols
   160232  0   7004  0  0 Probe
Input
   170 92  0   6864  0  0 RARP Input
   180   6752   5752   7772  0  0 BOOTP
Server
   190   4028  11800  12172  0  0 IP
 Background
   220  21500  0   8556   2268  0 Net
 Background
   230348256  12864  0  0 Logger
   240  13172256   6772  0  0 TTY
 Background
   250  0820   6772  0  0 Per-Second
 Jobs
   260  31472  31472   7140  0  0 Net
Periodic
   270184  0   6956  0  0 Net Input
   280256256   3772  0  0 Compute
load
 av
 gs
   290  0  0   6772  0  0 Per-minute
 Jobs
   300384256  12900  0  0 HyBridge
 Input
   310584292   7064  0  0 CCP
manager
   320972256  13488  0  0 PPP
manager
   330488256   7004  0  0 Multilink
 PPP
   340512256   

Re: urgent problem [7:14942]

2001-08-05 Thread Michael R. Eckhoff

Generaly, memory leaks are not hardware related.  They're code related. 
  Either way, the only real way of isolating them is process of 
elimination.  Which means, turn down extra services, update OS, etc.

Since I doubt you can turn down any extra services without impacting 
your users, upgrading to see if it goes away is the next simplest 
without impacting everyone (other than for the reload of course).

You could also just search CCO or call TAC and see if there is a known 
issue with that revision of code as well.

Mike

Mohammed Saro wrote:
 yeah but i want urgent solution i do not have enough fash or RAM to upgrade
 IOS and i'm suspecting a hardware failure so how can i know is it hardware
 failure or just software hangs
 
 
 
 Best Regards,
 Mohammed Saro
 Network Engineer
 
 - Original Message -
 From: Michael R. Eckhoff 
 To: 
 Sent: Sunday, August 05, 2001 2:39 PM
 Subject: Re: urgent problem [7:14942]
 
 
 
Yeah - I've had a similar problem with a 3640 running 11.x code.  Up it
to 12.0.18 if you can and it should go away.  Mine has been rock solid
ever since.

Other things I noticed, besides the intermitant connectivity, would be
that the whole box would hang while you were on it for periods of time.
  Then it come back like nothing ever happened.

All related to memory allocation.

Mike

Mohammed Saro wrote:

i have  router 3640 with 12m processorr memory and 4M I/o memory running

ospf

process suddenly i can not telnet soemtimes it works sometimes not and

when i

log to console i find that there is a problem in its memory allocation

 here
 
are some show comands it might help please advice as soon as possible i

want

to know is it bug in IOS or memory leakage or harware failure

%SYS-2-MALLOCFAIL:memory allocation of 128975 bytes failed from

 0x601451F8,
 
pool processor alignment 0

%Low-on-Memory



R002#sh ver
Cisco Internetwork Operating System Software
IOS (tm) 3600 Software (C3640-I-M), Version 11.2(7a)P, SHARED PLATFORM,
RELEASE
SOFTWARE (fc1)
Copyright (c) 1986-1997 by cisco Systems, Inc.
Compiled Wed 02-Jul-97 07:24 by ccai
Image text-base: 0x600088E0, data-base: 0x6044

ROM: System Bootstrap, Version 11.1(7)AX [kuong (7)AX], EARLY DEPLOYMENT
RELEASE
 SOFTWARE (fc2)

R002 uptime is 1 hour, 7 minutes
System restarted by power-on
System image file is flash:c3640-i-mz.112-7a.P, booted via flash

cisco 3640 (R4700) processor (revision 0x00) with 12288K/4096K bytes of
memory.
Processor board ID 05691894
R4700 processor, Implementation 33, Revision 1.0
Channelized E1, Version 1.0.
Bridging software.
X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
Primary Rate ISDN software, Version 1.0.
2 Ethernet/IEEE 802.3 interface(s)
8 Serial network interface(s)
16 Low-speed serial(sync/async) network interface(s)
1 Channelized E1/PRI port(s)
DRAM configuration is 64 bits wide with parity disabled.
125K bytes of non-volatile configuration memory.
4096K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102


R002#sh processes memory
Total: 5984448, Used: 5887396, Free: 97052
 PID  TTY  Allocated  FreedHoldingGetbufsRetbufs Process
   00 194856   12362121464  0  0 *Init*
   00288 300560288  0  0 *Sched*
   0062287161719112  14224 297060  0 *Dead*
   10256256   3772  0  0 Load

 Meter
 
   20   1216  80760   7804  0  0 OSPF

 Hello
 
   30  0  0   6772  0  0 Check

heaps

   40  73128  0  49660  25736  0 Pool

Manager

   50256256   6772  0  0 Timers
   60172   4068   6944  0  0 ARP

 Input
 
   70 92  0   6864  0  0 SERIAL
A'dete
   80256256   6772  0  0
Environmental
tatus checker
   90  0  0   6772  0  0

 SYNCD2430
 
Hel
r
  100  26652   3632  24896  0  0 Framer
backgr
nd
  110   43720724  498283114308780  0 IP

 Input
 
  120  86680  78880  14572  0  0 CDP

Protocol

  130  0  0   6772  0  0 Asy FS
Helper
  140  0  19428   6772  0  0 TCP

 Timer
 
  150 358116  29920  15752  0  0 TCP
Protocols
  160232  0   7004  0  0 Probe

Input

  170 92  0   6864  0  0 RARP

 Input
 
  180   6752   5752   7772  0  0 BOOTP

Server

  190   4028  11800  12172  0  0 IP
Background
  220  21500  0   8556   2268  0 Net
Background
  230