[HPADM] configuring gated/ OSPF on HPUX 11.11

From: Aleksander.Wasiukiewicz@nokia.com
Date: Wed Oct 29 2003 - 05:53:45 EST


hello gurus

the problem is the following:

I am trying to configure OSPF on HPUX 11.11 box.
There is one interface configured on server; lan0 10.10.10.6
The configuration I want to achieve seems to be quite simple: route to the loopback - defined as lo0:1 212.22.22.22 - should be exported to OSPF.

Unfortuntelly after I did the configuration the information about route to the loopback is not propagated to OSPF.

On the other hand OSPF seems to be working - the adjacencies and neighbour relations are established, info about routes is coming to HPUX via OSPF.

Any ideas?
regs

-----------------
Alek Wasiukiewicz

below my gated.conf:

# cd /etc
# more gated.conf
#
# This is an initial /etc/gated.conf file.
# Note that this file should be modified according
# to the routing topology. Refer to the sample
# configuration files in the "/usr/examples/gated" directory.
# See gated-config(4) for details.
# @(#)B.11.11_LR
#

routerid 212.22.22.22;
rip no ;
ospf yes {
   backbone {
    networks {
       10.10.10.0 mask 255.255.255.224;
       host 212.22.22.22;
      };
   interface 10.10.10.6 {
        retransmitinterval 5;
        transitdelay 1;
        priority 0;
        hellointerval 10;
        routerdeadinterval 40;
      };
   };
};

export proto ospfase type 1 {
           proto direct {
             host 212.22.22.22;
           };
};

#A_static_default_gateway_is_recommended

and netconf - important parts

INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=10.10.10.6
SUBNET_MASK[0]=255.255.255.224
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
# Dynamic routing daemon configuration. See gated(1m)
#
# GATED: Set to 1 to start gated daemon.
# GATED_ARGS: Arguments to the gated daemon.

GATED=1
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]=10.10.10.9
ROUTE_COUNT[0]=1
ROUTE_DESTINATION[0]="host 10.70.97.129"

INTERFACE_NAME[1]=lo0:1
IP_ADDRESS[1]=212.22.22.22
SUBNET_MASK[1]=255.255.255.0
INTERFACE_STATE[1]=up
#

--
             ---> Please post QUESTIONS and SUMMARIES only!! <---
        To subscribe/unsubscribe to this list, contact majordomo@dutchworks.nl
       Name: hpux-admin@dutchworks.nl     Owner: owner-hpux-admin@dutchworks.nl
 
 Archives:  ftp.dutchworks.nl:/pub/digests/hpux-admin       (FTP, browse only)
            http://www.dutchworks.nl/htbin/hpsysadmin   (Web, browse & search)


This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 11:02:35 EDT