Networking Forums

Networking Forums > Computer Networking > Linux Networking > OSPF with Quagga on Linux

Reply
Thread Tools Display Modes

OSPF with Quagga on Linux

 
 
Charles Price
Guest
Posts: n/a

 
      11-08-2005, 11:25 AM
I am running a Linux machine as a PPPoE access concentrator.

A----------------B C----------
PPP----| Concentrator | <--OSPF--> | Router |---> Internet
---------------- ----------

Interface "A" : No IP address, PPPoE tunnels only
Interface "B" : 192.168.1.1/24
Interface "C" : 192.168.1.2/24

Interface "A" handles incoming PPPoE tunnels with endpoint addresses in the
10.0.0.0/16 and 192.168.0.0/24 ranges. ospfd advertises routes to the
addresses of these tunnels through interface "B" when the interface comes
up.

Is there a way to prevent ospfd from advertising the 10.0.0.0/16 addresses
so that the router (with interface "C") will only hear about routes to
192.168.0.0/24 ?

Relevant configuration files appended.

Any help greatly appreciated.

Charlie


--- /etc/quagga/zebra.conf ---
hostname pppoe1
password xxxx
enable password xxxx

interface eth0
no multicast

interface eth1
description public
ip address 192.168.1.1/24
multicast

ip route 0.0.0.0/0 192.168.1.2

log syslog
--- EOF ---

--- /etc/quagga/ospfd.conf ---
hostname pppoe1
password xxxx
enable password xxxx

router ospf
ospf router-id 192.168.1.1
network 192.168.1.0/24 area 0

log syslog
--- EOF ---
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ospf and openvpn Dariusz Malec Linux Networking 0 06-16-2010 09:59 PM
RRAS + OSPF Max Windows Networking 0 01-27-2008 09:07 PM
Help with OSPF in RAS to a Cisco Router theGerm Windows Networking 1 06-02-2007 07:10 PM
OSPF on 2003 x64? Jason Timmins Windows Networking 0 09-25-2006 01:08 PM
OSPF basics stokkeland@gmail.com Network Routers 0 07-27-2005 08:15 PM



1 2 3 4 5 6 7 8 9 10 11