[Information]/[Fortinet] Fortigate

[Fortinet] Fortigate CLI Commands - Schedule(스케줄) 생성

starterr 2024. 4. 26. 15:39
반응형

- Schedule 생성

#config vdom
#edit Vdom명
#config firewall schedule onetime
#edit Schedule_Name - 날짜명으로 생성
#set start hh:mm yyyy/mm/dd - 시:분 년/월/일
#set end hh:mm yyyy/mm/dd
#set expiraion-days Number - 스케줄 만료 전에 이벤트 로그 메시지 일정
#next / end - 연속된 저장은 next, 저장/상단나가기 end



* schedule/set 옵션은 아래에서 확인

예시)
FW#config vdom
FW(vdom)#edit TEST_vdom
FW(TEST_vdom)#config firewall schedule onetime
FW(onetime)#edit 20241230
FW(20241230)#set start 00:00 2024/01/01
FW(20241230)#set end 00:00 2024/12/31
FW(20241230)#set expirtaion-days 5
FW#end

 

반응형


* schedule 옵션
- group : Schedule group configuration ( 스케줄 그룹 생성 )
- onetime : Onetime schedule configuration ( 특정 날짜로 스케줄 생성 )
- recurring : Recurring schedule configuration ( 요일별로 반복적인 스케줄 생성 )

* set 옵션
- start : Schedule start date and time, format hh:mm yyyy/mm/dd
- end : Schedule end date and time, format hh:mm yyyy/mm/dd
- color : Color of icon on the GUI
- expiration-days : Write an event log message this many days before the schedule expires.

* set start
<time&date> Syntax: <hh:mm> <yyyy/mm/dd> (year range : 2001-2050)

* set expiration-days
- Enter an integer value from <0> to <100> (default =<3>)

 

 

[Fortinet] Fortigate CLI Commands - Service Port(서비스 포트) 생성

 

[Fortinet] Fortigate CLI Commands - Service Port(서비스 포트) 생성

- Service Port 생성 #config vdom    #edit Vdom명  #config firewall service custom#edit Port_Name  - 생성시 포트 종류와 포트번호를 같이 맵핑하는 것을 추천#set category General - 일반적인 포트는 General 카테고리

infoofit.tistory.com

 

[Fortinet] Fortigate CLI Commands - Schedule(스케줄) 생성

 

[Fortinet] Fortigate CLI Commands - Schedule(스케줄) 생성

- Schedule 생성#config vdom    #edit Vdom명  #config firewall schedule onetime#edit Schedule_Name  - 날짜명으로 생성#set start hh:mm yyyy/mm/dd - 시:분 년/월/일#set end hh:mm yyyy/mm/dd #set expiraion-days Number - 스케줄 만료

infoofit.tistory.com

 

반응형