Page 1 of 1
oa512 and gated
Posted: 08 Dec 2010 06:10
by stunshot
Hi, I am trying to use the gated config on legacy 512 switches, have loaded the file but do not know how to activate it so I can run RIP v2. I believe you need to configure some sort of external text file ?? Any info appreciated, I am familiar with these devices but have never had to do this.
Thanks
Re: oa512 and gated
Posted: 28 Jan 2011 12:10
by vanderzandes
I am also trying to dig up some info. Have an example of the gated.conf text file for a OA512 that is running RIP.
I didn't create the text file and have been unable to dig-up the Advanced Routing Guide for the OA512.
I'm trying to find more info on the require syntax for gated.conf.
#Turn RIP on all interfaces; ripout required for pt-pt connections
rip yes {
interface all version 2 ripout;
};
#Set default gateway
static {
default gateway 10.10.100.145 retain;
};
#Export routes into RIP
export proto rip {
proto static {
all metric 1;
};
proto direct {
all metric 1;
};
proto rip {
all metric 1;
};
proto kernel {
all metric 1;
};
};