cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
330
Views
0
Helpful
1
Replies

Help with ACLs

amber.toyota
Level 1
Level 1

If you wanted to permit 140.153.26.26 to 89.65.251.6 for destination port 3389, what would the access list statement be? I got

IP permit from host 140.153.26.26 to 89.65.251.6 eq 3389 Is this correct?

If you could answer these that would be nice too:

3. If an IP range was blocked at the 16 bit level, what would the IP range look, like to include the subnet mask?

5. List the components in order for a tcp port deny between two host computers.

1 Reply 1

pkhatri
Level 11
Level 11

The ACL would be:

access-list 101 permit tcp host 140.153.26.26 host 89.65.251.6 eq 3389

3. You would have to use a wildcard mask like 255.255.0.0

5. access-list 102 deny tcp host host

Hope that helps - pls do remember to rate posts that help.

Paresh