home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Standards 1993 July / Disc.iso / misc / merit / idrp / faa / glasshse.cnf < prev    next >
Encoding:
Text File  |  1993-06-29  |  2.1 KB  |  103 lines

  1. #
  2. # glasshouse gated config file
  3. # jgs Tue Apr 20 1993
  4. # IDRP + IS-IS + static routes
  5. #
  6. tracefile "/tmp/gatedlog.idrp" replace size 1000k files 3; 
  7. #
  8. # Available traceoptions:
  9. #    update internal external update route idrp kernel isis;
  10. traceoptions  idrp;
  11. #
  12. #
  13. # our AS number
  14. as 281;
  15. #
  16. # our RDI
  17. rdi 0x490130;
  18. #
  19. # our NET
  20. net 0x47000580ffff000000040000000000232a015500;
  21. #
  22. # turn off unused protocols
  23. bgp no;
  24. redirect no;
  25. rip no;
  26. #
  27. # idrp configuration
  28. #
  29. idrp on {
  30.     traceoptions idrp;
  31.     #
  32.     # Internal IDRP peers
  33.     #
  34.     group
  35.     internal
  36.     {
  37.         # neighbor <on/off> <neigh-NET> <neigh-IP> rdi <remote rdi> intf <our-IP intf> <our intf net> <ip/iso>
  38.         #
  39.          # Internal neighbor anatolia
  40.         #neighbor off 0x47000580ffff000000040000000000232a016100 35.42.1.91 rdi 0x490130   
  41.         #intf 35.42.1.85  0x47000580ffff000000040000000000232a015500 ip;
  42.         #
  43.         # Internal neighbor smock
  44.         #neighbor on 0x47000580ffff000000040000000000232a01b400 35.42.1.180 rdi 0x490130
  45.         #intf 35.42.1.85 0x47000580ffff000000040000000000232a015500 ip;
  46.     };
  47.     #
  48.     # external IDRP peers
  49.     #
  50.     group
  51.     external
  52.     {
  53.         # neighbor <on/off> <neigh-NET> <neigh-IP> rdi <remote rdi> intf <our-IP intf> <our intf net> <ip/iso>
  54.         #
  55.         # External neighbor hadron
  56.         neighbor on 0x47000580ffff000000040000000000232a014400  35.42.1.68 rdi 0x490129   
  57.          intf 35.42.1.85  0x47000580ffff000000040000000000232a015500 ip;
  58.         # External neighbor smock
  59.         #neighbor on 0x47000580ffff000000040000000000232a01b400 35.42.1.180 rdi 0x490131
  60.         # intf 35.42.1.85 0x47000580ffff000000040000000000232a015500 ip;
  61.     };
  62.     #
  63.     # local (static) ISO routes
  64.     #
  65.     osilocal {
  66.         # <prefix> <NET-of-next-hop>
  67.         #
  68.         0x490128        0x47000580ffff000000040000000000232a016100; 
  69.         0x47000580ffffff000005    0x47000580ffff0000000400000000002301017200; 
  70.         0x47000580AAAAAA    0x47000580ffff0000000400000000002301017200; 
  71.     };
  72. };
  73.  
  74. #
  75. # is-is configuration
  76. #
  77. isis ISO
  78. {
  79.     level 2;
  80.     traceoptions all lspcontent;
  81.     systemid <0000232a0155>;
  82.     area <47.0005.80ff.ff00.0000.0400.0004>;
  83.     circuit <et1>
  84.         metric 10 priority 20
  85.         metric level 2 20 priority level 2 20;
  86. };
  87.  
  88. # local (static) IP routes
  89. #
  90. static {
  91.     default gw 35.42.1.125;
  92.     128.2    gw 35.42.1.33;
  93. };
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.