Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
what ACLtype would be used for this? what happen when commands are applied using acl?
what ACLtype would be used for this? what happen when commands are applied using acl?
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