home *** CD-ROM | disk | FTP | other *** search
- #
- # glasshouse 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 idrp;
- #
- #
- # our AS number
- as 281;
- #
- # our RDI
- rdi 0x490130;
- #
- # our NET
- net 0x47000580ffff000000040000000000232a015500;
- #
- # 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>
- #
- # Internal neighbor anatolia
- #neighbor off 0x47000580ffff000000040000000000232a016100 35.42.1.91 rdi 0x490130
- #intf 35.42.1.85 0x47000580ffff000000040000000000232a015500 ip;
- #
- # Internal neighbor smock
- #neighbor on 0x47000580ffff000000040000000000232a01b400 35.42.1.180 rdi 0x490130
- #intf 35.42.1.85 0x47000580ffff000000040000000000232a015500 ip;
- };
- #
- # 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 neighbor hadron
- neighbor on 0x47000580ffff000000040000000000232a014400 35.42.1.68 rdi 0x490129
- intf 35.42.1.85 0x47000580ffff000000040000000000232a015500 ip;
- # External neighbor smock
- #neighbor on 0x47000580ffff000000040000000000232a01b400 35.42.1.180 rdi 0x490131
- # intf 35.42.1.85 0x47000580ffff000000040000000000232a015500 ip;
- };
- #
- # local (static) ISO routes
- #
- osilocal {
- # <prefix> <NET-of-next-hop>
- #
- 0x490128 0x47000580ffff000000040000000000232a016100;
- 0x47000580ffffff000005 0x47000580ffff0000000400000000002301017200;
- 0x47000580AAAAAA 0x47000580ffff0000000400000000002301017200;
- };
- };
-
- #
- # is-is configuration
- #
- isis ISO
- {
- level 2;
- traceoptions all lspcontent;
- systemid <0000232a0155>;
- area <47.0005.80ff.ff00.0000.0400.0004>;
- circuit <et1>
- metric 10 priority 20
- metric level 2 20 priority level 2 20;
- };
-
- #
- # local (static) IP routes
- #
- static {
- default gw 35.42.1.125;
- 128.2 gw 35.42.1.33;
- };
-
-
-
-
-
-
-
-
-