1763753 Members
3396 Online
108916 Solutions
New Discussion юеВ

NIC protocol

 
SOLVED
Go to solution
wong seng guan
Frequent Advisor

NIC protocol

Gentlement,

i had few DS10 alpha servers wtih OpenVMS version 7-3.1. Every DS10 has 2 ethernet ports and connected to the switch without running any VLAN. my question as below:

1. what type of LAN protocol is being used for DS10?

2. what type commands to issue for checking the DS10 protocol.

Thanks


13 REPLIES 13
Karl Rohwedder
Honored Contributor
Solution

Re: NIC protocol

The DS10 may run any LAN protocol you want, as long as you provide a driver for it :-).
Normally TCPIP is quite common now, whereas DECnet and LAT are decreasing in usage.

Try $ SHOW NETWORK to have a 1st look.

If you have DECnet, it may be the older Phase IV (managed by MCR NCP) or the newer Phase V (managed by MCR NCL).

For TCPIP there are 2 software packages from HP (the older UCX or the newer TCPIP Services, both may be managed by the UCX command (the newer one supports this command for compatibility reasons) and 2 from other vendors (TCPware and Multinet).

regards Kalle
Volker Halle
Honored Contributor

Re: NIC protocol

Wong,

to see which network procotols are running on each of your LAN adapters, use:

$ ANAL/SYS
SDA> SHOW LAN ! and type twice

for each LAN adapter, this lists the protocols, which have been started on this adapter. The protocol name in the Client column and the ethernet protocol type in the Value column should be recognisable.

Volker.

wong seng guan
Frequent Advisor

Re: NIC protocol

Gentlemen,

i had tried $show network and its shows:
Product : DECnet
Product : TCPware

$show LAN
UCB UCB addr Fmt
EWA0 8149FA00
EWA2 814BB5C0 802E
EWA3 814E9800 Eth

Value Client State
08-00-2B-80-3C DNAME 017STRTN,LEN,UIQ,STRTD
80-3C DNAME 017STRTN,LEN,UIQ,STRTD
FE DECNETV -DO-


My questions as below:
1. what is these stand for eg: UCB,802E,ETH,DNAME,0017 STRTN,LEN,UNIQ,STRTD

2. What command to show the DS10's MTU?

3. How to change the DS10's MTU

Thanks

Volker Halle
Honored Contributor

Re: NIC protocol

Wong,

the partial information you've shown indicates:

you seem to only be running DECnet Phase V protocol on EWA0

You're using TCPware as your TCPIP stack, but it's not running on the LAN interface (EWA0) you've shown in your output or your output is incomplete.

I believe the SDA> SHOW LAN output you've shown is incomplete. Otherwise it would indicate an incompletely configured and/or started network software, both DECnet and TCPIP.

What is the problem you're trying to address ?

Volker.
wong seng guan
Frequent Advisor

Re: NIC protocol

Volker,

Volker you are right. there was only partial information i showed because of limited space for me to type.

Actually i wanna to find out what type of LANs protocol are using? I tried to use network analyzer to capture and the result for frame type was ETHERTYPE and the frame network size was 1508(included 4bytes CRC).

1. Why the frame type display ETHERTYPE not DECnet V?

2. If using ETHERTYPE LAN protocol, the MTU should 1498 bytes not more then 1500bytes

2. Does MTU cause not stable if the frame size more then what i had configured?

3. How to configure the MTU in DS10?

thanks


David B Sneddon
Honored Contributor

Re: NIC protocol

What problem are you trying to solve here?
Why do you think you need to change the MTU?

Dave
Geoff Bryant.
Occasional Advisor

Re: NIC protocol

Dave is right to ask what problem you are trying to solve. It is very unlikely that you want to be changing the MTU.

TCPware can allow you to change the MTU that IP will use on the interface, but that must be done very carefully and must be in agreement with other systems on the LAN.

TCPware most likely will have 2 protocols on the ethernet - TCPIP and ARP.

You can see TCPware's interfaces with $ NETCU SHOW NETWORK.
Volker Halle
Honored Contributor

Re: NIC protocol

Wong,

I would like to suggest, that you read the chapter on LAN Drivers in the OpenVMS I/O User's Reference Manual and especially chapter 9.4.6 LAN Frame Formats

http://h71000.www7.hp.com/doc/82FINAL/aa-pv6sg-tk/aa-pv6sg-tk.PDF

OpenVMS can run many different LAN protocols via the same network card at any time. Each protocol will be shown as a pseudo UCB in SDA> SHOW LAN

Volker.
wong seng guan
Frequent Advisor

Re: NIC protocol

Gentlemen,

Dave, you asked why i want to change the MTU? because I found out the frame size that i captured was 1508 bytes when DS10 communicate with other Server but i checked that is only 1500 MTU size in DS10 by commands MCR LANCP > SHOW CONFIG.

Geoff bryant, you are right. must be in agreement with other systems on the LAN if i change the MTU.

So Gentlemen, what should i do if the frame size difference with what i was set in the DS10? And what could happended to the DS10 and other equipment in the network if DS10 transmiting more then 1500 bytes to other equipment?

Volker, thanks for your information about the OpenVMS I/O user reference manual. i already download it.

Thank you every body here to help me out because Im new to the OpenVMS.

hope can hear from you all soon

Wong