public abstract class NLRI extends BGP4Object
+---------------------------+ | Length (1 octet) | +---------------------------+ | Prefix (variable) | +---------------------------+The use and the meaning of these fields are as follows: a) Length: The Length field indicates the length in bits of the IP address prefix. A length of zero indicates a prefix that matches all IP addresses (with prefix, itself, of zero octets). b) Prefix: The Prefix field contains an IP address prefix, followed by enough trailing bits to make the end of the field fall on an octet boundary. Note that the value of the trailing bits is irrelevant.
bytes, length, log
Constructor and Description |
---|
NLRI() |
equals, getBytes, getLength, hashCode, setBytes, setLength
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
encode
Copyright © 2016. All rights reserved.