access restriction2 Cisco Switch Access Restriction and Log Timestamp 1. Access Restriction ConfigurationSW1>enableSW1#conf tSW1 (config)#access-list 10 permit host 192.168.182.1 (-> 원하는 Access List 번호를 10 대신 지정하고, 접속을 허용할 Host의 IP 주소를 입력합니다.)SW1 (config) #access-list 10 deny any logSW1 (config) #ip http access-class ipv4 10 (-> Web Browser를 통한 접속을 제한하기 위해 작성한 Access List 번호를 입력합니다.)SW1 (config) #line vty 0 15 (-> SSH 및 Telnet을 통한 접속을 제한하기 위해 Virtual Terminal Line.. 2024. 10. 1. Cisco Switch Access Restriction and Control Plane Policing 1. 특정 IP Address만 접속 허용 Configuration.Switch>enableSwitch#config tSwitch(config)#ip access-list standard SSH_Allowed (-> 원하시는 Access List의 이름을 설정하시면 됩니다.)Switch(config-std-nacl)#permit host 192.168.16.10 (-> 접속을 허용할 IP Address를 입력하시면 됩니다.Switch( config-std-nacl)#deny any logSwitch( config-std-nacl)#exitSwitch(config)#line vty 0 15Switch(config-line)#access-class SSH_Allowed in vrf-alsoSwitch(con.. 2024. 9. 24. 이전 1 다음