I have a really simple IP net on zOS 1.11. Two OSA adaptors FA00 & FB00
and I want to route everything for the segment 192.xxx.xxx to FA00 and
everything ELSE thru FB00. My current IP parms include the following
where LINKMQFB00 is for OSA DEVFB00 and FA for FA.
BEGINROUTES
; Destination Subnet Mask First Hop Link Name Packet Size
ROUTE 136.239.131.0/24 = LNKMQFB00 MTU 1492
ROUTE 192.168.240.0/24 = LNKMQFA00 MTU 1492
ROUTE DEFAULT 136.239.131.1 LNKMQFB00 MTU 1492
ENDROUTES
What I am seeing is everything go thru the DEFAULT (I'm basing
this on the "Refcnt")
EZZ2350I MVS TCP/IP NETSTAT CS V1R11 TCPIP Name: TCPMQ 17:52:19
EZZ2755I Destination Gateway Flags Refcnt Interface
EZZ2756I ----------- ------- ----- ------ ---------
EZZ2757I Default 136.239.131.1 UGS 0000000032 LNKMQF000
EZZ2757I 127.0.0.1/32 0.0.0.0 UH 0000000000 LOOPBACK
EZZ2757I 136.239.131.0/24 0.0.0.0 US 0000000000 LNKMQFB00
EZZ2757I 192.168.240.0/24 0.0.0.0 US 0000000000 LNKMQFA00
EZZ2757I 136.239.131.205/32 0.0.0.0 UH 0000000000 LNKMQFB00
How may I most easily set this so that all traffic thru this IP
stack to the 192.168.240 segment uses the FA00 device, and everything else
uses the FB00 device?
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN