본문 바로가기
FortiSwitch

FortiSwitch에서 console port를 disable 하는 방법

by 에티버스이비티 2024. 5. 2.

FortiSwitch에 콘솔 포트를 통해 접근할 수 없도록 disable 하는 방법이다. FortiGate에 의해 관리되는 Switch와 독립적으로 사용되는 Switch에서도 설정 가능하다.

 

disable 하게되면 장치를 공장 초기화하거나 SSH 또는 Telnet을 통해 다시 액세스를 활성화해야만 콘솔 포트를 사용할 수 있다.

 

■ FortiGate에 의해 관리되는 스위치는 FortiGate에서 설정한다.

        config switch-controller switch-profile

                edit {default | <FortiSwitch_profile_name>} 

                       set login disable 

               end

            (default를 선택하면 관리되는 모든 FortiSwitch에 적용된다.)

 

 

■ 독립적인 FortiSwitch 설정

         config system console

                 set login disable

         end

 

댓글