I have many of the following ports on Cisco voice routers with PRI voice lines. I would like add them to the ignore list but everything I try will keep finding them. Am I missing something?
This is from the snmpwalk. ifDescr.536 = STRING: EFXS 50/0/400 *** this one router has 400+ of them and they all show up in the router ***
ifDescr.537 = STRING: Voice Encapsulation (POTS) Peer: 20208 *** Same here many show up on each router ***
Some of the lines I have added to see if it will ignore them. But no luck. $config['bad_iftype'][] = "EFXS"; $config['bad_iftype'][] = "EFXS 50/0/1"; $config['bad_if_regexp'][] = "EFXS.*";
Thanks for any help.
iftype != if.descr
by default obs ignore all iftype(lapd, isdn, ds0, ds1, ds3, etc) know used for voice, except serial ports.
On 05.06.2013 0:28, Kody wrote:
I have many of the following ports on Cisco voice routers with PRI voice lines. I would like add them to the ignore list but everything I try will keep finding them. Am I missing something?
This is from the snmpwalk. ifDescr.536 = STRING: EFXS 50/0/400 *** this one router has 400+ of them and they all show up in the router ***
ifDescr.537 = STRING: Voice Encapsulation (POTS) Peer: 20208 *** Same here many show up on each router ***
Some of the lines I have added to see if it will ignore them. But no luck. $config['bad_iftype'][] = "EFXS"; $config['bad_iftype'][] = "EFXS 50/0/1"; $config['bad_if_regexp'][] = "EFXS.*";
Thanks for any help.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Actually these by default not ignored
#$config['bad_iftype'][] = "isdn"; #show signaling traffic #$config['bad_iftype'][] = "lapd"; #show signaling traffic
On 05.06.2013 0:28, Kody wrote:
I have many of the following ports on Cisco voice routers with PRI voice lines. I would like add them to the ignore list but everything I try will keep finding them. Am I missing something?
This is from the snmpwalk. ifDescr.536 = STRING: EFXS 50/0/400 *** this one router has 400+ of them and they all show up in the router ***
ifDescr.537 = STRING: Voice Encapsulation (POTS) Peer: 20208 *** Same here many show up on each router ***
Some of the lines I have added to see if it will ignore them. But no luck. $config['bad_iftype'][] = "EFXS"; $config['bad_iftype'][] = "EFXS 50/0/1"; $config['bad_if_regexp'][] = "EFXS.*";
Thanks for any help.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
lower case.
On 2013-06-04 21:28, Kody wrote:
I have many of the following ports on Cisco voice routers with PRI voice lines. I would like add them to the ignore list but everything I try will keep finding them. Am I missing something?
This is from the snmpwalk. ifDescr.536 = STRING: EFXS 50/0/400 *** this one router has 400+ of them and they all show up in the router
ifDescr.537 = STRING: Voice Encapsulation (POTS) Peer: 20208 *** Same here many show up on each router ***
Some of the lines I have added to see if it will ignore them. But no luck. $config['bad_iftype'][] = "EFXS"; $config['bad_iftype'][] = "EFXS 50/0/1"; $config['bad_if_regexp'][] = "EFXS.*";
Thanks for any help.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
We run Cisco devices with ISDN PRI, voip, FXO ports all these ports are hidden by default for us. You sure running latest version?
And EFXS string doesn't looks like PRI :)
On 05/06/13 00:28, Kody wrote:
I have many of the following ports on Cisco voice routers with PRI voice lines. I would like add them to the ignore list but everything I try will keep finding them. Am I missing something?
This is from the snmpwalk. ifDescr.536 = STRING: EFXS 50/0/400 *** this one router has 400+ of them and they all show up in the router ***
ifDescr.537 = STRING: Voice Encapsulation (POTS) Peer: 20208 *** Same here many show up on each router ***
Some of the lines I have added to see if it will ignore them. But no luck. $config['bad_iftype'][] = "EFXS"; $config['bad_iftype'][] = "EFXS 50/0/1"; $config['bad_if_regexp'][] = "EFXS.*";
Thanks for any help.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Nikolay Shopik <shopik@...> writes:
We run Cisco devices with ISDN PRI, voip, FXO ports all these ports are hidden by default for us. You sure running latest version?
And EFXS string doesn't looks like PRI :)
Correct the EFXS interfaces are for cisco CME/SRST. But they really do not need to be shown. They do not really have any need to be monitored or graphed. With many of them (Up to 400+) showing up as interfaces on the routers they can be a resource hog on the Observium Box. When trying to go over 100+ routers that have around 400 or so interfaces and disable the graphing and UP/DOWN can be a problem and find I am sometimes not able to disable everything that needs to be.
That is why I am here to see if I can find a way to add them to the ignore iftype list.
I am running 0.13.6.4113 of Observium.
What are the ifTypes of these interfaces?
adam.
On 2013-06-05 14:26, Kody wrote:
Nikolay Shopik <shopik@...> writes:
We run Cisco devices with ISDN PRI, voip, FXO ports all these ports are hidden by default for us. You sure running latest version?
And EFXS string doesn't looks like PRI :)
Correct the EFXS interfaces are for cisco CME/SRST. But they really do not need to be shown. They do not really have any need to be monitored or graphed. With many of them (Up to 400+) showing up as interfaces on the routers they can be a resource hog on the Observium Box. When trying to go over 100+ routers that have around 400 or so interfaces and disable the graphing and UP/DOWN can be a problem and find I am sometimes not able to disable everything that needs to be.
That is why I am here to see if I can find a way to add them to the ignore iftype list.
I am running 0.13.6.4113 of Observium.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I have the same thing on my voice router, although only 50 efxs ports - also running Observium 4113.
On Wed, Jun 5, 2013 at 7:26 AM, Kody kklorres@nexeosolutions.com wrote:
Nikolay Shopik <shopik@...> writes:
We run Cisco devices with ISDN PRI, voip, FXO ports all these ports are hidden by default for us. You sure running latest version?
And EFXS string doesn't looks like PRI :)
Correct the EFXS interfaces are for cisco CME/SRST. But they really do not need to be shown. They do not really have any need to be monitored or graphed. With many of them (Up to 400+) showing up as interfaces on the routers they can be a resource hog on the Observium Box. When trying to go over 100+ routers that have around 400 or so interfaces and disable the graphing and UP/DOWN can be a problem and find I am sometimes not able to disable everything that needs to be.
That is why I am here to see if I can find a way to add them to the ignore iftype list.
I am running 0.13.6.4113 of Observium.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
What ifType are they?
On 2013-06-05 15:05, Alex Pressé wrote:
I have the same thing on my voice router, although only 50 efxs ports
- also running Observium 4113.
On Wed, Jun 5, 2013 at 7:26 AM, Kody kklorres@nexeosolutions.com wrote:
Nikolay Shopik <shopik@...> writes:
We run Cisco devices with ISDN PRI, voip, FXO ports all these ports are hidden by default for us. You sure running latest version?
And EFXS string doesn't looks like PRI :)
Correct the EFXS interfaces are for cisco CME/SRST. But they really do not need to be shown. They do not really have any need to be monitored or graphed. With many of them (Up to 400+) showing up as interfaces on the routers they can be a resource hog on the Observium Box. When trying to go over 100+ routers that have around 400 or so interfaces and disable the graphing and UP/DOWN can be a problem and find I am sometimes not able to disable everything that needs to be.
That is why I am here to see if I can find a way to add them to the ignore iftype list.
I am running 0.13.6.4113 of Observium.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [1]
-- Alex Presse "How much net work could a network work if a network could net work?"
Links:
[1] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Adam Armstrong <adama@...> writes:
What ifType are they?
This is from the snmpwalk. ifDescr.536 = STRING: EFXS 50/0/400
Listed as "other" in Observium. Per Cisco it is a “ephone-dn virtual FXS voice port.”
If this is not what you are looking for please point me in the right direction to find the info you need.
What ifType?
On 2013-06-05 15:40, Kody wrote:
Adam Armstrong <adama@...> writes:
What ifType are they?
This is from the snmpwalk. ifDescr.536 = STRING: EFXS 50/0/400
Listed as "other" in Observium. Per Cisco it is a “ephone-dn virtual FXS voice port.”
If this is not what you are looking for please point me in the right direction to find the info you need.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (4)
-
Adam Armstrong
-
Alex Pressé
-
Kody
-
Nikolay Shopik