Softpanorama
(slightly skeptical) Open Source Software Educational Society

May the source be with you, but remember the KISS principle ;-)

Google   


ICMP Router Discovery (RDISC) Protocol in Solaris

News Recommended Links Tutorials

Lecture courses

Reference Multihoming IPv6 routing
OSPF BGP Protocol ICMP ARP Quiz Humor Etc

The RDISC Protocol implemented in Solaris by in.rdisc daemon sends and receives router advertisement messages pertaining to default routes. RFC 1256 specifies the format of related ICMP messages.

Some advantages of the RDISC Protocol are that it:

Some disadvantages of the RDISC protocol are:

The basic syntax for the in.rdisc process is:

/usr/sbin/in.rdisc [-s]
/usr/sbin/in.rdisc -r [-T interval]

The first syntax example is used by non-router systems and is called the host mode. The -s option causes the process to solicit input from routers.

The second syntax example is used by routers and is called the router mode. The -r options causes the in.rdisc process to advertise the system as a router.

The in.rdisc process sends three solicitation messages when it starts to quickly discover available routers.

qTo change the interval for router advertisements to 100 seconds from the default of 600 seconds, use the following command:

# /usr/sbin/in.rdisc -r -T 100

Quiz

Q1: Which statements indicate ways by which default route entries could be generated and appear in the route table? (Choose two.)

  1. Running the in.routed daemon.
  2. Running the in.rdisc daemon.
  3. Making an appropriate entry in the /etc/default/routers file
  4. Making an appropriate entry in the /etc/default/gateways file.

A: b,c