[HPADM] configuring gated/ OSPF on HPUX 11.11

Aleksander.Wasiukiewicz_at_nokia.com
Date: 10/29/03

  • Next message: Bodnar, George: "[HPADM] Mapping application to real memory usage"
    Date: Wed, 29 Oct 2003 11:53:45 +0100
    To: <hpux-admin@dutchworks.nl>
    
    

    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)
    

  • Next message: Bodnar, George: "[HPADM] Mapping application to real memory usage"

    Relevant Pages

    • Re: VIPA setup?!
      ... network uses ospf ... ... > routerid 10.0.0.1; ... like a cisco or an AIX box with gated configured. ... > can help you with the AIX box configuration, ...
      (comp.unix.aix)
    • Re: regarding failover in cisco switch using ospf
      ... I need some example configuration for ospf failover.Otherwise u can ... There's nothing special about OSPF and failover. ... There's plenty of material on the web about ... configuring OSPF - try the Cisco web site for a start - so you should be ...
      (comp.dcom.sys.cisco)
    • Re: [fw-wiz] ASA failover question
      ... The ASA series can be configured with OSPF. ... mileage may vary depending on your network setup. ... The ASA also supports a "redundant static route" configuration that would ...
      (Firewall-Wizards)
    • Re: VIPA setup?!
      ... routerid 10.0.0.1; ... understands ospf, like a cisco or an AIX box with gated configured. ... can help you with the AIX box configuration, ...
      (comp.unix.aix)