Question: Write a firewall rule (using Cisco ASA syntax) which allows only the IP address 130.55.45.10 to access any host on the network 171.242.0.0/16 via any

Write a firewall rule (using Cisco ASA syntax) which allows only the IP address 130.55.45.10 to access any host on the network 171.242.0.0/16 via any TCP or UDP port: permit ip host 130.55.45.10 171.242.0.0 255.255.0.0 permit tcp udp host 130.55.45.10 171.242.0.0 255.255.0.0 permit ip 130.55.45.10 255.255.255.0 171.242.0.0 255.255.0.0 permit tcp udp 130.55.45.10 255.255.255.0 171.242.0.0 255.255.0.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
