Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

RIPSend Element Documentation

NAME

RIPSend — Click element; periodically generates specified RIP II packet

SYNOPSIS

RIPSend(SRC, DST, PREFIX, METRIC)

Ports: no inputs, 1 output
Processing: push

DESCRIPTION

Sends periodic RIP II packets with specified contents, including UDP and IP headers.

EXAMPLES

Send out advertisements to net 18.26.4, indicating that route 18.26.4.24 knows how to get to net 10 with hop count 10:

 RIPSend(18.26.4.24, 18.26.4.255, 10.0.0.0/8, 10) ->
 EtherEncap(0x0008, 00:00:c0:ae:67:ef, ff:ff:ff:ff:ff:ff) ->
 ToDevice(eth0);

NOTES

Note that this is just a tiny piece of a full RIP implementation.

Generated by click-elem2man from ../elements/ip/ripsend.hh:8 on 2018/10/03.

Clone this wiki locally