Start a Conversation

Unsolved

This post is more than 5 years old

F

1022

June 21st, 2018 06:00

udp blocking

i cant able to block a udp port of a host 

deny-udp command is not working...
please help..

Thanks in advance
Subhajit Paul

June 21st, 2018 08:00

Dell Force10 S60

 

5 Practitioner

 • 

274.2K Posts

June 21st, 2018 08:00

Page 107 of the user guide details the use and creation of access control lists.

https://dell.to/2tj6uiU

Here is an example of what the ACL could look like.

Force10(conf)#ip access-list ext testflow

Force10(config-ext-nacl)#seq 5 deny udp any any

Force10(config-ext-nacl)#seq 10 permit any any

Force10(config-ext-nacl)#exit

Force10(conf)#interface gig 1/1

Force10(conf-if-gi-1/1)#ip access-group testflow in

5 Practitioner

 • 

274.2K Posts

June 21st, 2018 08:00

What model is the device you are working with? I can help gather some resources to help get things configured.

June 22nd, 2018 03:00

Thanks danial

 

 

No Events found!

Top