Re: Simple question about BEGINROUTES, how to force traffic for a segment thru one OSA address

2012-08-16 Thread John Mattson
Cross Posting to IBMMAIN and TCPIP 
Sorry, failed to put in the above notice.  Hope someone has an answer. 



From:   John Mattson/Epson
To: IBM Mainframe Discussion List ibm-m...@bama.ua.edu, IBM TCP/IP 
List ibmtc...@vm.marist.edu
Date:   08/15/2012 06:02 PM
Subject:Simple question about BEGINROUTES, how to force traffic 
for a segment thru one OSA address 


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 HopLink 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 DestinationGateway FlagsRefcnt Interface  
 
EZZ2756I ------ --- -  
 
EZZ2757I Default136.239.131.1   UGS  32 LNKMQF000  
 
EZZ2757I 127.0.0.1/32   0.0.0.0 UH   00 LOOPBACK   
 
EZZ2757I 136.239.131.0/24   0.0.0.0 US   00 LNKMQFB00  
 
EZZ2757I 192.168.240.0/24   0.0.0.0 US   00 LNKMQFA00  
 
EZZ2757I 136.239.131.205/32 0.0.0.0 UH   00 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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Simple question about BEGINROUTES, how to force traffic for a segment thru one OSA address

2012-08-15 Thread John Mattson
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 HopLink 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 DestinationGateway FlagsRefcnt Interface  
 
EZZ2756I ------ --- -  
 
EZZ2757I Default136.239.131.1   UGS  32 LNKMQF000  
 
EZZ2757I 127.0.0.1/32   0.0.0.0 UH   00 LOOPBACK   
 
EZZ2757I 136.239.131.0/24   0.0.0.0 US   00 LNKMQFB00  
 
EZZ2757I 192.168.240.0/24   0.0.0.0 US   00 LNKMQFA00  
 
EZZ2757I 136.239.131.205/32 0.0.0.0 UH   00 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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN