guides:user:servicetypes:template_slotmoves
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
guides:user:servicetypes:template_slotmoves [2019/12/23 17:07] – yspeerte | guides:user:servicetypes:template_slotmoves [2024/07/03 12:31] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{indexmenu_n> | ||
+ | ===== Template change ===== | ||
+ | **using Service-types/ | ||
+ | |||
+ | Changing a template from a node in a service-task or service -type should be treated as a port blue-print update where: | ||
+ | Ignore all Ma and Lo port types, including subnet assignments. These are kept | ||
+ | All physical ports not in the new blueprint can be deleted, unless subnets or topo exists | ||
+ | Those must be removed manually | ||
+ | |||
+ | |exists |ASSIGN |NODE |node |TEMPLATE |value |change the node's default Template and ports. Keep obsolete ports with topo or subnets. | | ||
+ | |Keeps Ma and Lo ports if exists ||||||| | ||
+ | |new? | ||
+ | |Ma and Lo are kept only if subnet adrr is assigned ||||||| | ||
+ | |||
+ | ## Stack changes ## | ||
+ | To change stack configs, the port numbers change from slot `< | ||
+ | But also back again. | ||
+ | All port properties including topo are maintained, so we keep the interface-id and just change the slot-id and port-name | ||
+ | Basically, it is a slot move. So find the ports first | ||
+ | |||
+ | |exists |LOCATE |PORTS |node |FAST_ETHERNET |value |portlist |value format= `slot[/ | ||
+ | |exists | | | |GIGABIT_ETHERNET | | | | | ||
+ | |exists | | | |TENGIGABIT_ETHERNET | | | | | ||
+ | |or |||||||| | ||
+ | |new |LOCATE |PORTS |node |SLOT_ID |value |portlist |value format = slot[/ | ||
+ | |problem: portlist includes ports of any kind, allowing incompatible assignments |||||||| | ||
+ | |better? | ||
+ | |then move |||||||| | ||
+ | |new |ASSIGN |PORTS |portlist |SLOT_ID |value |value format = slot[/ | ||
+ | |better? | ||
+ | |or |||||||| | ||
+ | |new |ASSIGN |PORTS |portlist |PORT_NAME |value |value format = slot[/ | ||
+ | | Existing ports are deleted. Any topo on or subnets on deleted ports will be removed Trunk/ port move. To move a port, say with topo, to a new position based on a port-template location, use this sequence: locate the port to move |||||||| | ||
+ | |exits |LOCATE |PORT |node |PORT_NAME |value |port |locate a port by its internal name | | ||
+ | |then locate the port destination |||||||| | ||
+ | |exists |LOCATE |PORT |node |PORT_TEMPLATE |value |port |locate a port by its port-template | | ||
+ | |and finally move |||||||| | ||
+ | |new |ASSIGN |PORT |port |PORT_NAME_OF | |port |change the port location to that of the second port | | ||
+ | |||
+ | |||
+ | Existing port is deleted. Any topo on or subnets on deleted port will be removed |