Sponsored Content
Full Discussion: RIP listeners
Special Forums IP Networking RIP listeners Post 302132467 by veccinho on Friday 17th of August 2007 04:58:51 AM
Old 08-17-2007
Solved!
Found it in /etc/gated.conf
 

7 More Discussions You Might Find Interesting

1. AIX

AIX listeners?

I have a file directory which I want to monitor - when a new file arrives I want to start a script. Are there any utilities which can do this (aside from DB2, Oracle, Websphere, etc). I just want a "simple" listener which will invoke a script. (2 Replies)
Discussion started by: edibob
2 Replies

2. Solaris

Enabling MQ Listeners

Hi I've been trying to change the services for MQ listeners using inetaconv and inetadm. The MQ was already installed and Im trying to change the QManager name. Ive creted the appropriate files (MQSeries-tcp.xml) and am now trying to enable MQSeries and then refresh the service: inetadm... (2 Replies)
Discussion started by: billy_mega
2 Replies

3. UNIX for Dummies Questions & Answers

Disable RIP in SCO Uniix

Is it possible to switch off RIP protocol in SCO Unix - if so how's it done ?:confused: (1 Reply)
Discussion started by: dewi.edwards
1 Replies

4. Shell Programming and Scripting

2 listeners in a port

Hi, Is it possible to have 2 programs to listen in 1 port? the only job of that other program is to record or monitor down any request it recieves to that specific port. Is that possible? Won't it cause any conflicts? (4 Replies)
Discussion started by: fif14344
4 Replies

5. Shell Programming and Scripting

I need your help about port listeners

Hi guys, Im new on unix. but I need your help. I have a windows program that is querying data from unix computer through winsock, this unix computer is bought from Japan in 1995. All the guys who are in charge of this have already resigned. The problem is this winodws program is developed... (1 Reply)
Discussion started by: fif14344
1 Replies

6. Red Hat

RIP configuration in RHEL 6.3

Hi, Can someone please help me configuring RIP (Routing Information Protocol v2 ). I have tried few manuals and posts from networking sites and i didnt get a clear picture. This is what i have done: 1. Installed routed package and started routed service. however, Dynamic routes are... (1 Reply)
Discussion started by: reddybs
1 Replies

7. Solaris

Solaris 10 RIP-2 ??

We have had a security scan completed on our solaris 10 systems and several of them came back with "This host is running a RIP-2 agent. RIP-2 requests can be authenticated" How do i verify that it is using authentication? Or see if it is running RIP-2 at all. (3 Replies)
Discussion started by: oly_r
3 Replies
rtquery(1M)                                               System Administration Commands                                               rtquery(1M)

NAME
rtquery - query routing daemons for their routing tables SYNOPSIS
rtquery [-np1] [-w timeout] [-r addr] [-a secret] host... rtquery [-t operation] host... DESCRIPTION
The rtquery command is used to query a RIP network routing daemon, in.routed(1M) or GateD, for its routing table by sending a request or poll command. The routing information in any routing response packets returned is displayed numerically and symbolically. By default, rtquery uses the request command. When the -p option is specified, rtquery uses the poll command, an undocumented extension to the RIP protocol supported by GateD. When querying GateD, the poll command is preferred over the request command because the response is not subject to Split Horizon and/or Poisoned Reverse, and because some versions of GateD do not answer the request command. in.routed does not answer the poll command, but recognizes requests coming from rtquery and so answers completely. The rtquery command is also used to turn tracing on or off in in.routed. OPTIONS
The following options are supported: -a passwd=XXX Causes the query to be sent with the indicated cleartext or MD5 password. -a md5_passwd=XXX|KeyID -n Displays only the numeric network and host addresses instead of both numeric and symbolic names. -p Uses the poll command to request full routing information from GateD. This is an undocumented extension RIP proto- col supported only by GateD. -r addr Asks about the route to destination addr. -t operation Changes tracing, where operation is one of the actions listed below. Requests from processes not running with UID 0 or on distant networks are generally ignored by the daemon except for a message in the system log. GateD is likely to ignore these debugging requests. on=tracefile Turns tracing on, directing tracing into the specified file. That file must have been specified when the daemon was started or have the name, /var/log/in.routed.trace. more Increases the debugging level. off Turns off tracing. dump Dumps the daemon's routing table to the current trace file. -w timeout Changes the delay for an answer from each host. By default, each host is given 15 seconds to respond. -1 Queries using RIP version 1 instead of RIP version 2. EXIT STATUS
The following exit values are returned: 0 Successful completion. >0 An error occurred. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWroute | +-----------------------------+-----------------------------+ SEE ALSO
in.routed(1M), route(1M), gateways(4), attributes(5), icmp(7P), inet(7P), udp(7P) Routing Information Protocol, RIPv1, RFC 1058 Routing Information Protocol, RIPv2, RFC 2453, STD 0056 SunOS 5.10 24 Apr 2002 rtquery(1M)
All times are GMT -4. The time now is 02:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy