
srv at eb
Sep 12, 2005, 7:25 PM
Post #1 of 1
(3689 views)
Permalink
|
|
Re: Znog Digest, Vol 13, Issue 3
|
|
yes I post it last week. I post again. my network Internet | gw(10.1.1.1-using NAT go to internet) | | router a sis0(10.1.250.30) sis1(10.230.1.1) sis2(10.230.2.1)---| | | | | router b sis0(10.200.1.1) sis1(10.230.1.2) sis2(10.230.3.1) | |---| | | | |------------------| | | | | router c | sis0(10.201.1.1) sis1(10.230.3.2) sis2(10.230.2.2)---| | | | | LAN A LAN B =========================================================================== router a : ospfd.conf ---------------------- Current configuration: ! hostname ospfd password zebra log stdout ! ! ! interface sis0 ! interface sis1 ! interface sis2 ! interface faith0 ! interface lo0 ! interface ppp0 ip ospf network point-to-point ! interface sl0 ip ospf network point-to-point ! router ospf network 10.200.1.0/24 area 0.0.0.10 network 10.201.1.0/24 area 0.0.0.20 network 10.230.1.0/30 area 0.0.0.0 network 10.230.2.0/30 area 0.0.0.0 network 10.230.3.0/30 area 0.0.0.0 default-information originate metric 10 ! line vty ! end ======================================================== router b : ospfd.conf --------------------- Current configuration: ! hostname ospfd password zebra log stdout ! ! ! interface sis0 ! interface sis1 ! interface sis2 ! interface faith0 ! interface lo0 ! interface ppp0 ip ospf network point-to-point ! interface sl0 ip ospf network point-to-point ! router ospf network 10.200.1.0/24 area 0.0.0.10 network 10.201.1.0/24 area 0.0.0.20 network 10.230.1.0/30 area 0.0.0.0 network 10.230.2.0/30 area 0.0.0.0 network 10.230.3.0/30 area 0.0.0.0 ! line vty ! end =========================================================================== router c: ospfd.conf -------------------- Current configuration: ! hostname ospfd password zebra log stdout ! ! ! interface sis0 ! interface sis1 ! interface sis2 ! interface faith0 ! interface lo0 ! interface ppp0 ip ospf network point-to-point ! interface sl0 ip ospf network point-to-point ! router ospf network 10.200.1.0/24 area 0.0.0.10 network 10.201.1.0/24 area 0.0.0.20 network 10.230.1.0/30 area 0.0.0.0 network 10.230.2.0/30 area 0.0.0.0 network 10.230.3.0/30 area 0.0.0.0 ! line vty ! end The problem I face to is 10.200.1.1/24 network cannot go to internet throught 10.1.1.1, and 10.201.1.1/24 also cannot go to internet throught 10.1.1.1. regards, Halison Tong > Send Znog mailing list submissions to > znog [at] dishone > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.dishone.st/mailman/listinfo/znog > or, via email, send a message with subject or body 'help' to > znog-request [at] dishone > > You can reach the person managing the list at > znog-owner [at] dishone > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Znog digest..." > > > Today's Topics: > > 1. Re: Znog Digest, Vol 13, Issue 2 (srv [at] eb) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 12 Sep 2005 12:58:16 +0800 (MYT) > From: srv [at] eb > Subject: [Znog] Re: Znog Digest, Vol 13, Issue 2 > To: znog [at] dishone > Message-ID: > <50193.202.171.48.22.1126501096.squirrel [at] webmail> > Content-Type: text/plain;charset=iso-8859-1 > > normally what you done in your ospf network? > do you post your example for me? > > thanks > > >> Send Znog mailing list submissions to >> znog [at] dishone >> >> To subscribe or unsubscribe via the World Wide Web, visit >> http://www.dishone.st/mailman/listinfo/znog >> or, via email, send a message with subject or body 'help' to >> znog-request [at] dishone >> >> You can reach the person managing the list at >> znog-owner [at] dishone >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of Znog digest..." >> >> >> Today's Topics: >> >> 1. Re: problem on ospf routing (Miles Nordin) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Fri, 09 Sep 2005 13:02:58 -0400 >> From: Miles Nordin <carton [at] Ivy> >> Subject: [Znog] Re: problem on ospf routing >> To: znog [at] dishone >> Message-ID: <oqwtlq18e5.fsf [at] castrovalva> >> Content-Type: text/plain; charset="us-ascii" >> >> s> network 10.200.1.0/24 area 0.0.0.10 >> s> network 10.201.1.0/24 area 0.0.0.20 >> >> don't use areas. area 0 for everything. >> >> I'm not sure what your problem is and don't have experience with >> areas, but there is no reason to use them other than to limit the size >> of the SPF graph, and your network is too small to care about the size >> of the SPF. >> >> Not using areas will probably fix the problem. I would bet it is a >> bug, but don't know. >> -------------- next part -------------- >> A non-text attachment was scrubbed... >> Name: not available >> Type: application/pgp-signature >> Size: 304 bytes >> Desc: not available >> Url : >> http://www.dishone.st/pipermail/znog/attachments/20050909/7ad60710/attachment-0001.bin >> >> ------------------------------ >> >> _______________________________________________ >> Znog mailing list >> Znog [at] dishone >> http://www.dishone.st/mailman/listinfo/znog >> >> >> End of Znog Digest, Vol 13, Issue 2 >> *********************************** >> > > > > ------------------------------ > > _______________________________________________ > Znog mailing list > Znog [at] dishone > http://www.dishone.st/mailman/listinfo/znog > > > End of Znog Digest, Vol 13, Issue 3 > *********************************** >
|