| Class | Racket::L4::IGRP |
| In: |
lib/racket/l4/igrp.rb
(CVS)
|
| Parent: | RacketPart |
Internet Gateway Routing Protocol: IGRP
www.cisco.com/warp/public/103/5.html
Every routing entry has the following fields:
uchar number[3]; /* 3 significant octets of IP address */ uchar delay[3]; /* delay, in tens of microseconds */ uchar bandwidth[3]; /* bandwidth, in units of 1 Kbit/sec */ uchar mtu[2]; /* MTU, in octets */ uchar reliability; /* percent packets successfully tx/rx */ uchar load; /* percent of channel occupied */ uchar hopcount; /* hop count */
| IGRP_UPDATE | = | 1 |
| IGRP_REQUEST | = | 2 |
| asystem | Autonomous system number | |
| checksum | Checksum (IP) | |
| edition | Serial number which is incremented whenever the routing table is updated. | |
| nexterior | Number of exterior routes contained in this update message | |
| ninterior | Number of interior routes contained in this update message | |
| nsystem | Number of system routes contained in this update message | |
| opcode | Type of the IGRP message contained in this packet. | |
| payload | Payload. Generally unused. | |
| version | Version of the IGRP message contained in this packet. Defaults to 1. Anything else is currently invalid |