guides:user:servicetypes:servicetypes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
guides:user:servicetypes:servicetypes [2020/01/02 14:51] – yspeerte | guides:user:servicetypes:servicetypes [2024/07/03 12:31] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{indexmenu_n> | ||
+ | |||
+ | ====== Service-types overview ====== | ||
+ | |||
+ | ===== Introduction ===== | ||
+ | |||
+ | Service-types are used to create automated changes. The designer uses these Service-types to specify in fairly high detail how specific changes are to be executed using the method and design as he requires. A Service-type manipulates step-by-step the various objects in the NetYCE ‘abstract network’ to create the desired change. | ||
+ | |||
+ | Such Service-types only modify the intern NetYCE database objects and have no other effect than the manipulation of data and their relations. Once a Service-type is completed, the operator than can select or create the appropriate change jobs to activate the modified configuration to the network. They serve to standardize changes and tasks in preparation of the actual configuration change in the same way as the templates standardize the configuration lines that make up a configuration. | ||
+ | |||
+ | Service-types are created and tested once - usually by a designer and are then executed many, many times by the engineers or operators. They provide a comprehensive method to automate simple or complex tasks in a standardized way without coding, fully vendor independent, | ||
+ | |||
+ | When creating a Service-type, | ||
+ | |||
+ | This way, the designer can create all kind of “services” that are only available on specific location types but can be implemented in a few but well-defined ways. | ||
+ | |||
+ | Furthermore, | ||
+ | |||
+ | The Service-types are part of the modelling “hierarchy” that NetYCE uses: | ||
+ | |||
+ | < | ||
+ | Modeling: | ||
+ | --------- | ||
+ | Client-type | ||
+ | Service-class | ||
+ | Service-type | ||
+ | | ||
+ | </ | ||
+ | |||
+ | The levels of the above hierarchy match the corresponding levels found of the abstract network. The Modelling represents the architecture, | ||
+ | |||
+ | < | ||
+ | Abstract network: | ||
+ | ----------------- | ||
+ | Client | ||
+ | Site | ||
+ | Service | ||
+ | | ||
+ | </ | ||
+ | |||
+ | |||
+ | === Rollback on error === | ||
+ | |||
+ | In the chain of commands, something can go wrong. In that case, all modifications on the database are rolled back and undone, so that you don't need to clean them up. This a new feature, available from version 8.2.1 | ||
+ | |||
+ | ===== Example ===== | ||
+ | |||
+ | To clarify the use of Service-types, | ||
+ | |||
+ | Assume a Managed Lan network (the client-type) where the network consists of large or small locations. The small locations have a non-redundant aggregation core, the larger a redundant set of nodes as core. The “services” provided at these two site-types are ‘core’ and ‘access’ device layers. These two form the service-class names available on these sites. | ||
+ | |||
+ | The design stipulates that the cores are implemented using a single switch type but in two variations: single and redundant. So this leads to two Service-types under the ‘core’ service-class. Likewise, the ‘access’ switches have the same two variations, but are also available in 24 and 48 ports. That leads to four Service-types for the ‘access’ service-class. | ||
+ | |||
+ | When an operator creates a new client in the Managed Lan client-type, | ||
+ | |||
+ | The operator simply selects the client and the desired location and chooses to “add a service”. He is then prompted with a choice for the service-class to add (usually in the form of an uploaded network diagram). And, after the selection a subsequent prompt to select the Service-type to execute. | ||
+ | |||
+ | In case one of the ‘access’ Service-types is to be executed, it is then responsible of creating service containers and its node(s) and subnets as per the site-type design. But the Service-type can also continue to add all the remaining features of the design: linking the access devices up to the core device(s), allocating IP subnets from the IP-plan, assigning them to the access ports and uplinks/ | ||
+ | |||
+ | Bottom line is, that Service-types can be used to define and assign all the variables and their contexts that are needed to make up an entire multi-node service configuration. It is the task of the templates to turn these variables into vendor specific CLI configuration lines (or other formats). | ||
+ | |||
+ | > A complete reference to all service type commands is listed in [[guides: | ||
+ | |||