fix Cisco stack port ignore

This commit is contained in:
Oliver Gorwits
2014-01-12 21:58:11 +00:00
parent 4531c61246
commit 67c9c783ec

View File

@@ -16,7 +16,7 @@ logger_format: '[%P] %L @%D> %m'
# WEB FRONTEND # WEB FRONTEND
# ------------ # ------------
domain_suffix: '' domain_suffix: ""
no_auth: false no_auth: false
suggest_guest: false suggest_guest: false
trust_remote_user: false trust_remote_user: false
@@ -24,9 +24,9 @@ trust_x_remote_user: false
#ldap: #ldap:
# servers: [] # servers: []
# user_string: 'MYDOMAIN\%USER%' # user_string: 'MYDOMAIN\%USER%'
# base: '' # base: ""
# proxy_user: '' # proxy_user: ""
# proxy_pass: '' # proxy_pass: ""
# opts: # opts:
# debug: 3 # debug: 3
# tls_opts: {} # tls_opts: {}
@@ -80,7 +80,7 @@ extra_web_plugins: []
community: ['public'] community: ['public']
community_rw: ['private'] community_rw: ['private']
snmp_auth: [] snmp_auth: []
get_community: '' get_community: ""
bulkwalk_off: false bulkwalk_off: false
bulkwalk_no: [] bulkwalk_no: []
bulkwalk_repeaters: 20 bulkwalk_repeaters: 20
@@ -117,7 +117,8 @@ ignore_interfaces:
- 'StackPort' - 'StackPort'
- 'Control Plane Interface' - 'Control Plane Interface'
- 'SPAN (S|R)P Interface' - 'SPAN (S|R)P Interface'
- 'StackSub' - 'StackSub-.*'
- 'StackPort\d+'
- 'netflow' - 'netflow'
- 'Vlan\d+-mpls layer' - 'Vlan\d+-mpls layer'
- 'BRI\S+-Bearer Channel' - 'BRI\S+-Bearer Channel'