Network Computing is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.

Network Automation In The Field

Has virtual Networking met its match? I mentioned last week  that network automation holds huge potential for network architects. It gives you control of not only the normal behavior in your environment, but it extends this to allow you to check configurations before they are deployed, monitors changes in the network and take corrective action, and in the case of our test, gathers important statistics and detailed information and sends it to you for further analysis.

I believe that there are two types of automation currently being discussed by the trade press but that both are called network automation. First is workflow automation. This is very important and is represented by the network's ability to detect and adapt to changes that are implemented in other applications such as when an administrator provisions and starts a new VM on a specific VLAN. At Interop, Force10 showed how its switching platform can automatically detect a VLAN change on a VMware Hypervisor through the VMware vSphere API, running in perl, on the Force10 switch. It can then change the VLAN on the switch to match this change. What's interesting in this example is that it removes a set of steps that an administrator has to go through in setting up a VM on a particular VLAN. You already defined the VLAN in the VM configration, the network should figure out the rest. Most other network infrastructure vendors have integrated thier switches with VMware's vCenter to perform similar functions.

The second type of network automation is automating behavior that runs without any human interaction. You could call it behavior automation. In workflow automation, we need to have a human start the workflow and then the network adapts. Behavior automation takes the human out of the picture. OSPF or BGP route convergence is an example of behavior automation. But those are standards-based behaviors, and while you can tweak them a good bit, there is a limit to their capabilities. Another example is when a swtich using Cisco's Discovery Protocol (CDP) or the IEEE Link Layer Discovery Protocol (LLDP) discovers a VoIP phone and configures the switch port for PoE, a voice VLAN, and applies QoS policies on the traffic. These are baked-in automation features that you turn on or off as needed, but these only scratch the surface of what you can automate.

Scripting is different. With scripting, a switch can be told to watch for behaviors that are in the network or on hosts and then take some action. For example, if a script notices that bits per second drops below a define threshold, which may indicate broken connection, the switch could change to a backup link or take some other corrective action.

Does network automation deliver on all of this? Yes. Today, with modern switches, the capability to write scripts on the switch or on a management station opens up a wealth of opportunities to automate common actions based on well known events. We dipped our toe in the water by using a script to capture packets when utilization on a specific port reached 75 percent. We used Cisco equipment in our example. The features and functions available to you depends on your switch vendor.
 
The first requirement is to get the EEM scripts configured and installed. There are two pieces to this setup. First is the environment itself, similar to the operating system on a computer, which amounts to the IOS running on the router. You will need recent IOS and there are some environmental variables that need to be configured. The second piece is the script. The scripts are actually TCL (Tool Command Language) files that are loaded into the device's flash and can be referenced in the IOS configuration. You can use pre-canned scripts (which we did for this test) or write your own in TCL.

  • 1