华为 eNSP 高级ACL配置实验

实验目的:
禁止人事部在每天的8:00 to 180 访问web服务器
禁止财务部星期一到星期五的8:00 to 00:00 访问FTP服务器
IT部不受限制

大致拓扑图,如下:
华为 eNSP 高级ACL配置实验_第1张图片

以下均为第一步操作——实现全网通信

lsw1
  sys
   vlan batch 10 20 30 100
   int e0/0/1
   port link-type access
   port default vlan 10

   int e0/0/2
   port link-type access
   port default vlan 20

   int e0/0/3
   port link-type access
   port default vlan 30

   int g0/0/2
   port link-type access
   port default vlan 100


   int vlan 10
      ip add 192.168.1.254 24
   int vlan 20
      ip add 192.168.2.254 24
   int vlan 30
      ip add 192.168.3.254 24
   int vlan 100
      ip add 10.10.10.1 30
ip route-static 0.0.0.0 0.0.0.0 10.10.10.2

华为 eNSP 高级ACL配置实验_第2张图片

AR3
   sys
   int g0/0/0
     ip add 10.10.10.2 30
   int g0/0/1
     ip add 10.10.10.5 30

ip route-static 192.168.0.0 255.255.252.0 10.10.10.1
ip route-static 99.99.99.9 255.255.255.0 10.10.10.6

图中显示为AR1,我这里在很久不能够打开该路由器之后,删除设备重新进行了连接和配置。
华为 eNSP 高级ACL配置实验_第3张图片

AR2
sys
int g0/0/1
  ip add 10.10.10.6 30
int g0/0/2
  ip add 99.99.99.254 24
ip route-static 0.0.0.0 0.0.0.0 10.10.10.5

华为 eNSP 高级ACL配置实验_第4张图片
进行通信测试
华为 eNSP 高级ACL配置实验_第5张图片
华为 eNSP 高级ACL配置实验_第6张图片
华为 eNSP 高级ACL配置实验_第7张图片
能够通信,没有大问题,然后进行第二步操作——

AR3中

time-range HR_time 8:00 to 18:00 daily
time-range FD-time 8:00 to 19:00 working-day

华为 eNSP 高级ACL配置实验_第8张图片

acl 3000
rule deny tcp source 192.168.1.0 0.0.0.255 destination 99.99.99.10 0 destination-port eq www time-range HR-time
rule deny tcp source 192.168.2.0 0.0.0.255 destination 99.99.99.20 0 destination-port eq www time-range FD-time
rule 12 deny icmp source 192.168.1.0 0.0.0.255 destination 99.99.99.10 0
rule permit ip source any

华为 eNSP 高级ACL配置实验_第9张图片
华为 eNSP 高级ACL配置实验_第10张图片
华为 eNSP 高级ACL配置实验_第11张图片
华为 eNSP 高级ACL配置实验_第12张图片
华为 eNSP 高级ACL配置实验_第13张图片
华为 eNSP 高级ACL配置实验_第14张图片

int g0/0/0
   traffic-filter inbound acl 3000
int g0/0/1
   traffic-filter outbound acl 3000

华为 eNSP 高级ACL配置实验_第15张图片
华为 eNSP 高级ACL配置实验_第16张图片
华为 eNSP 高级ACL配置实验_第17张图片
最后的过程有点不太清楚,但结果没有大问题。

你可能感兴趣的:(数据通信)