ACL for DHCP Offer Block in ZTE OLT

Configuration

Config t

acl extended name security // acl profile name security(you can use any name)

rule 1 deny udp any eq bootpc any

rule 2 deny udp any eq bootps any

rule 3 permit udp any any

exit

interface gei_1/3/2 // uplink port used service

ip access-group security out

exit

wr