A gated OSPF / RIPv2 Interior Router Configuration


  # don't time-out

  # subnet 60

  interfaces {

    interface 172.16.60.1 passive;

  };


  # define the OSPF router ID

  routeid 172.16.1.9


  # enable RIP-2; announce

  # OSPF routes do

  # subnet 60 with a cost of 5

  rip yes {

   broadcast;

   default metric 5;

   interface 172.16.60.1

    version 2

    multicast

    authentication simple "EDoZIt";

  };


  # enable OSPF; subnet one(1) is the

  # backbone area;

  use password authentication


  OSPF yes {

   backbone {

    authtype simple;

    interface 172.16.1.9 {

    priority 5;

    authkey "UTrustME";

    };

   };

  };