Properties Summary |
aggr
Type: address:Ip
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
Aggregator
aggrAs
Type: rtcom:AS
Primitive Type: scalar:Uint32
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
Aggregator AS
asPath
Type: string:Basic
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
childAction
Type: mo:ModificationChildAction
Primitive Type: scalar:Bitmask32
Units: null
Encrypted: false
Access: implicit
Category: TopLevelChildAction
Comments:
-
Delete or ignore. For internal use only.
| |
Constants |
deleteAll |
16384u |
deleteAll |
NO COMMENTS
|
ignore |
4096u |
ignore |
NO COMMENTS
|
deleteNonPresent |
8192u |
deleteNonPresent |
NO COMMENTS
|
DEFAULT |
0 |
--- |
This type is used to
|
|
dn
Type: reference:BinRef
Units: null
Encrypted: false
Access: implicit
Category: TopLevelDn
Comments:
-
A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module.
extComm
Type: string:Basic
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
flags
Type: bgp:PathFlags
Primitive Type: scalar:Bitmask32
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
Path flags
| |
Constants |
atomic-aggr |
128u |
Atomic aggregate |
Atomic aggregate
|
multipath |
16u |
Multipath |
Multipath
|
max-as-limit |
1u |
Over maximum AS limit |
Over maximum AS limit
|
unk-attr |
256u |
Unknown attribute present |
Unknown attribute present
|
best-path |
2u |
Best path |
Best path
|
imported |
32u |
Imported |
Imported
|
rcvd-only |
4u |
Received only |
Received only
|
advertise |
512u |
Advertise to peers |
Advertise to peers
|
metric |
64u |
Metric |
Metric
|
modified |
8u |
Modified |
Modified from what we received
|
DEFAULT |
0 |
--- |
Path flags
|
|
id
Type: bgp:PathId
Primitive Type: scalar:Uint32
Units: null
Encrypted: false
Naming Property -- [NAMING RULES]
Access: naming
Category: TopLevelRegular
Comments:
-
Path id
importedRd
Type: base:Community
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
Imported route distinguisher
localPref
Type: rtmap:LocalPref
Primitive Type: scalar:Uint32
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
Local preference
metric
Type: rtmap:Metric
Primitive Type: scalar:Uint32
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
Metric
modTs
Type: mo:TStamp
Primitive Type: scalar:Date
Units: null
Encrypted: false
Access: implicit
Category: TopLevelRegular
Comments:
-
The time when this object was last modified.
| |
Constants |
never |
0ull |
never |
NO COMMENTS
|
DEFAULT |
never(0ull) |
never |
NO COMMENTS
|
|
nh
Type: address:Ip
Units: null
Encrypted: false
Naming Property -- [NAMING RULES]
Access: naming
Category: TopLevelRegular
Comments:
-
Next hop
nhMetric
Type: bgp:Metric
Primitive Type: scalar:Uint32
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
Nexthop metric
operSt
Type: bgp:PathSt
Primitive Type: scalar:Enum8
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
The path status.
| |
Constants |
deleted |
0 |
Deleted |
Deleted
|
staled |
1 |
Staled |
Staled
|
valid |
2 |
Valid |
Valid
|
DEFAULT |
0 |
--- |
Path status
|
|
origin
Type: bgp:Origin
Primitive Type: scalar:Enum8
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
Origin
| |
Constants |
igp |
1 |
Learned Via IGP |
IGP
|
egp |
2 |
Learned Via EGP |
EGP
|
incomplete |
3 |
Learned by some other Means |
Incomplete
|
DEFAULT |
igp(1) |
Learned Via IGP |
IGP
|
|
peer
Type: address:Ip
Units: null
Encrypted: false
Naming Property -- [NAMING RULES]
Access: naming
Category: TopLevelRegular
Comments:
-
Peer source of route path
regComm
Type: string:Basic
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
The regular community.
rn
Type: reference:BinRN
Units: null
Encrypted: false
Access: implicit
Category: TopLevelRn
Comments:
-
Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names.
status
Type: mo:ModificationStatus
Primitive Type: scalar:Bitmask32
Units: null
Encrypted: false
Access: implicit
Category: TopLevelStatus
Comments:
-
The upgrade status. This property is for internal use only.
| |
Constants |
created |
2u |
created |
In a setter method: specifies that an object should be created.
An error is returned if the object already exists.
In the return value of a setter method: indicates that an object has been created.
|
modified |
4u |
modified |
In a setter method: specifies that an object should be modified
In the return value of a setter method: indicates that an object has been modified.
|
deleted |
8u |
deleted |
In a setter method: specifies that an object should be deleted.
In the return value of a setter method: indicates that an object has been deleted.
|
DEFAULT |
0 |
--- |
This type controls the life cycle of objects passed in the XML API.
When used in a setter method (such as configConfMo), the ModificationStatus
specifies whether an object should be created, modified, deleted or removed.
In the return value of a setter method, the ModificationStatus indicates the actual
operation that was performed. For example, the ModificationStatus is set to "created"
if the object was created. The ModificationStatus is not set if the object was neither
created, modified, deleted or removed.
When invoking a setter method, the ModificationStatus is optional:
If a setter method such as configConfMo is invoked and the ModificationStatus
is not set, the system automatically determines if the object should be created or modified.
|
|
type
Type: bgp:PathT
Primitive Type: scalar:Enum8
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
Path type
| |
Constants |
internal |
1 |
Internal |
Internal
|
external |
2 |
External |
External
|
confederation |
3 |
Confederation |
Confederation
|
local |
4 |
Local |
Local
|
aggregate |
5 |
Aggregate |
Aggregate
|
redistribute |
6 |
Redistribute |
Redistribute
|
DEFAULT |
internal(1) |
Internal |
Internal
|
|
unknownAttrData
Type: string:Basic
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
unknownAttrLen
Type: bgp:UnknownAttrLen
Primitive Type: scalar:Uint32
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
weight
Type: rtmap:Weight
Primitive Type: scalar:Uint16
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
Weight