Hi, > I have tried cfgmaker --if-filter='vlan' but it says: ERROR: with if-filter > vlan: Bareword "vlan" not allowed while "strict subs" in use at (eval 6) > line 1. does anyone have an example of how to do this handy?
You can use these commands: --if-filter='$default && $if_type!=53' This filter out interfaces with ifType: propVirtual (53) --if-filter='$default && !$if_is_ciscovlan' This filter out all VLANs from Cisco boxes. Best regards, Pavel _______________________________________________ mrtg mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/mrtg
