landiag - HP-UX 11i

>--> lanscan
Hardware Station        Crd Hdw   Net-Interface  NM  MAC       HP-DLPI DLPI
Path     Address        In# State NamePPA        ID  Type      Support Mjr#
8/0/1/0  0x0060B0A654EA 0   UP    lan0 snap0     1   ETHER     Yes     119
8/16/6   0x080009C13AF4 1   UP    lan1 snap1     2   ETHER     Yes     119

 -----------------------------------------------------
root@server [/root]

>--> landiag lan0


          LOCAL AREA NETWORK ONLINE ADMINISTRATION, Version 1.0
                       Tue , Dec 11,2001  12:39:38

               Copyright 1994 Hewlett Packard Company.
                       All rights are reserved.

Test Selection mode.

        lan      = LAN Interface Administration
        menu     = Display this menu
        quit     = Terminate the Administration
        terse    = Do not display command menu
        verbose  = Display command menu

Enter command: lan

LAN Interface test mode. LAN Interface PPA Number = 0

        clear    = Clear statistics registers
        display  = Display LAN Interface status and statistics registers
        end      = End LAN Interface Administration, return to Test Selection
        menu     = Display this menu
        ppa      = PPA Number of the LAN Interface
        quit     = Terminate the Administration, return to shell
        reset    = Reset LAN Interface to execute its selftest
        specific = Go to Driver specific menu

Enter command: display

                      LAN INTERFACE STATUS DISPLAY
                       Tue , Dec 11,2001  12:39:47

