![](https://secure.gravatar.com/avatar/d6d1249ecef0d8f1d52acee4a8bbf635.jpg?s=120&d=mm&r=g)
Hello there on a bras, there a a lot of virtual-interfaces which disapear when session is off (pppoe, dhcp etc...) is it possible to configure scripts or poller to scan only specific known physical interfaces only? Thanks for any solution.
Noru
![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
There used to be a poller mode which would use snmpget to try to work around the problem with snmpwalk on large devices, but it's long gone.
Though, we don't make rrds or database entries for virtual interfaces, unless you've broken your config some how :)
adam.
On Tue, 26 Feb 2013 14:43:40 +1100, "noruni at gmail" norujames@gmail.com wrote:
Hello there on a bras, there a a lot of virtual-interfaces which disapear when
session
is off (pppoe, dhcp etc...) is it possible to configure scripts or poller to scan only specific
known
physical interfaces only? Thanks for any solution.
Noru
![](https://secure.gravatar.com/avatar/a6689741ad59b5599d8e678c9b391024.jpg?s=120&d=mm&r=g)
At 26-02-2013 04:43, noruni at gmail wrote:
Hello there on a bras, there a a lot of virtual-interfaces which disapear when session is off (pppoe, dhcp etc...) is it possible to configure scripts or poller to scan only specific known physical interfaces only? Thanks for any solution.
We had to add this to our config.php to get rid of them:
$config['bad_iftype'][] = "virtual-access"; $config['bad_if'][] = "virtual-access";
participants (3)
-
Adam Armstrong
-
Michiel Klaver
-
noruni at gmail