【多选题】
A ac1 number 3000 rule 5 deny tcp source 100.0.12.0.0.0.0.255 source-port eq www destination 100.0.13.0.0.0.0.255 # ac1 number 3001 rule 5 deny tcp source 100.0.13.0.0.0.0.255 source-port eq ftp destination 100.0.12.0.0.0.0.255 # Interface GigabitEthernet0/0/1 traffic-filter inbound ac1 3000 # Interface GigabitEthernet0/0/2 traffic-filter inbound ac1 3001 #
B ac1 number 3000 rule 5 deny tcp source 100.0.13.0.0.0.0.255 destination 100.0.12.0.0.0.0.255 destination eq www # ac1 number 3001 rule 5 deny tcp source 100.0.12.0.0.0.0.255 destination 100.0.13.0.0.0.0.255 destination eq ftp # Interface GigabitEthernet0/0/1 traffic-filter inbound ac1 3000 # Interface GigabitEthernet0/0/2 traffic-filter inbound ac1 3001 #
C ac1 number 3000 rule 5 deny tcp source 100.0.12.0.0.0.0.255 source-port eq www destination 100.0.13.0.0.0.0.255 # ac1 number 3001 rule 5 deny tcp source 100.0.13.0.0.0.0.255 source-port eq ftp destination 100.0.12.0.0.0.0.255 # Interface GigabitEthernet0/0/1 traffic-filter inbound ac1 3000 # Interface GigabitEthernet0/0/2 traffic-filter inbound ac1 3001 #
D ac1 number 3000 rule 5 deny tcp source 100.0.13.0.0.0.0.255 destination 100.0.12.0.0.0.0.255 destination eq www # ac1 number 3001 rule 5 deny tcp source 100.0.12.0.0.0.0.255 destination 100.0.13.0.0.0.0.255 destination eq ftp # Interface GigabitEthernet0/0/1 traffic-filter inbound ac1 3000 # Interface GigabitEthernet0/0/2 traffic-filter inbound ac1 3001 #
查看更多