Administrators can disable management access to the Cisco ACE 4710 Application Control Engine Device Manager GUI until the appropriate fix can be applied. The following example shows how to disable access, assuming the device is configured with the following management class map:
class-map type management match-any my-mgmt-class
202 match protocol icmp any
203 match protocol https any
204 match protocol ssh any
ace-4710-1/Admin# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
ace-4710-1/Admin(config)# class-map type management match-any my-mgmt-class
ace-4710-1/Admin(config-cmap-mgmt)# no match protocol https any