I need to modify acl 199, allowing traffic on the ports below then reapply to intGE0/1, is my syntax correct?
Code:
conf t
int GigabitEthernet0/1
no ip access-group 199
*current ACL here*
access-list 199 permit udp any any eq 69
access-list 199 permit tcp any any eq 2000
access-list 199 permit udp any any range 16384 32768
int GigabitEthernet0/1
ip access-group 199 in
exit
wr me
exit