mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add IE1000 discovery regex to ios.yaml * Cisco IE1000 Industrial Ethernet Switch - SNMPsim * IOS Test results * Update ios.yaml * Update ios.yaml
58 lines
1.4 KiB
YAML
58 lines
1.4 KiB
YAML
os: ios
|
|
group: cisco
|
|
text: 'Cisco IOS'
|
|
type: network
|
|
ifXmcbc: true
|
|
mib_dir: cisco
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
icon: cisco
|
|
discovery:
|
|
-
|
|
sysDescr:
|
|
- 'Cisco Internetwork Operating System Software'
|
|
- 'IOS (tm)'
|
|
- 'Cisco IOS Software'
|
|
- 'Global Site Selector'
|
|
sysDescr_except:
|
|
- 'LINUX_IOSD'
|
|
- 'IOS-XE'
|
|
- 'IOSXE'
|
|
- 'CAT3K_CAA'
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.9.1.2330 # ciscoIE10004TLM
|
|
- .1.3.6.1.4.1.9.1.2331 # ciscoIE10006TLM
|
|
- .1.3.6.1.4.1.9.1.2332 # ciscoIE10004PTSLM
|
|
- .1.3.6.1.4.1.9.1.2333 # ciscoIE10008PTSLM
|
|
bad_ifXEntry:
|
|
- cisco1941
|
|
- cisco886Va
|
|
- cisco2811
|
|
poller_modules:
|
|
cisco-ace-serverfarms: true
|
|
cisco-ace-loadbalancer: true
|
|
cisco-cbqos: true
|
|
cisco-cef: true
|
|
cisco-mac-accounting: true
|
|
cisco-voice: true
|
|
cisco-remote-access-monitor: true
|
|
slas: true
|
|
cisco-ipsec-flow-monitor: true
|
|
cipsec-tunnels: true
|
|
cisco-otv: true
|
|
cisco-vpdn: true
|
|
ipmi: false
|
|
xdsl: true
|
|
discovery_modules:
|
|
cisco-cef: true
|
|
slas: true
|
|
cisco-mac-accounting: true
|
|
cisco-otv: true
|
|
cisco-pw: true
|
|
vrf: true
|
|
cisco-vrf-lite: true
|
|
xdsl: true
|