home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / dcom / sys / cisco / 1104 < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.1 KB  |  38 lines

  1. Newsgroups: comp.dcom.sys.cisco
  2. Path: sparky!uunet!stanford.edu!agate!boulder!recnews
  3. From: henryc@oar.net
  4. Subject: Re: OSPF on cisco AGS+
  5. Message-ID: <9208172130.AA22915@thor.oar.net>
  6. Sender: news@colorado.edu
  7. Date: 17 Aug 92 17:30:31 -0400
  8. Return-Path: <henryc@oar.net>
  9. Lines: 27
  10.  
  11. In article <1992Aug17.015300.24440@news.clarkson.edu> you write:
  12. >Does cisco's OSPF implementation in 9.x interoperate with Proteon's(p4200,V11)?
  13.  
  14. Yup, we're doing it right now...
  15.  
  16. >If so, how should I set up the cisco in the situation where I have 3 routers,
  17. >only one area (backbone)?
  18.  
  19. In terms of config statements, on the cisco you need something like:
  20.  
  21. router ospf <as>
  22. network <net> <mask> area 0.0.0.0
  23.  
  24. You'll also want to set the dead intervals on everything to be the 
  25. same, i.e. something like:
  26.  
  27. int eth 0
  28. ip ospf dead-interval YY
  29.  
  30. After doing this, it should start neighboring.
  31.  
  32. Henry
  33. -- 
  34. Henry Clark                      Network Guy, OARnet
  35. Ohio Supercomputer Center        henryc@oar.net
  36. 1224 Kinnear Rd.                 Voice: (614) 292-6483, Fax: (614) 292-7168
  37. Columbus, OH  43212              #include <disclaimer.h>
  38.