PPA Number                      = 0
Description                     = HP J3515A HSC 10/100Base-TX D-Class 1 port [100BASE-TX,HD,AUTO,
Type (value)                    = ethernet-csmacd(6)
MTU Size                        = 1500
Speed                           = 100000000
Station Address                 = 0x60b0a645ea
Administration Status (value)   = up(1)
Operation Status (value)        = up(1)
Last Change                     = 699
Inbound Octets                  = 363740
Inbound Unicast Packets         = 684
Inbound Non-Unicast Packets     = 186
Inbound Discards                = 0
Inbound Errors                  = 0
Inbound Unknown Protocols       = 28
Outbound Octets                 = 112715
Outbound Unicast Packets        = 649
Outbound Non-Unicast Packets    = 8
Outbound Discards               = 0
Outbound Errors                 = 0
Outbound Queue Length           = 0
Specific                        = 655367

Press  to continue  


Ethernet-like Statistics Group

Index                           = 1
Alignment Errors                = 0
FCS Errors                      = 0
Single Collision Frames         = 1
Multiple Collision Frames       = 0
Deferred Transmissions          = 0
Late Collisions                 = 0
Excessive Collisions            = 0
Internal MAC Transmit Errors    = 0
Carrier Sense Errors            = 0
Frames Too Long                 = 0
Internal MAC Receive Errors     = 0

LAN Interface test mode. LAN Interface PPA Number = 0

        clear    = Clear statistics registers
        display  = Display LAN Interface status and statistics registers
        end      = End LAN Interface Administration, return to Test Selection
        menu     = Display this menu
        ppa      = PPA Number of the LAN Interface
        quit     = Terminate the Administration, return to shell
        reset    = Reset LAN Interface to execute its selftest
        specific = Go to Driver specific menu

Enter command: 

/etc/rc.config.d/netconf file HP-UX 11i

----------------------------------------------------- root@server [/sbin/root] >--> more /etc/rc.config.d/netconf # netconf: configuration values for core networking subsystems # # @(#)B.11.11_LR $Revision: 1.6.119.6 $ $Date: 97/09/10 15:56:01 $ # # HOSTNAME: Name of your system for uname -S and hostname # # OPERATING_SYSTEM: Name of operating system returned by uname -s # ---- DO NOT CHANGE THIS VALUE ---- # # LOOPBACK_ADDRESS: Loopback address # ---- DO NOT CHANGE THIS VALUE ---- # # IMPORTANT: for 9.x-to-10.0 transition, do not put blank lines between # the next set of statements HOSTNAME="server" OPERATING_SYSTEM=HP-UX LOOPBACK_ADDRESS=127.0.0.1 # Internet configuration parameters. See ifconfig(1m), autopush(1m) # # INTERFACE_NAME: Network interface name (see lanscan(1m)) # # IP_ADDRESS: Hostname (in /etc/hosts) or IP address in decimal-dot # notation (e.g., 192.1.2.3) # # SUBNET_MASK: Subnetwork mask in decimal-dot notation, if different # from default # # BROADCAST_ADDRESS: Broadcast address in decimal-dot notation, if # different from default # # INTERFACE_STATE: Desired interface state at boot time. # either up or down, default is up. # # DHCP_ENABLE Determines whether or not DHCP client functionality # will be enabled on the network interface (see # auto_parms(1M), dhcpclient(1M)). DHCP clients get # their IP address assignments from DHCP servers. # 1 enables DHCP client functionality; 0 disables it. # # For each additional network interfaces, add a set of variable assignments # like the ones below, changing the index to "[1]", "[2]" et cetera. # # IMPORTANT: for 9.x-to-10.0 transition, do not put blank lines between # the next set of statements INTERFACE_NAME[0]="lan0" IP_ADDRESS[0]="192.168.10.100" SUBNET_MASK[0]="255.255.0.0" BROADCAST_ADDRESS[0]="" INTERFACE_STATE[0]="" DHCP_ENABLE[0]=0 # Internet routing configuration. See route(1m), routing(7) # # ROUTE_DESTINATION: Destination hostname (in /etc/hosts) or host or network # IP address in decimal-dot notation, preceded by the word # "host" or "net"; or simply the word "default". # # ROUTE_MASK: Subnetwork mask in decimal-dot notation, or C language # hexadecimal notation. This is an optional field. # A IP address, subnet mask pair uniquely identifies # a subnet to be reached. If a subnet mask is not given, # then the system will assign the longest subnet mask # of the configured network interfaces to this route. # If there is no matching subnet mask, then the system # will assign the default network mask as the route's # subnet mask. # # ROUTE_GATEWAY: Gateway hostname (in /etc/hosts) or IP address in # decimal-dot notation. If local interface, must use the # same form as used for IP_ADDRESS above (hostname or # decimal-dot notation). If loopback interface, i.e., # 127.0.0.1, the ROUTE_COUNT must be set to zero. # # ROUTE_COUNT: An integer that indicates whether the gateway is a # remote interface (one) or the local interface (zero) # or loopback interface (e.g., 127.*). # # ROUTE_ARGS: Route command arguments and options. This variable # may contain a combination of the following arguments: # "-f", "-n" and "-p pmtu". # # For each additional route, add a set of variable assignments like the ones # below, changing the index to "[1]", "[2]" et cetera. # # IMPORTANT: for 9.x-to-10.0 transition, do not put blank lines between # the next set of statements # ROUTE_DESTINATION[0]=default # ROUTE_MASK[0]="" # ROUTE_GATEWAY[0]="" # ROUTE_COUNT[0]="" # ROUTE_ARGS[0]="" # Dynamic routing daemon configuration. See gated(1m) # # GATED: Set to 1 to start gated daemon. # GATED_ARGS: Arguments to the gated daemon. GATED=0 GATED_ARGS="" # # Router Discover Protocol daemon configuration. See rdpd(1m) # # RDPD: Set to 1 to start rdpd daemon # RDPD=0 # # Reverse ARP daemon configuration. See rarpd(1m) # # RARP: Set to 1 to start rarpd daemon # RARP=0 ROUTE_GATEWAY[0]=192.168.10.100 ROUTE_COUNT[0]=0 ROUTE_DESTINATION[0]=default ----------------------------------------------------

wagoneers.com



WAGONEERS.COM


BUY this FSJ decal!

...use PayPal to buy the decal!
Make payments with PayPal


this is an approved Family-Friendly Site

       


Independent Lifetime Dealer John Meister - customer #283461 - since 1983
AMSOIL synthetic lubricants and filters


these pages protected by US Copyright laws - John Meister copyright © 1995-2001 all rights reserved, contact john -at- wagoneers.com - Washington State Law prohibits "spam" - $500 fine