E-Lab 11.2.3b - Configuring a Named Access List Create a named ACL to permit or deny specific traffic and test the ACL to determine if the desired results were achieved. Assume the basic interface configurations have been made. The IP address for the Fastethernet 0/0 interface is 192.168.14.1. Step 1 Issue a ping to 192.168.14.1 to test the Layer 3 connectivity. Step 2.1 On the Tashkent router, enter into privileged EXEC mode. Step 2.2 Enter into global configuration mode. Step 3.1 Create a named standard access list called no_access. Use the command ip access-list standard no_access. Step 3.2 Create a deny statement to deny traffic from network 192.168.14.0/24. Step 3.3 At the end of every access-list is an implicit deny any. To permit all traffic, an explicit permit any statement must be made to allow all traffic. Step 3.4 Exit to the global configuration mode. Step 4 Enter into interface configuration mode for the Fastethernet 0/0. Step 5 Apply the access-list no_access to this interface for incoming traffic. Step 6 From Workstation A, issue a ping to Tashkent's Fastethernet interface 192.168.14.1. Did it succeed? Why or why not?