When planning a new wired network for a customer, you need to create an NAE script that could enable a backup interface if all interfaces in an area are down. Which statement correctly describes the script needed?
When planning a new wired network for a customer, you need to create an NAE script that could enable a backup interface if all interfaces in an area are down. Which statement correctly describes the script needed?
To create an NAE script that enables a backup interface if all interfaces in an area are down, you need to have a class Agent(NAE) that defines a Monitor to watch the interfaces in the area. Within this class, you also need one or more Rules that specify the conditions under which actions should be triggered. This ensures that the monitoring happens continuously and the rules define when the backup interface should be activated.
My answer is C.