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
IP Multicast Addresses
Chapter 7134
NOTE Several IP multicast addresses may share the same Ethernet multicast address
because the IP multicast address has 28 significant bits.
Multicast Routing
Multicast datagrams are sent through the interface associated with the default route. If that
interface does not support multicast, attempts to send multicast datagrams will result in the
ENETUNREACH error.
A default multicast route can be configured by specifying a network route for 224.0.0.0. The
example below provides both the command line and netconf file entries.
route add 224.0.0.0 192.1.2.3 0 #192.1.2.3 is a local interface
ROUTE_DESTINATION[1]=”224.0.0.0”
ROUTE_GATEWAY[1]=”192.1.2.3”
ROUTE_COUNT[1]=”0”
Additionally, routes for specific multicast addresses can be configured just like any other host
route. The example below provides both the command line and netconf file entries.
route add 224.1.2.3 192.5.6.7 0 #192.5.6.7 is a local interface
ROUTE_DESTINATION[2]=”224.1.2.3”
ROUTE_GATEWAY[2]=”192.5.6.7”
ROUTE_COUNT[2]=”0”