Thanks Adam. I got it to detect and show the ATM interface and all the subinterfaces. However, it is only reporting traffic statistics for the main ATM4/0 interface - all the subinterfaces report -nan. There are about 450 subinterfaces so I've given it an hour or so in case it took a while to poll, but no luck. Ideas?
_____________ Colin Anderson
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Adam Armstrong Sent: Monday, August 12, 2013 1:14 PM To: Observium Network Observation System Subject: Re: [Observium] Not detecting ATM Interfaces
ATM sub-interfaces are ignored by the config.
It's difficult to remove a single entry from the array at the moment, so you'll have to copy the entire array section from the config and remove the entries you want.
$config['bad_if'][] = "voip-null"; $config['bad_if'][] = "virtual-"; $config['bad_if'][] = "unrouted"; $config['bad_if'][] = "eobc"; $config['bad_if'][] = "lp0"; $config['bad_if'][] = "-atm"; $config['bad_if'][] = "faith0"; $config['bad_if'][] = "container"; $config['bad_if'][] = "async"; $config['bad_if'][] = "plip"; $config['bad_if'][] = "-physical"; $config['bad_if'][] = "container"; $config['bad_if'][] = "unrouted"; $config['bad_if'][] = "bluetooth"; $config['bad_if'][] = "isatap"; $config['bad_if'][] = "ras"; $config['bad_if'][] = "qos"; $config['bad_if'][] = "span rp"; $config['bad_if'][] = "span sp"; $config['bad_if'][] = "sslvpn"; $config['bad_if'][] = "pppoe-"; #$config['bad_if'][] = "control plane"; // Example for cisco control plane $config['bad_iftype'][] = "voiceEncap"; $config['bad_iftype'][] = "voiceEM"; $config['bad_iftype'][] = "voiceFXO"; $config['bad_iftype'][] = "voiceFXS"; $config['bad_iftype'][] = "voiceOverAtm"; $config['bad_iftype'][] = "voiceOverFrameRelay"; $config['bad_iftype'][] = "voiceOverIp"; $config['bad_iftype'][] = "ds0"; $config['bad_iftype'][] = "ds1"; $config['bad_iftype'][] = "ds3"; #$config['bad_iftype'][] = "isdn"; //show signaling traffic #$config['bad_iftype'][] = "lapd"; //show signaling traffic #$config['bad_iftype'][] = "sonet"; //show sonet interfaces $config['bad_iftype'][] = "atmSubInterface"; $config['bad_iftype'][] = "aal5"; $config['bad_iftype'][] = "shdsl"; $config['bad_iftype'][] = "mpls"; $config['bad_iftype'][] = "usb"; // Ignore USB pseudo interface (BSD)
Put that into config.php, and remove *only* the bits you need to make your interfaces appear. You probably don't want the -atm stuff, as that gives you different layers.
adam.
On 2013-08-12 15:56, Colin Anderson wrote:
Hi,
We have a Cisco 7206 router with an OC3 ATM Port Adapter (PA-A3-OC3SMI=). The Ethernet and Serial interfaces show up in Observium, but it does not list the ATM interfaces. Is there anything we can do to get this to work? We have several hundred ATM sub interfaces on this card that I need to be able to monitor.
Any help is much appreciated!
Thanks,
COLIN ANDERSON
SENIOR NETWORK ENGINEER
T3 COMMUNICATIONS
239-333-3027 Direct/Cell c.anderson@t3com.net http://www.t3com.com [1]
Links:
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium