Answered You can hire a professional tutor to get the answer.
what does this command mean configure terminal ! interface FastEthernet0/0 description HQnode inside ! interface FastEthernet0/1 description Westnode...
what does this command mean
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