1. Which of the following are valid ways to refer only to host 172.16.30.55 in an IP access list? 172.16.30.55 0.0.0.255 172.16.30.55 0.0.0.0 any 172.16.30.55 host 172.16.30.55 0.0.0.0 172.16.30.55 ip any 172.16.30.55
Ask Your Doubts Here
Comments
By: guest on 02 Jun 2017 01.57 am
The wildcard 0.0.0.0 tells the router to match all four octets. This wildcard format alone can be replaced with the host command.