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

acl

muca
Level 3
Level 3

What is the purpose of an access-list like the one below?

I know it´s relate to netbios and all the ip address are broadcasts address from client network. I just don´t understand what I am avoiding doing so, relating security issues.

ip access-list extended Local_In

deny udp any host 10.0.0.191 eq netbios-ns

deny udp any host 10.0.0.191 eq netbios-dgm

deny udp any host 10.0.0.255 eq netbios-ns

deny udp any host 10.0.0.255 eq netbios-dgm

deny udp any host 10.0.0.127 eq netbios-ns

deny udp any host 10.0.0.127 eq netbios-dgm

deny udp any host 10.0.255.255 eq netbios-ns

deny udp any host 10.0.255.255 eq netbios-dgm

deny udp any host 10.255.255.255 eq netbios-ns

deny udp any host 10.255.255.255 eq netbios-dgm

deny udp any host 255.255.255.255 eq netbios-ns

deny udp any host 255.255.255.255 eq netbios-dgm

Thanks

Murilo Rocha

1 Reply 1

tblancha
Cisco Employee
Cisco Employee

What you're doing here is blocking all devices from sending Netbios over IP to the places you defined. In the last two lines, though, you deny everyone, so this list could be replaced with this:

deny udp any any eq 137

deny udp any any eq 138

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: