From 3474d028ec37c0ef813d12f806dbbd12c898909f Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Wed, 28 Nov 2018 02:43:15 +0100 Subject: [PATCH] 1 more isdn interface to ignore not sure if this is a typo or not, but bri singaling interfaces have 1 'l' on cisco devices. "BRI0-Signaling" was taken from a netdisco report, router is a "897VaK9" running ios "15.5(3)M7". as such, i've added the 1 'l' variant to the ignore_interfaces list. if this was indeed a typo perhaps the double 'll' variant can be deleted. --- share/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/config.yml b/share/config.yml index ae16a8dd..c1d26ea4 100644 --- a/share/config.yml +++ b/share/config.yml @@ -281,6 +281,7 @@ ignore_interfaces: - 'BRI\S+-Bearer Channel' - 'BRI\S+-Physical' - 'BRI\S+-Signalling' + - 'BRI\S+-Signaling' - 'Embedded-Service-Engine\d+\/\d+' - 'Virtual-Template\d+' - 'Virtual-Access\d+'