HP-UX LAN Administrator's Guide (Feburary 2007)
Table Of Contents
- About This Document
- 1 New for the HP-UX 11i v3 Release
- 2 Installing HP-UX LAN
- 3 Configuring HP-UX LAN Using SAM
- 4 Manually Installing and Configuring HP-UX LAN
- 5 Troubleshooting HP-UX LAN
- Troubleshooting Overview
- Troubleshooting Q & A
- LAN Interface Card Statistics
- 100Base-T Checklist
- Diagnostic Flowcharts
- Flowchart 1: Configuration Test
- Flowchart 2: Configuration Test continued
- Flowchart 3: Configuration Test continued
- Flowchart 4: Network Level Loopback Test
- Flowchart 5: Network Level Loopback Test continued
- Flowchart 6: Transport Level Loopback Test (using Internet Services)
- Flowchart 7: Link Level Loopback Test
- Flowchart 8: LAN Connections Test
- Flowchart 9: Gateway Remote Loopback Test
- Flowchart 10: Gateway Remote Loopback Test continued
- Flowchart 11: Subnet Test
- 6 LAN Resources
- 7 Network Addressing
- Overview of Network Addressing Schemes
- Networking Terminology
- Network Addresses and Node Names
- Internet Addresses
- Subnet Addresses
- Configuring Gateways on Fixed-Length Subnets
- Variable-Length Subnet Addressing
- Configuring Gateways on Variable-Length Subnets
- Configuring Gateways on Supernets
- IP Multicast Addresses
- Virtual IP (VIP) Addresses
- CIDR - Classless Inter-Domain Routing
- 8 LAN Device and Interface Terminology

Network AddressingDRAFT COPY
Network Addresses and Node Names
Chapter 796
Table 7-3 Network Address Types, Descriptions, and Examples
Address
Type
Description Recorded In Used By
link level
address
Also referred to as MAC address
or station address.
A link level address is the unique
address of the LAN interface card.
This value can be configured in
SAM and lanadmin.
An example of a link level address
in hexadecimal: 0800090012AB.
Interface card; can
be changed in
/etc/rc.config.d
/hpbtlanconf file.
Refer toTable 4-2
for sample
filenames.
linkloop
diagnostic;
internals of
networking
software to
uniquely
identify nodes
on the LAN;
displayed by
lanadmin and
lanscan
diagnostics.
internet (IP)
address
Also referred to as IP address.
An internet address is the
network address of a computer
node. This address identifies
which network the host is on (see
network address description
below) and which host it is (see
host address description below).
An example of an internet
address: 192.6.23.3
/etc/hosts;
/etc/rc.config.d
/netconf.
Typically used
in combination
with the
network
address to form
an internet
address.
HP-UX
ifconfig
command.