Cisco 7301 - Seems to many interfaces
Moderators: Developers, Moderators
Cisco 7301 - Seems to many interfaces
Hi
I am having a problem graphing 5 interfaces on a cisco 7301 due to router actually having 6000 interfaces (its a 7301 running as a broadband aggreation unit)
the interfaces i want to graph is
ATM1/0 and 2 sub atm interfaces
GigE 0/1 - 0/3
Cacti page loads all the subinterfaces but when i choose the ones to graph and submit it, the page says graphs created
router1 - Traffic - |query_ifName|
and without the interface name and does not make the rrd files and obviously no pngs are created.
Anyone know of any workarounds or fixes (i'm guessing the problem is down to the amount of interfaces)
I am having a problem graphing 5 interfaces on a cisco 7301 due to router actually having 6000 interfaces (its a 7301 running as a broadband aggreation unit)
the interfaces i want to graph is
ATM1/0 and 2 sub atm interfaces
GigE 0/1 - 0/3
Cacti page loads all the subinterfaces but when i choose the ones to graph and submit it, the page says graphs created
router1 - Traffic - |query_ifName|
and without the interface name and does not make the rrd files and obviously no pngs are created.
Anyone know of any workarounds or fixes (i'm guessing the problem is down to the amount of interfaces)
Has no one any ideas ? even the developers...
If i choose to add to graph
1 1 ATM1/0 AT1/0
When the page refreshes after trying to add standard interface graphs or the 64 bit counters it says
Created graph: l2gw-1.tchx - Traffic - |query_ifName|
And its not creating the rrd or actually setting it up correctly
but this is only one a router with 6000+ virtual interfaces.
If i choose to add to graph
1 1 ATM1/0 AT1/0
When the page refreshes after trying to add standard interface graphs or the 64 bit counters it says
Created graph: l2gw-1.tchx - Traffic - |query_ifName|
And its not creating the rrd or actually setting it up correctly
but this is only one a router with 6000+ virtual interfaces.
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Post a walk of the ifInterfaces table and the ifExtra table and post.
snmpbulkwalk -c <your_community> -v 2c <your_host> .1.3.6.1.2.1.2 > ifInterfaces.txt
snmpbulkwalk -c <your_community> -v 2c <your_host> .1.3.6.1.2.1.31.1.1 > ifXTable.txt
TheWitness
snmpbulkwalk -c <your_community> -v 2c <your_host> .1.3.6.1.2.1.2 > ifInterfaces.txt
snmpbulkwalk -c <your_community> -v 2c <your_host> .1.3.6.1.2.1.31.1.1 > ifXTable.txt
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?
Please find attached, I had to rar them to get around the limit of file uploads.
Thanks for your help.
Gareth
Thanks for your help.
Gareth
- Attachments
-
- ifInterfaces.rar
- (220.36 KiB) Downloaded 81 times
-
- ifXTable.rar
- (97.54 KiB) Downloaded 261 times
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Ok, can you send me a dump of your database with this device added. With that information, I should be able to track down the source of the error. Ru using snmp v2? You can use my e-mail to ship 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?
Not sure if this helps but I've run into the same basic problem.. If you do NOT require SNMP access to the Virtual-Interface stats (depending on your version of IOS) you can disable SNMP on the Virtual-Interfaces by adding "no virtual-template snmp" to your 7300 configuration (it's a global command ie. router(config)#). This not only would remove the Virtual-Interfaces from SNMP walks etc, but should also drop the CPU utilization on the 7300's a bit..
DISCLAIMER:
Your milage may vary and I would recommend testing any config changes before you roll it out on a production box..
DISCLAIMER:
Your milage may vary and I would recommend testing any config changes before you roll it out on a production box..
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Ariel,
You comments are very informative! Thanks...
TheWitness
You comments are very informative! Thanks...
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 0 guests