home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Standards 1993 July / Disc.iso / misc / merit / idrp / faa / ip_conf1. < prev    next >
Encoding:
Text File  |  1993-06-09  |  1.8 KB  |  90 lines

  1. #
  2. # hadron 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  internal external route update idrp;
  11. #
  12. # our AS number
  13. as 281;
  14. #
  15. # our RDI
  16. rdi 0x490129;
  17. #
  18. # our NET
  19. net 0x47000580ffff000000040000000000232a014400;
  20. #
  21. # turn off unused protocols
  22. bgp no;
  23. redirect no;
  24. rip no;
  25. #
  26. # idrp configuration
  27. #
  28. idrp on {
  29.     traceoptions idrp;
  30.         #
  31.         # Internal IDRP peers
  32.         #
  33.     group
  34.     internal
  35.     {
  36.         # neighbor <on/off> <neigh-NET> <neigh-IP> rdi <remote rdi> intf <our-IP intf> <our intf net> <ip/iso>
  37.         #
  38.         # hadron has no internal neighbors
  39.         #
  40.     };
  41.         #
  42.         # external IDRP peers
  43.         #
  44.     group
  45.     external
  46.     {
  47.         # neighbor <on/off> <neigh-NET> <neigh-IP> rdi <remote rdi> intf <our-IP intf> <our intf net> <ip/iso>
  48.         #
  49.         # external neigbor nnaf2
  50.         #neighbor off 0x47000580ffff000000040000000000232a015300 35.42.1.83 rdi 0x490128   
  51.         #intf 35.42.1.68 0x47000580ffff000000040000000000232a014400 ip;
  52.         #
  53.         # external neighbor glasshouse
  54.         neighbor on 0x47000580ffff000000040000000000232a015500 35.42.1.85 rdi 0x490130   
  55.          intf 35.42.1.68 0x47000580ffff000000040000000000232a014400 ip;
  56.     };
  57.         #
  58.         # local (static) ISO routes
  59.         #       
  60.     osilocal {
  61.         # <prefix> <NET-of-next-hop>
  62.         #
  63.         0x490133  0x47000580ffff000000040000000000232a016100; 
  64.         0x490129  0x47000580ffff000000040000000000232a015500; 
  65.     };
  66. };
  67.  
  68. #
  69. # is-is configuration
  70. #
  71. isis ISO
  72. {
  73.     level 2;
  74.     traceoptions all lspcontent;
  75.     systemid <0000232a0144>;
  76.     area <47.0005.80ff.ff00.0000.0400.0004>;
  77.     circuit <et0>
  78.         metric 10 priority 20
  79.         metric level 2 20 priority level 2 20;
  80. };
  81.  
  82. # local (static) IP routes
  83. #
  84. static {
  85.     default gw 35.42.1.33;
  86.     128.3   gw 35.42.1.33;
  87. };
  88.  
  89.