Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Port Usage Cat 6509

Reply
Thread Tools

Port Usage Cat 6509

 
 
Imayroam
Guest
Posts: n/a
 
      09-19-2005
Hi.

I have a Cat 6509 with 9x48 port cards in it. Unfortunately when we do
moves/changes around the building, not everyone unpatches at the cat
when a port becomes free.

Is there anything i can use to check the last time a port was in use,
to make sure i can unplug it?

I've looked in ciscoworks and solarwinds engineers toolkit, but i can't
find anything...

Thanks

Pete.

 
Reply With Quote
 
 
 
 
Arnold Nipper
Guest
Posts: n/a
 
      09-19-2005
On 19.09.2005 12:17 Imayroam wrote

> Hi.
>
> I have a Cat 6509 with 9x48 port cards in it.


Hmmm ... the C6509 only has 9 slots. How did you manage to put 9 48-port
cards in

> Unfortunately when we do
> moves/changes around the building, not everyone unpatches at the cat
> when a port becomes free.
>
> Is there anything i can use to check the last time a port was in use,
> to make sure i can unplug it?
>


Assuming that you are running CatOS (otherwise a "show interface" should do)

1. Do "clear counters x/y" ans look after the port some time later
2. Run statistics (e.g MRTG or RTG) across the switch.


Arnold
--
Arnold Nipper, AN45
 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      09-19-2005
In article < .com>,
Imayroam <> wrote:
>I have a Cat 6509


:Is there anything i can use to check the last time a port was in use,
:to make sure i can unplug it?

No. The closest you can get is to look at the SNMP entries for
the last time the port state changed. And unfortunately on at
least some devices (including a 7204VXR) the last-changed times
appear to be more or less nonsense.
--
Feep if you love VT-52's.
 
Reply With Quote
 
Barry Gross
Guest
Posts: n/a
 
      09-19-2005

"Walter Roberson" <> wrote in message
news:dgmaup$3ld$...
> In article < .com>,
> Imayroam <> wrote:
>>I have a Cat 6509

>
> :Is there anything i can use to check the last time a port was in use,
> :to make sure i can unplug it?
>

If you are sysloging port ups, you could check out your log entries for that
port. We use custom made SNMP scripts to record all that info.



 
Reply With Quote
 
hans m41
Guest
Posts: n/a
 
      09-19-2005
In article <>,
Arnold Nipper <arnold-> wrote:
>On 19.09.2005 12:17 Imayroam wrote
>
>> I have a Cat 6509 with 9x48 port cards in it.

>
>Hmmm ... the C6509 only has 9 slots. How did you manage to put 9 48-port
>cards in


if you need minimum one supervisor engine

 
Reply With Quote
 
stephen
Guest
Posts: n/a
 
      09-19-2005
"Arnold Nipper" <arnold-> wrote in message
news:...
> On 19.09.2005 12:17 Imayroam wrote
>
> > Hi.
> >
> > I have a Cat 6509 with 9x48 port cards in it.

>
> Hmmm ... the C6509 only has 9 slots. How did you manage to put 9 48-port
> cards in
>
> > Unfortunately when we do
> > moves/changes around the building, not everyone unpatches at the cat
> > when a port becomes free.
> >
> > Is there anything i can use to check the last time a port was in use,
> > to make sure i can unplug it?
> >

>
> Assuming that you are running CatOS (otherwise a "show interface" should

do)
>
> 1. Do "clear counters x/y" ans look after the port some time later
> 2. Run statistics (e.g MRTG or RTG) across the switch.


Alt - there are some MIB interface bits which give you "time since last
state change" (or there were on the IBM hubs i did this on a decade ago).

So you need an SNMP function that can see if the port is down, and hasnt
been up for xxx days (i used 3 weeks to allow for holidays) - then the port
is effectively not in use.

note the port for re-use.

if you are really paranoid, have the script turn it off so no one can reuse
it without asking

Note - this isnt going to work if you reboot the boxes frequently, have
unreliable power etc.
>
>
> Arnold
> --
> Arnold Nipper, AN45

--
Regards

- replace xyz with ntl


 
Reply With Quote
 
Walter Roberson
Guest
Posts: n/a
 
      09-19-2005
In article <yyEXe.19066$>,
stephen <> wrote:
:Alt - there are some MIB interface bits which give you "time since last
:state change" (or there were on the IBM hubs i did this on a decade ago).

interfaces.ifTable.ifEntry.ifLastChange.*

Unfortunately on at least some of Cisco's devices, the values are unusuable.

pix up 70 days 6 hours
interfaces.ifTable.ifEntry.ifLastChange.1 = Timeticks: (0) 0:00:00.00
interfaces.ifTable.ifEntry.ifLastChange.2 = Timeticks: (2189310656) 253 days, 9:25:06.56
interfaces.ifTable.ifEntry.ifLastChange.3 = Timeticks: (0) 0:00:00.00
interfaces.ifTable.ifEntry.ifLastChange.4 = Timeticks: (4052812544) 469 days, 1:48:45.44

So apparently our outside interface flapped right as I was asking
the question, and our inside interface hasn't been down for 400 days
longer than the last reboot...

The above is from a PIX, but I have seen nonsense values on a 7206VXR
as well.
--
"I want to make sure [a user] can't get through ... an online
experience without hitting a Microsoft ad"
-- Steve Ballmer [Microsoft Chief Executive]
 
Reply With Quote
 
Imayroam
Guest
Posts: n/a
 
      09-20-2005
Hi all.

Thanks for all your replies.

You are all correct - it only has 7 line cards, and 2 sup's

I do syslog the Cat, but I can't see an easy way to determine which
ports are in use/not - but i'll give it a go!

Thanks

Pete.

 
Reply With Quote
 
Arnold Nipper
Guest
Posts: n/a
 
      09-20-2005
On 20.09.2005 12:57 Imayroam wrote

> Hi all.
>
> Thanks for all your replies.
>
> You are all correct - it only has 7 line cards, and 2 sup's
>
> I do syslog the Cat, but I can't see an easy way to determine which
> ports are in use/not - but i'll give it a go!
>


As long as you do not use converters, your side will go down, if the
other shuts down/disconnects.

Hence by looking at the state of the port and evaluating the syslog you
could generate an own table giving exact status.

Combining with incoming traffic this should give you a fairly complete
picture.






Arnold
--
Arnold Nipper, AN45
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cat 6009 vs 6509 imayroam Cisco 2 04-12-2005 03:15 PM
Supervisor Engine on a cat 6509 Adam Landas Cisco 6 01-18-2005 10:59 PM
Implementing rate-limit at vlan interface for Cat 6509 Mr_Magoo Cisco 6 05-08-2004 03:26 AM
Windows 2003 WLBS & CAT 6509. Darek Cisco 1 02-24-2004 12:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57