From: Kevin M. Woods (kev@xxxxxxxxxxxxxx)
Date: Fri Mar 24 2000 - 21:21:22 GMT-3
   
By default PPP interfaces create a /32 for the directly connected neighbor.
If you don't want that to happen then you need to add:
    interface Serial0
     no peer neighbor-route
Kevin
// What are the criterion for host routes to show up in a routing table?
// Why/when do they show up when not statically configured?
// thanks
// see below-
// version 11.2
// no service udp-small-servers
// no service tcp-small-servers
// !
// hostname rf
// !
// !
// !
// interface Ethernet0
//  ip address 10.108.16.2 255.255.255.0
//  shutdown
// !
// interface Serial0
//  ip address 192.168.3.2 255.255.255.0
//  encapsulation ppp
// !
// interface Serial1
//  no ip address
//  shutdown
// !
// interface BRI0
//  no ip address
//  shutdown
// !
// router igrp 10
//  network 10.0.0.0
//  network 192.168.3.0
// !
// no ip classless
// !
// line con 0
// line aux 0
//
// line vty 0
//
// line vty 1 4
// !
// end
//
// rf#sh ip route
// Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
//        D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
//        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
//        E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
//        i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate
// default
//        U - per-user static route, o - ODR
//
// Gateway of last resort is not set
//
//      192.168.3.0/24 is variably subnetted, 2 subnets, 2 masks
// C       192.168.3.1/32 is directly connected, Serial0
// C       192.168.3.0/24 is directly connected, Serial0
// rf#
//
// Aaron DuShey
//
//
//
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:06 GMT-3