cyberspace
Technical User
I have a lab to do (see link for image)
Now the instructor said use a 255.255.240.0 mask (truth be told though, he always gets muddled up so i dont take his word as gospel)
Pic - sorry about quality
As can be seen, there are 4 subnets needed, two of which are simply point to point links, the other 2 have 2 hosts.
I was thinking that a mask of 255.255.255.224 (/27) would be more suitable for this? This would give 8 subnets/32 hosts per subnet (-2) of course.
Am I right here or does the class B mask fit the bill more? With that you get 16 subnets/4096 hosts (-2) per subnet which seems pointless for this scenario!
also a quick extended ACL question....
say for argument sake the hosts connected to the London (lower left) subnet are 186.152.1.66 and .67 respectively.
To achive the goals of the extended acl...is this correct:
access-list 101 deny tcp host 186.152.64.3 any eq 80 (denies this host all http access)
access-list 101 deny tcp any any eq 21 (denies all pcs ftp)
access-list 101 permit tcp any any eq icmp (allows all hosts to ping)
Thanks for the advice
'When all else fails.......read the manual'
Now the instructor said use a 255.255.240.0 mask (truth be told though, he always gets muddled up so i dont take his word as gospel)
Pic - sorry about quality
As can be seen, there are 4 subnets needed, two of which are simply point to point links, the other 2 have 2 hosts.
I was thinking that a mask of 255.255.255.224 (/27) would be more suitable for this? This would give 8 subnets/32 hosts per subnet (-2) of course.
Am I right here or does the class B mask fit the bill more? With that you get 16 subnets/4096 hosts (-2) per subnet which seems pointless for this scenario!
also a quick extended ACL question....
say for argument sake the hosts connected to the London (lower left) subnet are 186.152.1.66 and .67 respectively.
To achive the goals of the extended acl...is this correct:
access-list 101 deny tcp host 186.152.64.3 any eq 80 (denies this host all http access)
access-list 101 deny tcp any any eq 21 (denies all pcs ftp)
access-list 101 permit tcp any any eq icmp (allows all hosts to ping)
Thanks for the advice
'When all else fails.......read the manual'