Package | Description |
---|---|
es.tid.pce.pcep.constructs |
PCEP Constructs as described in RFC 5440
|
es.tid.pce.pcep.messages |
PCEP Messages
|
es.tid.pce.pcep.objects |
PCEP Objects
Contains PCEP Objects as described in RFC 5440, IETF drafts and proprietary.
|
Modifier and Type | Method and Description |
---|---|
EndPoints |
PCEPIntiatedLSP.getEndPoint() |
EndPoints |
Request.getEndPoints() |
EndPoints |
LSPInstantationRequest.getEndPoints() |
Modifier and Type | Method and Description |
---|---|
void |
PCEPIntiatedLSP.setEndPoint(EndPoints endPoint) |
void |
Request.setEndPoints(EndPoints endPoints) |
void |
LSPInstantationRequest.setEndPoints(EndPoints endPoints) |
Modifier and Type | Method and Description |
---|---|
EndPoints |
PCEPTELinkTearDownSuggestion.getEndPoints() |
Modifier and Type | Method and Description |
---|---|
void |
PCEPTELinkTearDownSuggestion.setEndPoints(EndPoints endPoints) |
Modifier and Type | Class and Description |
---|---|
class |
EndPointDataPathID
Class made to allow OpenFlow ID in PCEP Requests.
|
class |
EndPointsIPv4
Represents a PCEP END-POINTS object IPv4 Type, as defined in RFC 5440
From RFC 5440 Section 7.6.
|
class |
EndPointsIPv6
PCEP END-POINTS object IPv6 Type
From RFC 5440 Section 7.6.
|
class |
EndPointsUnnumberedIntf |
class |
GeneralizedEndPoints
Base abstract class for representing Generalized EndPoints Object.
|
class |
NetQuotationIPv6
Represents a PCEP NET-QUOTATION object as defined in GEYSERS D4.1
From GEYSERS D4.1 Section 6.3.2.1 Assisted unicast replies
A PCRep for assisted unicast connections provides a network
quotation for each pair of end points or each time-slot (used
in case of advance reservation service) included in the PCReq.
|
class |
P2MPEndPointsDataPathID
This class is a copy of P2MPEndPointsIPv4.
|
class |
P2MPEndPointsIPv4
PCEP P2MPEND-POINTS object.
|
class |
XifiEndPoints |
class |
XifiUniCastEndPoints
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Source Switch Id |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |Destination Switch Id |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Source port |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Destination port |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Source mac |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| (continuation) | Destination mac |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| (continuation) | |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
Copyright © 2016. All rights reserved.