If a configuration is expanded through “automatic end system creation”, e.g. by a local processor, without previous definition using CREATE commands and an IP subnet extends over multiple VLANs, the host can address this system only if additional information is available.
Dynamic generation
/REMARK Definition of the VLAN devices
/CREATE-VLAN-DEVICE DEVICE-NAME=VLDV1-
/ ,WRITE-DEVICE=60B0-
/ ,READ-DEVICE=60B1-
/ ,LAN-ADDRESS=*DYNAMIC-
/ ,MAX-LPDU-SIZE=*STD
/CREATE-VLAN-DEVICE DEVICE-NAME=VLDV2-
/ ,WRITE-DEVICE=60B2-
/ ,READ-DEVICE=60B3-
/ ,LAN-ADDRESS=*DYNAMIC-
/ ,MAX-LPDU-SIZE=*STD
/REMARK Definition of the VLAN nodes and lines
/CREATE-NODE NODE-NAME=VLND#100-
/ ,IP-SUBNET-MASK=255.255.255.128-
/ ,LAN-TYPE=*VIRTUAL(-
/ VLAN-ID=100-
/ ,PRIORITY=*STD)
/CREATE-VLAN-LINE LINE-NAME=VLLN#100-
/ ,HOST-NAME=*STD-
/ ,NODE-NAME=VLND#100-
/ ,DEVICE-NAME=VLDV1-
/ ,IP-ADDRESS=172.25.90.133
/CREATE-NODE NODE-NAME=VLND#200-
/ ,IP-SUBNET-MASK=255.255.255.128-
/ ,LAN-TYPE=*VIRTUAL(-
/ VLAN-ID=200-
/ ,PRIORITY=*STD)
/CREATE-VLAN-LINE LINE-NAME=VLLN#200-
/ ,HOST-NAME=*STD-
/ ,NODE-NAME=VLND#200-
/ ,DEVICE-NAME=VLDV2-
/ ,IP-ADDRESS=172.25.90.143
/REMARK Definition of the VLAN assignment
/MODIFY-VLAN-ASSIGNMENT IP-ADDRESS-RANGE=*ADD-TO-VLAN(-
/FROM=172.25.90.135,TO=172.25.90.139,VLAN-ID=100)
/MODIFY-VLAN-ASSIGNMENT IP-ADDRESS-RANGE=*ADD-TO-VLAN(-
/FROM=172.25.90.145,TO=172.25.90.149,VLAN-ID=200)
Note
As in the preceding examples the local processors, routers and remote processors can be defined.