UnknownAttribute¶
Keys
Leafs
-
class
BgpRib.AfiSafis.AfiSafi.Ipv4Unicast.Neighbors.Neighbor.AdjRibInPre.Routes.Route.ExtAttributes.
UnknownAttribute
¶ Bases:
Entity
Class Hierarchy:
BgpRib
AfiSafis
AfiSafi
Ipv4Unicast
Neighbors
Neighbor
AdjRibInPre
Routes
Route
ExtAttributes
UnknownAttribute
This class represents state data.
This list contains received attributes that are unrecognized
or unsupported by the local router. The list may be empty.
-
attr_type
(key)¶ 2-octet value encoding the attribute flags and the attribute type code
type: int
range: 0..65535config: False
-
attr_len
¶ One or two octet attribute length field indicating the length of the attribute data in octets. If the Extended Length attribute flag in the attribute type field is set, the length field is 2 octets, otherwise it is 1 octet
type: int
range: 0..65535config: False
-
attr_value
¶ Raw attribute value data, not to exceed the length indicated in the attr-len field. The maximum length of the attribute data is 2^16-1 per the max value of the attr-len field (2 octets)
type: str
length: 1..65535config: False
-