Graphing VLANS Using Riverstone
Moderators: Developers, Moderators
Graphing VLANS Using Riverstone
Hey
Does anyone know how to graph VLAN. I am able to graph physical ports on my device but not VLAN ?
Is it possible that cacti doesnt support this type ??
Does anyone know how to graph VLAN. I am able to graph physical ports on my device but not VLAN ?
Is it possible that cacti doesnt support this type ??
-
- Cacti User
- Posts: 97
- Joined: Thu Mar 24, 2005 4:59 am
- Location: Brussels, Belgium
Casti will support any information you can gather. So I think the right question to ask here is: can you gather the information you want to display from your device. So that will depend on what information your device can deliver - probably through SNMP. For that, you will need to consult their MIBs.
[size=75][color=#EE5019]| Cacti 0.8.6g | MySQL 4.1.14 w Query Cache | Net-SNMP 5.2.1 | IIS 6 | fast-cgi | PHP 5.0.3 | RRDtool 1.2.9 | Windows 2003 Server SP1 | Cactid 0.8.6f |
| Dell 2450 - 2x P3 733 MHz, 1GB RAM |[/size][/color]
| Dell 2450 - 2x P3 733 MHz, 1GB RAM |[/size][/color]
VLAN issue
But my device for a VLAN is listed after i create the device but once i graph it no data appears on the monitor i usually give it a minute or two it should appear, but doesn't
It even says on the index status that it is up
Basically the graph is empty still??
help
It even says on the index status that it is up
Basically the graph is empty still??
help
VLAN issue
But my device for a VLAN is listed after i create the device but once i graph it no data appears on the monitor i usually give it a minute or two it should appear, but doesn't
It even says on the index status that it is up
Basically the graph is empty still??
help
It even says on the index status that it is up
Basically the graph is empty still??
help
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
If you do not see your VLAN's in the ifInterfaces table, then your switch vendor likely does not support them in that space (somewhat odd but not entirely). You may have to find where they publish this information in SNMP and write a corresponding Data Query and associated components to properly graph it.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Vlans Riverstone.
You could try the following RS Mibs..
dot1qTpVlanPortInFrames 1.3.6.1.2.1.17.7.1.4.6.1.1 Counter32 read-only
dot1qTpVlanPortOutFrames 1.3.6.1.2.1.17.7.1.4.6.1.2 Counter32 read-only
dot1qTpVlanPortInOverflowFrames 1.3.6.1.2.1.17.7.1.4.6.1.4 Counter32read-only
dot1qTpVlanPortOutOverflowFrames 1.3.6.1.2.1.17.7.1.4.6.1.5 Counter32 read-only
If you'd prefer 64 bit counters,
dot1qTpVlanPortHCInFrames 1.3.6.1.2.1.17.7.1.4.7.1.1 Counter64 read-only
dot1qTpVlanPortHCOutFrames 1.3.6.1.2.1.17.7.1.4.7.1.2 Counter64 read-only
And the byte counters (available from release 9.1.0.1 onwards):
rsPortVlanInOctets 1.3.6.1.4.1.5567.2.65.1.10.1.1.101 Counter32 read-only
rsPortVlanOutOctets 1.3.6.1.4.1.5567.2.65.1.10.1.1.102 Counter32 read-only
rsPortVlanInOverflowOctets 1.3.6.1.4.1.5567.2.65.1.10.1.1.103 Counter32 read-only
rsPortVlanOutOverflowOctets 1.3.6.1.4.1.5567.2.65.1.10.1.1.104 Counter32read-only
rsPortVlanHCInOctets 1.3.6.1.4.1.5567.2.65.1.10.2.1.101 Counter64 read-only
rsPortVlanHCOutOctets 1.3.6.1.4.1.5567.2.65.1.10.2.1.102 Counter64 read-only
Thanks,
Noclee
dot1qTpVlanPortInFrames 1.3.6.1.2.1.17.7.1.4.6.1.1 Counter32 read-only
dot1qTpVlanPortOutFrames 1.3.6.1.2.1.17.7.1.4.6.1.2 Counter32 read-only
dot1qTpVlanPortInOverflowFrames 1.3.6.1.2.1.17.7.1.4.6.1.4 Counter32read-only
dot1qTpVlanPortOutOverflowFrames 1.3.6.1.2.1.17.7.1.4.6.1.5 Counter32 read-only
If you'd prefer 64 bit counters,
dot1qTpVlanPortHCInFrames 1.3.6.1.2.1.17.7.1.4.7.1.1 Counter64 read-only
dot1qTpVlanPortHCOutFrames 1.3.6.1.2.1.17.7.1.4.7.1.2 Counter64 read-only
And the byte counters (available from release 9.1.0.1 onwards):
rsPortVlanInOctets 1.3.6.1.4.1.5567.2.65.1.10.1.1.101 Counter32 read-only
rsPortVlanOutOctets 1.3.6.1.4.1.5567.2.65.1.10.1.1.102 Counter32 read-only
rsPortVlanInOverflowOctets 1.3.6.1.4.1.5567.2.65.1.10.1.1.103 Counter32 read-only
rsPortVlanOutOverflowOctets 1.3.6.1.4.1.5567.2.65.1.10.1.1.104 Counter32read-only
rsPortVlanHCInOctets 1.3.6.1.4.1.5567.2.65.1.10.2.1.101 Counter64 read-only
rsPortVlanHCOutOctets 1.3.6.1.4.1.5567.2.65.1.10.2.1.102 Counter64 read-only
Thanks,
Noclee
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
I must have been a sleep when I did that post, becuase VLAN information is not housed in ifInterfaces
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Who is online
Users browsing this forum: No registered users and 2 guests