...
- 멀리 클라우드 솔루션 도입
- ETRI 클라우드 바리스타 - https://cloud-barista.github.io
- OSCi Place RoRo - https://www.play-ce.io/roro.html
- etc
문의사항)
- oVirt 연동 가능?
하이브리드 클라우드 연동
IPSec tunnel between Cisco IOS router and AWS VPC
https://chou.se/site-to-site-vpn-between-google-cloud-and-pfsense-on-vmware-at-home/
https://guide.ncloud-docs.com/docs/cloudconnect-vpc
https://extricate.org/2020/05/23/aws-and-opnsense-site-to-site-ipsec-vpn-setup/
음...
그냥 pfSense 깔고 연동하면 되는데 음...
라우터에서 IPSec 터널링 하고 라우팅 설정 해줘도 되고
2) 오픈소스 기반 NMS 및 Flow Monitor 구축
...
2-2) Flow Monitor 구축 (2종)
- NetFlow, sFlow data → ElastiFlow Flow Collector (Logstash) → Elastic → Kibana
- NetFlow, sFlow data → NetSage (ELK + Grafana)
AFAIK telegraf is already using GETBULK, you can configure it by using the max_repetitions
config setting (defaults to 10).
GetBulk
https://github.com/logstash-plugins/logstash-input-snmp/issues/2
https://github.com/influxdata/telegraf/issues/8235
3) 고성능 데이터스토어 구축
3-1) Long-term Timeseries Datastore 구축 및 성능 튜닝
...
https://docs.influxdata.com/influxdb/v1.8/query_language/functions/
코드 블럭 |
---|
SELECT derivative(mean("ifHCInOctets"), 1s) AS "in", derivative(mean("ifHCOutOctets"), 1s) AS "out" FROM "interface" WHERE ("agent_host" = '0.0.0.0' AND "ifDescr" = '6/2/1, 100-Gig Ethernet') AND time >= 1564033800000ms and time <= 1566712200000ms GROUP BY time(1s) fill(null)" |
...
4) 대시보드 작성, 알람 연동
데이터스토어에 축적된 데이터 기반으로 Grafana 대시보드 작성grafana, kibana 대시보드 작성
https://github.com/knightss27/grafana-network-weathermap
https://github.com/GlobalNOC/globalnoc-networkmap-panel