Based on private cloud resource pool system of Zhejiang CMCC
this article analysis the defect of preivous device driver module
and propose a design scheme of network configure management of CLI template. The scheme includes template configuration file and parsing engine. Template configuration file uses XML as data coding method
encapsulate the CLI commands and business process. Parsing engine use DOM(Document Object Model) to parse file
and call interfaces to operate the devices. The scheme decouples device driver and the system
and is advantageous to maintain and update device driver. It increases the system’s extensibility
and implements flexible and efficient network device configuration management.