Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Definition of channel adapter and router redundancy for a normal LAN

&pagelevel(5)&pagelevel

The example provided above has been extended by the routers, processors and route definitions for remote processors.

Dynamic generation

/REMARK Nodes and lines as in preceding example

/CREATE-PROCESSOR PROCESSOR-NAME=ROUTER1

/CREATE-ROUTE ROUTE-NAME=ROUTER1,-
/                  PATH=*NODE(NODE-NAME=NORMND1,-
/                  L3-PROTOCOL=*IP(IP-ADDRESS=139.22.108.11))

/CREATE-PROCESSOR PROCESSOR-NAME=PC1

/CREATE-ROUTE ROUTE-NAME=PC1,-
/                  PATH=*VIA-ROUTER(ROUTER-ROUTE-NAME=ROUTER1,-
/                  L3-PROTOCOL=*IP(IP-ADDRESS=139.25.160.41))

/CREATE-PROCESSOR PROCESSOR-NAME=ROUTER2

/CREATE-ROUTE ROUTE-NAME=ROUTER2,-
/                  PATH=*NODE(NODE-NAME=NORMND1,-
/                  L3-PROTOCOL=*IP(IP-ADDRESS=139.22.108.12))

/CREATE-PROCESSOR PROCESSOR-NAME=PC2

/CREATE-ROUTE ROUTE-NAME=PC2,-
/                  PATH=*VIA-ROUTER(ROUTER-ROUTE-NAME=ROUTER2,-
/                  L3-PROTOCOL=*IP(IP-ADDRESS=139.25.160.42))


Note

The switching behavior is determined by the default values of the AUTO-ROUTE-SWITCH=*ON and ROUTE-RESWITCHING=*OFF operands when the line is activated. If you subsequently wish to change the behavior this can be done using appropriate MODIFY-LINE commands.

/MODIFY-LINE LINE-NAME=LNR1,-
/ ,AUTO-ROUTE-SWITCHING=*ON-
/ ,ROUTE-RESWITCHING=*ON

/MODIFY-LINE LINE-NAME=LNR2,-
/ ,AUTO-ROUTE-SWITCHING=*ON-
/ ,ROUTE-RESWITCHING=*ON