home *** CD-ROM | disk | FTP | other *** search
- #
- # hadron gated config file
- # jgs Tue Apr 20 1993
- # IDRP + IS-IS + static routes
- #
- tracefile "/tmp/gatedlog.idrp" replace size 1000k files 3;
- #
- # Available traceoptions:
- # update internal external update route idrp kernel isis;
- traceoptions internal external route update idrp;
- #
- # our AS number
- as 281;
- #
- # our RDI
- rdi 0x490129;
- #
- # our NET
- net 0x47000580ffff000000040000000000232a014400;
- #
- # turn off unused protocols
- bgp no;
- redirect no;
- rip no;
- #
- # idrp configuration
- #
- idrp on {
- traceoptions idrp;
- #
- # Internal IDRP peers
- #
- group
- internal
- {
- # neighbor <on/off> <neigh-NET> <neigh-IP> rdi <remote rdi> intf <our-IP intf> <our intf net> <ip/iso>
- #
- # hadron has no internal neighbors
- #
- };
- #
- # external IDRP peers
- #
- group
- external
- {
- # neighbor <on/off> <neigh-NET> <neigh-IP> rdi <remote rdi> intf <our-IP intf> <our intf net> <ip/iso>
- #
- # external neigbor nnaf2
- #neighbor off 0x47000580ffff000000040000000000232a015300 35.42.1.83 rdi 0x490128
- #intf 35.42.1.68 0x47000580ffff000000040000000000232a014400 ip;
- #
- # external neighbor glasshouse
- neighbor on 0x47000580ffff000000040000000000232a015500 35.42.1.85 rdi 0x490130
- intf 35.42.1.68 0x47000580ffff000000040000000000232a014400 ip;
- };
- #
- # local (static) ISO routes
- #
- osilocal {
- # <prefix> <NET-of-next-hop>
- #
- 0x490133 0x47000580ffff000000040000000000232a016100;
- 0x490129 0x47000580ffff000000040000000000232a015500;
- };
- };
-
- #
- # is-is configuration
- #
- isis ISO
- {
- level 2;
- traceoptions all lspcontent;
- systemid <0000232a0144>;
- area <47.0005.80ff.ff00.0000.0400.0004>;
- circuit <et0>
- metric 10 priority 20
- metric level 2 20 priority level 2 20;
- };
-
- #
- # local (static) IP routes
- #
- static {
- default gw 35.42.1.33;
- 128.3 gw 35.42.1.33;
- };
-
-