Operating System - Tru64 Unix
1829075 Members
2510 Online
109986 Solutions
New Discussion

enabling RIPV2 in tru64 unix

 
shyam_6
Occasional Contributor

enabling RIPV2 in tru64 unix

Hi All

I want to know what version of RIP(routing information protocol) is running in my server.

How can i enable RIP V2.I enabled gated for this but rip is running in quiet mode.What are the flags so that my server can send and receive rip updates.

I am using tru64unix 4.0f.Expecting replies.

Thanks
1 REPLY 1
Ralf Puchner
Honored Contributor

Re: enabling RIPV2 in tru64 unix

Try this in gated.conf:

# turn on support for RIP-II
#
rip yes {
interface all version 2;
};

Btw. using "man gated.conf" is one possible way to fix this problem...
Help() { FirstReadManual(urgently); Go_to_it;; }