cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
464
Views
0
Helpful
1
Replies

Access-list Question.

cccc1
Level 1
Level 1

In an access list can you do the following

access-list 1 permit esp any host 216.0.0.0 - 216.0.0.254

Thanks for the help.

1 Reply 1

mostiguy
Level 6
Level 6

access-list 1 permit esp any 216.0.0.0 0.0.0.255

should do what you seek on IOS. PIX use "normal" subnet masks, so the following is what would work on one:

access-list 1 permit esp any 216.0.0.0 255.255.255.0