Re: [foxboro] AW51E - Second Ethernet Card
- From: Ajit.S.Kumar@xxxxxxxxxxxxx
- To: foxboro@xxxxxxxxxxxxx
- Date: Wed, 29 Aug 2007 10:54:25 +0300
Thx a lot guys for your useful feedback,specially to Kevin,Terry & ali,
the ping worked after some changes.
I have to do a slight change on the netmask address 255.255.255.0 as
well on some ndd parameters for it to work,
Not sure if the ndd parameter will change after reboot.
Initial setting
ndd /dev/hme adv_autoneg_cap
1
ndd /dev/hme adv_100fdx_cap
1
ndd /dev/hme adv_100hdx_cap
1
ndd /dev/hme adv_10fdx_cap
1
ndd /dev/hme adv_10hdx_cap
1
Have to change as below
ndd -set /dev/hme adv_autoneg_cap 0
ndd -set /dev/hme adv_100fdx_cap 0
ndd -set /dev/hme adv_100hdx_cap 0
ndd -set /dev/hme adv_10fdx_cap 1
ndd -set /dev/hme adv_10hdx_cap 0
ifconfig -a
lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
inet 127.0.0.1 netmask ff000000
hme0: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
inet 151.128.17.201 netmask ffff0000 broadcast 151.128.255.255
ether 8:0:20:8f:18:31
hme1: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
inet 192.69.11.163 netmask ffffff00 broadcast 192.69.11.255
ether 8:0:20:8f:18:31
netstat -in
Name Mtu Net/Dest Address Ipkts Ierrs Opkts Oerrs Collis
Queue
lo0 8232 127.0.0.0 127.0.0.1 106932 0 106932 0 0 0
hme0 1500 151.128.0.0 151.128.17.201 510189 2609 172668 0 2647 0
hme1 1500 192.69.11.0 192.69.11.163 7667 0 98 0 0 0
Regards
Ajit
"Kevin Fitzgerrell" <fitzgerrell@xxxxxxxxx>
Sent by: foxboro-bounce@xxxxxxxxxxxxx
28/08/2007 12:02 AM
Please respond to
foxboro@xxxxxxxxxxxxx
To
foxboro@xxxxxxxxxxxxx
cc
Subject
Re: [foxboro] AW51E - Second Ethernet Card
Hi Ajit,
Try the following:
ifconfig hme1 plumb
ifconfig hme1 inet 192.69.11.163 netmask 255.255.0.0
ifconfig hme1 up
If you have problems with the above, try with hme2 instead of hme1.
If you use with hme1, make sure you have /etc/hostname.hme1 created
with the host name in it. If it works with hme2, make sure you have
/etc/hostname.hme2 created with the host name in it.
After this, check the port:
ifconfig -a
netstat -in
If it sets up OK, try pinging the port and pinging out.
Cheers,
Kevin FitzGerrell
On 8/27/07, Ajit.S.Kumar@xxxxxxxxxxxxx <Ajit.S.Kumar@xxxxxxxxxxxxx> wrote:
> We have a AW51E installed few years back but the second ethernet Port
were
> never used,But
> now we have to connect the same to a CISCO 3550 series switch, where all
> the other PLANT wide Stations WP,AW,AP stations are connected.
> However I am not able to Ping to the same port or to any other stations.
> For your Info.we are using DNBT to connect to Nodebus also
> ping B2AW11hme1 - message as below
>
> ICMP Host Unreachable from gateway B2AW11 (151.128.17.201)
> for icmp from B2AW11 (151.128.17.201) to b2aw11hme1 (192.69.11.163)
>
> All the related files are updated as below
>
> Example: /etc/hosts secondport 192.69.11.163
> Example: /etc/hostname.hme2 secondport
>
> OK show-devs
> /pci@1f,4000/SUNW,hme@2,1
>
> Ethernet FCode selftest Diagnostic done
> Hme register test -- succeeded
> Internal loopback test -- succeeded
> Transceiver check -- Link up
>
> ifconfig -a does not show 2 ethernet ports.
>
> lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
> inet 127.0.0.1 netmask ff000000
> hme0: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
> inet 151.128.17.201 netmask ffff0000 broadcast 151.128.255.255
> ether 8:0:20:8f:18:31
>
> Card used SUN Part#501-4359 ( Fast Ethernet PCI Adapter).
>
> Checks done to confirm
> 1.Ethernet Cable replaced
> 2.Card tested in our DCS Lab working fine, able to ping.
>
>
> Thanks & regards
>
> Ajit - SAMREF ,SA
>
>
>
>
>
> _______________________________________________________________________
> This mailing list is neither sponsored nor endorsed by Invensys Process
> Systems (formerly The Foxboro Company). Use the info you obtain here at
> your own risks. Read http://www.thecassandraproject.org/disclaimer.html
>
> foxboro mailing list: http://www.freelists.org/list/foxboro
> to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
> to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
>
>
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
foxboro mailing list: http://www.freelists.org/list/foxboro
to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
foxboro mailing list: http://www.freelists.org/list/foxboro
to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
- References:
- Re: [foxboro] AW51E - Second Ethernet Card
- From: Kevin Fitzgerrell
Other related posts:
- » Re: [foxboro] AW51E - Second Ethernet Card
- » Re: [foxboro] AW51E - Second Ethernet Card
- » Re: [foxboro] AW51E - Second Ethernet Card
- » Re: [foxboro] AW51E - Second Ethernet Card
- Re: [foxboro] AW51E - Second Ethernet Card
- From: Kevin Fitzgerrell