Package | Description |
---|---|
es.tid.rsvp.constructs | |
es.tid.rsvp.constructs.te | |
es.tid.rsvp.objects |
Modifier and Type | Field and Description |
---|---|
protected SenderTemplate |
SenderDescriptor.senderTemplate
Sender Template is a mandatory RSVP Object
|
Modifier and Type | Method and Description |
---|---|
SenderTemplate |
SenderDescriptor.getSenderTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
SenderDescriptor.setSenderTemplate(SenderTemplate senderTemplate) |
Constructor and Description |
---|
SenderDescriptor(SenderTemplate senderTemplate,
IntservSenderTSpec senderTSPEC,
IntservADSPEC adspec)
Builder to be used when a new Sender Descriptor it wanted to be created and sent
|
Constructor and Description |
---|
SenderDescriptorTE(SenderTemplate senderTemplate,
IntservSenderTSpec senderTSPEC,
IntservADSPEC adspec,
RRO rro)
Builder to be used when a new Sender Descriptor TE wanted to be created and sent
|
Modifier and Type | Class and Description |
---|---|
class |
FlowLabelSenderTemplateIPv6 |
class |
SenderTemplateIPv4 |
class |
SenderTemplateIPv6 |
class |
SenderTemplateLSPTunnelIPv4
RFC 3209 RSVP-TE LSP_TUNNEL_IPv4 Sender Template Object
Class = SENDER_TEMPLATE, LSP_TUNNEL_IPv4 C-Type = 7
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| IPv4 tunnel sender address |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| MUST be zero | LSP ID |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
IPv4 tunnel sender address
IPv4 address for a sender node
LSP ID
A 16-bit identifier used in the SENDER_TEMPLATE and the
FILTER_SPEC that can be changed to allow a sender to share
resources with itself.
|
class |
SenderTemplateLSPTunnelIPv6
RFC 3209 RSVP-TE LSP_TUNNEL_IPv6 Sender Template Object
Class = SENDER_TEMPLATE, LSP_TUNNEL_IPv6 C_Type = 8
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
+ +
| IPv6 tunnel sender address |
+ +
| (16 bytes) |
+ +
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| MUST be zero | LSP ID |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
IPv6 tunnel sender address
IPv6 address for a sender node
LSP ID
A 16-bit identifier used in the SENDER_TEMPLATE and the
FILTER_SPEC that can be changed to allow a sender to share
resources with itself.
|
Copyright © 2016. All rights reserved.