Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core > by-pkgid > d93c745b4448496faf599ce9d9f18c5d > files > 7

quagga-0.99.18-alt0.M41.2.i586.rpm

hostname router-OSPF
! default password is 'zebra'
password 8 LrjDz/a2KALVQ
enable password 8 LrjDz/a2KALVQ
log file /var/log/quagga/ospfd.log informational
service password-encryption
no banner motd
!
!router ospf
! ospf router-id 10.10.10.10
! redistribute kernel metric-type 1
! redistribute connected metric-type 1
! redistribute static metric-type 1
! network 10.0.0.0/8 area 0.0.0.0
! distribute-list reject_rfc3330_network out kernel
! distribute-list reject_rfc3330_network out connected
! distribute-list reject_rfc3330_network out static
!! default-information originate
!
access-list localhost permit 127.0.0.1/32
access-list localhost deny any
!access-list reject_rfc3330_network deny 10.0.0.0/8
!access-list reject_rfc3330_network deny 172.16.0.0/12
!access-list reject_rfc3330_network deny 192.168.0.0/16
!access-list reject_rfc3330_network permit any
!
!
line vty
 access-class localhost
!