Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Given the commands shown below, identify the ACL type. Explain what happens when the ACL is applied. configure terminal ! interface FastEthernet0/0...
Given the commands shown below, identify the ACL type. Explain what happens when the ACL is applied.
configure terminal
!
interface FastEthernet0/0
description HQnode inside
!
interface FastEthernet0/1
description Westnode outside
ip access-group 101 in
!
ip access-list extended 101
permit tcp any any established
permit igmp any any
!
End