SNR S2989G-48TX-DC — настройка безопасности VLAN-ACL: пошаговое руководство [342/553]

Превью страниц Страница 342 / 553
SNR S2989G-8TX-POE [342/553] Vlan acl troubleshooting
S2989G-24TX Operation Manual
Chapter 6 Security Function Configuration
6-69
Figure 6-24 VLAN-ACL configuration example
Configuration example:
1) First, configure a timerange, the valid time is the working hours of working day:
Switch(config)#time-range t1
Switch(config-time-range-t1)#periodic weekdays 9:00:00 to 12:00:00
Switch(config-time-range-t1)#periodic weekdays 13:00:00 to 18:00:00
2) Configure the extended acl_a of IP, at working hours it only allows to access the
resource within the internal network (such as 192.168.0.255).
Switch(config)# ip access-list extended vacl_a
Switch(config-ip-ext-nacl-vacl_a)# permit ip any-source 192.168.0.0 0.0.0.255 time-range
t1
Switch(config-ip-ext-nacl-vacl_a)# deny ip any-source any-destination time-range t1
3) Configure the extended acl_b of IP, at any time it only allows to access resource within
the internal network (such as 192.168.1.255).
Switch(config)#ip access-list extended vacl_b
Switch(config-ip-ext-nacl-vacl_a)# permit ip any-source 192.168.1.0 0.0.0.255
Switch(config-ip-ext-nacl-vacl_a)# deny ip any-source any-destination
4) Apply the configuration to VLAN
Switch(config)#vacl ip access-group vacl_a in vlan 1
Switch(config)#vacl ip access-group vacl_b in vlan 2
6.8.4
VLAN-ACL Troubleshooting

Содержание

666

Изучите, как настроить функции безопасности VLAN-ACL с помощью примеров конфигурации и устранения неполадок. Обеспечьте защиту внутренней сети в рабочие часы.