Re: Access_list [7:28686]

2001-12-10 Thread John Neiberger
To get a wildcard mask from a subnet mask you invert the mask. In your first example, the mask is 255.255.255.0 and you inverted it to become 0.0.0.255. In your second example you have a mask of 255.255.255.224. What do you get when you invert that mask? John Ramesh c 12/10/01 8:31:45 AM

Re: Access_list [7:28686]

2001-12-10 Thread MADMAN
0.0.0.31 Dave Ramesh c wrote: Folks, For network 10.1.0.0/24 ..the access list would be access_list 120 permit ip 10.1.0.0 0.0.0.255 any What would be access list if my network is 10.1.0.0/27? Cheers Ramesh -- David Madland Sr. Network Engineer CCIE# 2016 Qwest Communications

Re: Access_list [7:28686]

2001-12-10 Thread [EMAIL PROTECTED]
access_list 120 permit ip 10.1.0.0 0.0.0.31 any Ramesh c cc: Sent by: Subject:

RE: Access_list [7:28686]

2001-12-10 Thread james mensah
10.1.0.0/27? /27 is ...111 which the same as 255.255.255.224 So you have 10.1.0.0 subnet mask 255.255.255.224 255.255.255.255 - Subnet mask 255.255.255.224 --- Wildcard mask