Try to configure a netservice first. Use the below command to do that.
(A_RAK)(config) #netservice
For example,to create a netservice use
netservice corporate-udp udp <port number>
Please refer the AOS 8.5 CLI reference guide (Page 794) for more information on this command.
Next use the netservice (corporate-udp in your case) in your ACLs.
any <corporate network> corporate-udp permit position 1
This will allow all traffic from the specific UDP port to your corporate network.
<corporate network> any corporate-udp permit 2
This will allow all traffic from your corporate network to any destination through the UDP port.
Both these rules are necessary for to and fro communication.
--Give Kudos: found something helpful, important, or cool? Click Kudos Star in a post.
--Problem Solved? Click "Accepted Solution" in a post.