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

Downloadable ACLS Host IP subnet

songley
Level 1
Level 1

Hey guys,

 

Wanting to know if there is anyway in the Dacl syntax

to get host range /24 to work

 

we have a range of hosts, 135 of them that every time we add a new server we have to update the Dacl.

what i would like to do is something like this to keep it clean and maintenance to a minimum

 

class C and class A

 

permit ip any host 192.168.1.0 0.0.0.255

permit ip any host 10.1.1.0 0.0.0.255

 

1 Accepted Solution

Accepted Solutions

hslai
Cisco Employee
Cisco Employee

DACLs are following the same syntax as the access-lists defined directly on the network devices so depend on the type of network devices. For Cisco IOS, we usually do

permit ip any 192.16.1.0 0.0.0.255
permit ip any 10.0.0.0 0.255.255.255

View solution in original post

1 Reply 1

hslai
Cisco Employee
Cisco Employee

DACLs are following the same syntax as the access-lists defined directly on the network devices so depend on the type of network devices. For Cisco IOS, we usually do

permit ip any 192.16.1.0 0.0.0.255
permit ip any 10.0.0.0 0.255.255.255
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: