Script started on Mon Jun 08 16:03:20 2015 sh-2.03# service network statushttpd status sh-2.03# ls cd /usrdf -khpwdls  /etc/init.d/iPlanet                   ndd -get /dev/hme link_mode   0 sh-2.03# ndd -get /dev/hme link_mode                      set /devh /hme adv_autoneg_cap 0 sh-2.03# ndd -set /dev/hme adv_autoneg_cap 0 sh-2.03# ndd -set /dev/hme adv_autoneg_cap 0 sh-2.03# ifconfig -a | more lo0: flags=1000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 hme0: flags=1000843 mtu 1500 index 2 inet 202.144.72.5 netmask ffffff80 broadcast 202.144.72.127 ether 8:0:20:fd:5e:94 hme0:3: flags=1000843 mtu 1500 index 2 inet 202.144.72.14 netmask ffffff80 broadcast 202.144.72.127 hme0:4: flags=1000843 mtu 1500 index 2 inet 202.144.72.17 netmask ffffff80 broadcast 202.144.72.127 hme0:5: flags=1000843 mtu 1500 index 2 inet 202.144.72.20 netmask ffffff80 broadcast 202.144.72.127 hme0:6: flags=1000843 mtu 1500 index 2 inet 202.144.72.23 netmask ffffff80 broadcast 202.144.72.127 hme0:7: flags=1000843 mtu 1500 index 2 inet 202.144.72.26 netmask ffffff80 broadcast 202.144.72.127 hme0:8: flags=1000843 mtu 1500 index 2 inet 202.144.72.29 netmask ffffff80 broadcast 202.144.72.127 hme0:9: flags=1000843 mtu 1500 index 2 inet 202.144.72.32 netmask ffffff80 broadcast 202.144.72.127 hme0:10: flags=1000843 mtu 1500 index 2 inet 202.144.72.35 netmask ffffff80 broadcast 202.144.72.127 hme0:11: flags=1000843 mtu 1500 index 2 inet 202.144.72.38 netmask ffffff80 broadcast 202.144.72.127 --More-- hme0:12: flags=1000843 mtu 1500 index 2 --More-- inet 202.144.72.41 netmask ffffff80 broadcast 202.144.72.127 --More-- hme0:13: flags=1000843 mtu 1500 index 2 --More-- inet 202.144.72.44 netmask ffffff80 broadcast 202.144.72.127 --More-- hme0:14: flags=1000843 mtu 1500 index 2 --More-- inet 202.144.72.47 netmask ffffff80 broadcast 202.144.72.127 --More-- hme0:15: flags=1000843 mtu 1500 index 2 --More-- inet 202.144.72.50 netmask ffffff80 broadcast 202.144.72.127 --More-- sh-2.03# ifconfig -a | more                  man he me Reformatting page. Please Wait... done Devices hme(7D) NAME hme - SUNW,hme Fast-Ethernet device driver SYNOPSIS /dev/hme DESCRIPTION The SUNW,hme Fast-Ethernet driver is a multi-threaded, loadable, clonable, STREAMS hardware driver supporting the connectionless Data Link Provider Interface, dlpi(7P), over a SUNW,hme Fast-Ethernet controller. The motherboard and add-in SBus SUNW,hme controllers of several varieties are supported. Multiple SUNW,hme controllers installed within the system are supported by the driver. The hme driver provides basic support for the SUNW,hme hardware. It is used to handle the SUNW,hme device. Func- tions include chip initialization, frame transit and receive, multicast and promiscuous support, and error recovery and reporting. SUNW,hme The SUNW,hme device pro- --More--(6%) vides 100Base-TX networking interfaces using SUN's FEPS ASIC --More--(7%) and an Internal Transceiver. The FEPS ASIC provides the Sbus --More--(7%) interface and MAC functions and the Physical layer functions --More--(8%) are provided by the Internal Transceiver which connects to a --More--(8%) RJ-45 connector. In addition to the RJ-45 connector, an MII --More--(9%) (Media Independent Interface) connector is also provided on --More--(9%) all SUNW,hme devices except the SunSwith SBus adapter --More--(9%) board. The MII interface is used to connect to an External --More--(10%) Transceiver which may use any physical media (copper or --More--(10%) fiber) specified in the 100Base-TX standard. When an Exter- --More--(11%) nal Transceiver is connected to the MII, the driver selects --More--(11%) the External Transceiver and disables the Internal Tran- --More--(12%) sceiver. --More--(12%)  --More--(12%) The 100Base-TX standard specifies an "auto-negotiation" pro- --More--(12%) tocol to automatically select the mode and speed of opera- --More--(13%) tion. The Internal transceiver is capable of doing "auto- --More--(13%) negotiation" with the remote-end of the link (Link Partner) --More--(14%) and receives the capabilities of the remote end. It selects --More--(14%) the Highest Common Denominator mode of operation based on --More--(15%) the priorities. It also supports forced-mode of operation --More--(15%) where the driver can select the mode of operation. --More--(16%)  --More--(16%) APPLICATION PROGRAMMING INTERFACE --More--(16%) The cloning character-special device /dev/hme is used to --More--(16%) access all SUNW,hme controllers installed within the system. --More--(17%)  --More--(17%) hme and DLPI --More--(17%) The hme driver is a "style 2" Data Link Service provider. --More--(17%) All M_PROTO and M_PCPROTO type messages are interpreted as --More--(18%) DLPI primitives. Valid DLPI primitives are defined in --More--(18%) . Refer to dlpi(7P) for more information. An --More--(19%)  --More--(19%) SunOS 5.8 Last change: 5 Sep 1995 1 --More--(19%)  --More--(19%) Devices hme(7D) --More--(20%)  --More--(20%) explicit DL_ATTACH_REQ message by the user is required to --More--(20%) associate the opened stream with a particular device (ppa). --More--(21%) The ppa ID is interpreted as an unsigned long data type and --More--(21%) indicates the corresponding device instance (unit) number. --More--(22%) An error (DL_ERROR_ACK) is returned by the driver if the ppa --More--(22%) field value does not correspond to a valid device instance --More--(23%) number for this system. The device is initialized on first --More--(23%) attach and de-initialized (stopped) at last detach. --More--(24%)  --More--(24%) The values returned by the driver in the DL_INFO_ACK primi- --More--(24%) tive in response to the DL_INFO_REQ from the user are as --More--(24%) follows: --More--(25%)  --More--(25%) +o The maximum SDU is 1500 (ETHERMTU - defined in --More--(25%) ). --More--(25%)  --More--(25%) +o The minimum SDU is 0. --More--(26%)  --More--(26%) +o The dlsap address length is 8. --More--(26%)