thanksranchoman wrote:This is host template for Cisco 6500 switches running IOS or CatOS
The template measures CPU, Memory, Temperature, Backplane load and Interfaces.
Let me know about it.
Cheers,
Cisco 6500 switche template
Moderators: Developers, Moderators
Re: Cisco 6500 switche template
Last edited by tangjunhu on Wed Feb 18, 2009 7:00 pm, edited 1 time in total.
temp
quick and dirty IOS only
log into 6500
sh mod
note the module you are looking for info on
sh env status
this is your double check this will tell you all the env info on the 6500
then you can walk 1.3.6.1.4.1.9.9.91.1.1.1.1.4
pick out the oid for your mod and choose what temp/env stat you want
we monitor supervisor temp as well as inlet and outlet temps
From Cisco Website
IE for this 6500 we are monitoring
Object Information
Specific Object Information
Object entSensorValue
OID 1.3.6.1.4.1.9.9.91.1.1.1.1.4
Type SensorValue
Permission read-only
Status current
MIB CISCO-ENTITY-SENSOR-MIB ; - View Supporting Images
Description "This variable reports the most recent measurement seen
by the sensor.
To correctly display or interpret this variable's value,
you must also know entSensorType, entSensorScale, and
entSensorPrecision.
However, you can compare entSensorValue with the threshold
values given in entSensorThresholdTable without any semantic
knowledge.
"
OID Tree
You are currently viewing your object with 2 3 4 5 6 7 8 9 10 11 12 levels of hierarchy above your object.
. iso (1) . org (3) . dod (6) . internet (1) . private (4) . enterprises (1) . cisco (9) . ciscoMgmt (9) . entitySensorMIB (91) . entitySensorMIBObjects (1) . entSensorValues (1)
|
- -- entSensorValueTable (1)
|
- -- entSensorValueEntry (1)
|
| -- entSensorType (1)
|
| -- entSensorScale (2)
|
| -- entSensorPrecision (3)
|
| -- entSensorValue (4) object Details
|
| -- entSensorStatus (5)
|
| -- entSensorValueTimeStamp (6)
|
| -- entSensorValueUpdateRate (7)
log into 6500
sh mod
note the module you are looking for info on
sh env status
this is your double check this will tell you all the env info on the 6500
then you can walk 1.3.6.1.4.1.9.9.91.1.1.1.1.4
pick out the oid for your mod and choose what temp/env stat you want
we monitor supervisor temp as well as inlet and outlet temps
From Cisco Website
IE for this 6500 we are monitoring
Object Information
Specific Object Information
Object entSensorValue
OID 1.3.6.1.4.1.9.9.91.1.1.1.1.4
Type SensorValue
Permission read-only
Status current
MIB CISCO-ENTITY-SENSOR-MIB ; - View Supporting Images
Description "This variable reports the most recent measurement seen
by the sensor.
To correctly display or interpret this variable's value,
you must also know entSensorType, entSensorScale, and
entSensorPrecision.
However, you can compare entSensorValue with the threshold
values given in entSensorThresholdTable without any semantic
knowledge.
"
OID Tree
You are currently viewing your object with 2 3 4 5 6 7 8 9 10 11 12 levels of hierarchy above your object.
. iso (1) . org (3) . dod (6) . internet (1) . private (4) . enterprises (1) . cisco (9) . ciscoMgmt (9) . entitySensorMIB (91) . entitySensorMIBObjects (1) . entSensorValues (1)
|
- -- entSensorValueTable (1)
|
- -- entSensorValueEntry (1)
|
| -- entSensorType (1)
|
| -- entSensorScale (2)
|
| -- entSensorPrecision (3)
|
| -- entSensorValue (4) object Details
|
| -- entSensorStatus (5)
|
| -- entSensorValueTimeStamp (6)
|
| -- entSensorValueUpdateRate (7)
- Attachments
-
- tmp.JPG (30.46 KiB) Viewed 11135 times
C6K5 fabric utilization per module
Dear,
Does anyone have experiences with graphing the bandwidth utilization
per module based on the CISCO-CAT6K-CROSSBAR-MIB ?
I've tried to configure the template, but without succes...
A 67xx module has 40Gbit per slot while a service module like ACE or FWSM 8Gbit.
The CLI command is 'show fabric utitlization.
Vurapasa
C6K5-E#show module
Mod Ports Card Type Model Serial No.
--- ----- -------------------------------------- ------------------ -----------
1 24 CEF720 24 port 1000mb SFP WS-X6724-SFP xxxxxxxxxxx
3 6 Firewall Module WS-SVC-FWM-1 xxxxxxxxxxx
4 1 Application Control Engine Module ACE10-6500-K9 xxxxxxxxxxx
5 2 Supervisor Engine 720 (Active) WS-SUP720-3B xxxxxxxxxxx
8 48 CEF720 48 port 10/100/1000mb Ethernet WS-X6748-GE-TX xxxxxxxxxxx
9 48 CEF720 48 port 10/100/1000mb Ethernet WS-X6748-GE-TX xxxxxxxxxxx
C6K5-E#show fabric utilization
slot channel speed Ingress % Egress %
1 0 20G 2 1
3 0 8G 16 14
4 0 8G 14 16
5 0 20G 7 6
8 0 20G 1 4
8 1 20G 2 1
9 0 20G 1 2
9 1 20G 0 0
C6K5-E#show fabric utilization detail
Fabric utilization: Ingress Egress
Module Chanl Speed rate peak rate peak
1 0 20G 1% 12% @12:36 08Apr10 1% 10% @14:34 06Apr10
3 0 8G 11% 46% @16:47 25May10 11% 48% @12:43 25May10
4 0 8G 10% 45% @12:43 25May10 11% 43% @12:43 25May10
5 0 20G 6% 28% @13:39 23Mar10 6% 48% @18:14 07Jan10
8 0 20G 1% 10% @12:58 20Apr10 2% 23% @13:39 23Mar10
8 1 20G 0% 10% @09:23 22Sep09 0% 8% @22:31 14Aug09
9 0 20G 1% 7% @00:02 21Feb10 1% 7% @00:10 15May10
9 1 20G 1% 8% @02:37 28Jul09 0% 7% @16:15 22Sep09
Does anyone have experiences with graphing the bandwidth utilization
per module based on the CISCO-CAT6K-CROSSBAR-MIB ?
I've tried to configure the template, but without succes...
A 67xx module has 40Gbit per slot while a service module like ACE or FWSM 8Gbit.
The CLI command is 'show fabric utitlization.
Vurapasa
C6K5-E#show module
Mod Ports Card Type Model Serial No.
--- ----- -------------------------------------- ------------------ -----------
1 24 CEF720 24 port 1000mb SFP WS-X6724-SFP xxxxxxxxxxx
3 6 Firewall Module WS-SVC-FWM-1 xxxxxxxxxxx
4 1 Application Control Engine Module ACE10-6500-K9 xxxxxxxxxxx
5 2 Supervisor Engine 720 (Active) WS-SUP720-3B xxxxxxxxxxx
8 48 CEF720 48 port 10/100/1000mb Ethernet WS-X6748-GE-TX xxxxxxxxxxx
9 48 CEF720 48 port 10/100/1000mb Ethernet WS-X6748-GE-TX xxxxxxxxxxx
C6K5-E#show fabric utilization
slot channel speed Ingress % Egress %
1 0 20G 2 1
3 0 8G 16 14
4 0 8G 14 16
5 0 20G 7 6
8 0 20G 1 4
8 1 20G 2 1
9 0 20G 1 2
9 1 20G 0 0
C6K5-E#show fabric utilization detail
Fabric utilization: Ingress Egress
Module Chanl Speed rate peak rate peak
1 0 20G 1% 12% @12:36 08Apr10 1% 10% @14:34 06Apr10
3 0 8G 11% 46% @16:47 25May10 11% 48% @12:43 25May10
4 0 8G 10% 45% @12:43 25May10 11% 43% @12:43 25May10
5 0 20G 6% 28% @13:39 23Mar10 6% 48% @18:14 07Jan10
8 0 20G 1% 10% @12:58 20Apr10 2% 23% @13:39 23Mar10
8 1 20G 0% 10% @09:23 22Sep09 0% 8% @22:31 14Aug09
9 0 20G 1% 7% @00:02 21Feb10 1% 7% @00:10 15May10
9 1 20G 1% 8% @02:37 28Jul09 0% 7% @16:15 22Sep09
Re: Cisco 6500 switche template
Hi,
Can anybody tell me what is sys traffic usage peak and why there is a need to monitor it?
Thanks
Sanket
Can anybody tell me what is sys traffic usage peak and why there is a need to monitor it?
Thanks
Sanket
Re: Cisco 6500 switche template
If anybody could reply to my above query ....its urgent. What is sys traffic usage peak? I could not find its definition anywhere.
Thanks
Sanket
Thanks
Sanket
Re: Cisco 6500 switche template
Sorry to bring the post back up guys, but I'm having an issue with the TEMP monitor for my 6500 switches. They get all NAN values.
I got 6 6509, 4 with Version 15.1(2)SY and the other 2 are Version 12.2(18)SXF17a. Same thing happens with ,y 3750s (both G and X). Those have IOS12.2
Cacti is a CactiEZ0.7 upgraded to 0.8.8b with RRDtool 1.3.8
Any Ideas????
Thanks!
I got 6 6509, 4 with Version 15.1(2)SY and the other 2 are Version 12.2(18)SXF17a. Same thing happens with ,y 3750s (both G and X). Those have IOS12.2
Cacti is a CactiEZ0.7 upgraded to 0.8.8b with RRDtool 1.3.8
Any Ideas????
Thanks!
Code: Select all
Corporate Cacti
CactiEZ 0.7 (upgraded to 0.0.8h) - Spine 0.8.8h - RRDTool 1.4.7 - Apache 2.2.15 - Settings 0.71 - Maint 0.3 - Thold0.5 - Errorimage 0.2 - Webmin 0.1
Watermark 0.2 - Monitor 1.3 - Realtime 0.5 - Nectar 0.35a - Fix64bit 0.4 - Autom8 0.36 - Quicktree 0.2
Code: Select all
Business Cacti
CactiEZ 0.7 - Spine 0.8.8b - RRDTool 1.3.8 - Apache 2.2.15 - Settings 0.71 - Maint 0.3 - Thold0.5 - Errorimage 0.2 - Jqueryskin 0.1
Webmin 0.1 - Watermark 0.2 - Monitor 1.3 - Realtime 0.5 - Nectar 0.35a - Fix64bit 0.4 - Autom8 0.36 - Quicktree 0.2 - Syslog 1.22
-
- Posts: 26
- Joined: Wed Dec 03, 2014 7:59 am
Who is online
Users browsing this forum: No registered users and 2 guests