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
Configuring Gateways on Supernets
Chapter 7132
Configuring Gateways on Supernets
If all the hosts and gateways in your networks support variable-length subnet masks, then
the gateway configuration of the supernet will be the same as in gateway configuration for
variable-length subnets.
In Figure 7-18, if you use explicit routing, you may configure the following supernet route on
Host A to enable Host A to communicate with any host on supernet 192.6.12
ROUTE_DESTINATION[0]=”net 192.6.12”
ROUTE_MASK[0]=”255.255.254.0”
ROUTE_GATEWAY[0]=”192.6.14.2”
ROUTE_COUNT[0]=”1”
If you use dynamic routing, then the default gateway, Gd, on network 192.6.14 must have the
above supernet route configured.
If some of the hosts and gateways in your networks do not support variable-length subnet
masks, then you must configure a separate network route for each of the networks in the
supernet.
If you use explicit routing and Host A does not support supernetting, then you must configure
the following two net routes on Host A.
ROUTE_DESTINATION[0]=”net 192.6.12”
ROUTE_MASK[0]=”255.255.255.0”
ROUTE_GATEWAY[0]=”192.6.14.2”
ROUTE_COUNT[0]=”1”
ROUTE_DESTINATION[1]=”net 192.6.13”
ROUTE_MASK[1]=”255.255.255.0”
ROUTE_GATEWAY[1]=”192.6.14.2”
ROUTE_COUNT[1]=”1”
If you use dynamic routing, then the default gateway, Gd, on network 192.6.14 must have the
above net routes configured.