Compare cert salaries and plan your next career move
jlau2001 wrote: hi, I have a question regarding to ACL, maybe easy for you, maybe not. I tried to build an ACL in a router. so basically I want to permit 192.168.1.60 - 192.168.1.82 so at first I just thought access-list 102 permit ip 192.168.1.60 0.0.0.32 any should work. Thought it will block .60 to .93, and I was wrong. The ACL appeared as access-list 102 permit ip 192.168.1.32 0.0.0.32 any instead, which means 32 is the only bit include in network subnet for .60 So eventually I need to use access-list 102 permit ip 192.168.1.64 0.0.0.32 any then access-list 102 permit ip host 192.168.1.60 any access-list 102 permit ip host 192.168.1.61 any access-list 102 permit ip host 192.168.1.62 any access-list 102 permit ip host 192.168.1.63 any right now I can't think of other solutions yet except this one.
NeonNoodle wrote: jlau2001 wrote: hi, I have a question regarding to ACL, maybe easy for you, maybe not. I tried to build an ACL in a router. so basically I want to permit 192.168.1.60 - 192.168.1.82 so at first I just thought access-list 102 permit ip 192.168.1.60 0.0.0.32 any should work. Thought it will block .60 to .93, and I was wrong. The ACL appeared as access-list 102 permit ip 192.168.1.32 0.0.0.32 any instead, which means 32 is the only bit include in network subnet for .60 So eventually I need to use access-list 102 permit ip 192.168.1.64 0.0.0.32 any then access-list 102 permit ip host 192.168.1.60 any access-list 102 permit ip host 192.168.1.61 any access-list 102 permit ip host 192.168.1.62 any access-list 102 permit ip host 192.168.1.63 any right now I can't think of other solutions yet except this one. access-list 102 permit ip 192.168.1.60 0.0.0.3 any access-list 102 permit ip 192.168.1.64 0.0.0.15 any access-list 102 permit ip 192.168.1.80 0.0.0.1 any access-list 102 permit ip 192.168.1.82 0.0.0.0 any if you don't mind blocking 192.168.1.83 get rid of the fourth statement and change the third one to access-list 102 permit ip 192.168.1.80 0.0.0.3 any
Compare salaries for top cybersecurity certifications. Free download for TechExams community.