pinkiaiii wrote: » Also is there difference between using ip access-list ,then just using access-list ?
pinkiaiii wrote: » Hi, doing some ACL lab sims and what bugs me is, in which scenarios is ip used? Also, is there difference between using ip access-list, then just using access-list, since I notice that in some practice sims it's enough to type access-list (101 etc) but no need to write extended or standard.
pinkiaiii wrote: » When applying an ACL to an interface you need to use ip access-group <number or name> <in or out> since it sort of contradicts what i have learned that usually doing acl one specifies ip acl standard or extended number protocol source destination, yet don't see how it's ok to use just access-list but needing to use ip access-group when applying it.
pinkiaiii wrote: » If ip is used, does one specify wildcard mask or using host is enough?
pinkiaiii wrote: » And what's the difference between tcp protocol instead - since read if using one of these then need to specify eq www/telnet if using other its not needed if correct ?
pinkiaiii wrote: » Just one more question whats the difference between using tcp and say permit ip ? since as i understand ip covers both tcp/udp - thus would make more sense to use ip as safe bet, but not sure are there any dangers on using ip protocol then say tcp - if say one is blocking or permitting connection to telnet or ssh/www.