Compare cert salaries and plan your next career move
10.0.1.8 = 0000 1010.0000 0000.0000 0001.0000 1000 172.16.96.202 = 1010 1100.0001 0000.0110 0000.1100 1010 --------------------------------------------- 0000 0010.0000 0000.0000 0001.0000 0000 = 2.0.1.0
aueddonline wrote: just one more thing say i wanted to specify a source and desination port or both as 23 for this example access-list 101 deny tcp host 10.0.0.1 host 172.16.96.202 would it look like this access-list 101 deny tcp host 10.0.0.1 eq 23 host 172.16.96.202 eq 23 ??????????
dtlokee wrote: aueddonline wrote: just one more thing say i wanted to specify a source and desination port or both as 23 for this example access-list 101 deny tcp host 10.0.0.1 host 172.16.96.202 would it look like this access-list 101 deny tcp host 10.0.0.1 eq 23 host 172.16.96.202 eq 23 No it would not. Port 23 is the "server" port, that is the port in use on the telnet server side. The client port is a random number greater than 1023, so it is difficult to specify in a static access list. ?????????? so would it be access-list 101 deny tcp host 10.0.0.1 gt 1023 host 172.16.96.202 eq 23
aueddonline wrote: just one more thing say i wanted to specify a source and desination port or both as 23 for this example access-list 101 deny tcp host 10.0.0.1 host 172.16.96.202 would it look like this access-list 101 deny tcp host 10.0.0.1 eq 23 host 172.16.96.202 eq 23 No it would not. Port 23 is the "server" port, that is the port in use on the telnet server side. The client port is a random number greater than 1023, so it is difficult to specify in a static access list. ??????????
Compare salaries for top cybersecurity certifications. Free download for TechExams community.