Mark Post wrote:
On Fri, Jul 6, 2007 at  2:44 PM, in message <[EMAIL PROTECTED]>,

Kim Goldenberg <[EMAIL PROTECTED]> wrote:
-snip-

ifconfig
eth0      Link encap:Ethernet  HWaddr 02:00:00:00:00:02
          inet addr:xxx.yyy.40.21  Bcast:xxx.yyy.40.255  Mask:255.255.255.0
          inet6 addr: fe80::200:0:600:2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:12403 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7529 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:9792252 (9.3 Mb)  TX bytes:1988074 (1.8 Mb)

hsi0      Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          inet addr:xxx.yyy.1.103  Bcast:xxx.yyy.1.255  Mask:255.255.255.0
          inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
          UP BROADCAST RUNNING NOARP MULTICAST  MTU:8192  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:224 (224.0 b)

-snip-

What is the MTU size specified on the z/OS side of the HiperSockets?


------
route


A lot of times, it's more meaningful if you issue a "route -n" command so that 
IP addresses don't get replace with names.


Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
xxx.yyy.1.0     *               255.255.255.0   U     0      0        0 hsi0
xxx.yyy.40.0    *               255.255.255.0   U     0      0        0 eth0
link-local      *               255.255.0.0     U     0      0        0 eth0
loopback        *               255.0.0.0       U     0      0        0 lo
default         xxx.state.nj.us 0.0.0.0         UG    0      0        0 eth0


What are the IP addresses and subnet masks on the z/OS HiperSocket interfaces?

; *******************************************
; HIPERSOCKET  CHIPID 50
; *******************************************
DEVICE IUTIQD50 MPCIPA
LINK HIPER50 IPAQIDIO IUTIQD50
.
.
.
HOME
  zzz.yyy.72.82   OSA2
  xxx.yyy.11.1    VLINK1
  xxx.yyy.1.22    OSA1
  xxx.yyy.1.13    OSA3
  xxx.yyy.1.101   HIPER50
  PRIMARYINTERFACE VLINK1
.
.
.
(There is nothing explicit in routing information, we are using OMPROUTE
on z/OS)
.
.
.
START IUTIQD50

--
Kim Goldenberg
Systems Programmer I
State of NJ - OIT
609-777-3722
[EMAIL PROTECTED]
[EMAIL PROTECTED]

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to