z/OS TCPCS4

Static route statements for z/OS® TCPCS4:

BEGINRoutes ;first BEGINRoutes in the profile
;
;Network/mask                  FirstHop      LinkName         PacketSize
Route 9.67.106.0/24            =             CTC4TO7         MTU 1500       ;route1
Route 9.67.105.0/24            =             CTC4TO8         MTU 1500       ;route2
Route 9.67.101.0/24            =             CTC4TO3         MTU 1500       ;route3
Route 9.67.108.0/24            =             CTC4TO2         MTU 1500       ;route4
Route 9.67.107.0/24            9.67.106.7    CTC4TO7         MTU 1500       ;route5
Route 7.7.7.7/32               9.67.106.7    CTC4TO7         MTU 1500       ;route6
Route 9.67.103.0/24            9.67.101.3    CTC4TO3         MTU 1500       ;route7
Route 9.67.103.0/24            9.67.106.7    CTC4TO7         MTU 1500       ;route8
Route 30.1.1.0/24              9.67.106.7    CTC4TO7         MTU 1500       ;route9
Route 10.1.1.0/24              9.67.108.2    CTC4TO2         MTU 1500       ;route10
Route 130.200.0.0/14           9.67.101.3    CTC4TO3         MTU 1500       ;route11
Route 130.200.0.0/14           9.67.105.8    CTC4TO8         MTU 1500       ;route12
Route 130.203.0.0/16           9.67.105.8    CTC4TO8         MTU 1500       ;route13
Route DEFAULT                  9.67.106.7    CTC4TO7         MTU 1500       ;route14
;
;Destination/PrefixLen         FirstHop      Interface        PacketSize
Route FE80::1:2:3:3/128        =             OSAQDIO46       MTU 5000 REPL  ;route15
Route FE80::1:2:3:4/128        =             OSAQDIO46       MTU 5000 REPL  ;route16
Route 2001:0DB8:0:A1B::/64     FE80::1:2:3:3 OSAQDIO46       MTU 5000 REPL  ;route17
Route 2001:0DB8:0:A1C::/64     FE80::1:2:3:4 OSAQDIO46       MTU 5000 REPL  ;route18
Route DEFAULT6                 FE80::1:2:3:4 OSAQDIO46       MTU 5000 REPL  ;route19
EndRoutes
;
Notes:
  1. In the BEGINROUTES block, the netmask can be specified by a /xx. This number, denoted by xx, represents the number of significant bits in the netmask. For example:
    /16 = 16 significant bits = 11111111 11111111 00000000 00000000 = 255.255.0.0
    For IPv6, you must specify the prefix length of the route using the /xxx notation.
  2. For direct routes, use an equals symbol (=) for the first hop.

BSDROUTINGPARMS statements for z/OS TCPCS4:

BSDRoutingParms TRUE ; Shown only for completeness                              
; Linkname    MTU    Metric    Subnet Mask     Dest Address                     
  CTC4TO8     1500        0    255.255.255.0   0                                
  CTC4TO7     1500        0    255.255.255.0   0                                
  CTC4TO3     1500        0    255.255.255.0   0                                
  CTC4TO2     1500        0    255.255.255.0   0                                
  VIPA1A      1500        0    255.255.255.252 0                                
  EndBSDRoutingParms                                                            
;