기술 노트/fortigate
fortigate에서 mib 다운로드 받기
미래의억만장자
2024. 2. 6. 18:28
아무것도 아닌데, 모르니까 너무 어렵네요.
snmp-exporter에 mib를 등록하려는데, 정확히 어떻게 해야 한다가 없어서 올립니다.
fortigate에서 snmp 다운로드 받기
1. snmp 설정 및 MIB file 다운로드

2. SNMP의 source-ip 설정
utm # config system snmp community
utm (community) # show
config system snmp community
edit 1
set name "test"
config hosts
edit 1
set source-ip 192.168.0.1
set ip 192.168.0.2 255.255.255.255
next
end
set query-v1-status disable
set trap-v1-status disable
next
end
3. 인터페이스의 SNMP 설정 적용
