Properties Summary |
addr
Type: address:Ip
Units: null
Encrypted: false
Access: implicit
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
|
|
ctrl
Type: ip:AddrControl
Primitive Type: scalar:Bitmask64
Units: null
Encrypted: false
Access: implicit
Category: TopLevelRegular
Comments:
-
The control state.
| |
Constants |
anycast |
131072ull |
Anycast |
Anycast
|
pervasive |
1ull |
Pervasive address |
Pervasive
|
fabric-aware |
2ull |
Fabric aware |
Fabric aware
|
preferred-subnet |
4ull |
Preferred subnet |
Preferred subnet
|
eui64 |
65536ull |
EUI64 |
EUI64
|
virtual |
8ull |
Virtual |
Virtual
|
DEFAULT |
0 |
--- |
Address controls
|
|
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.
operSt
Type: ip:OperSt
Primitive Type: scalar:Enum8
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
| |
Constants |
unspecified |
0 |
Unspecified |
Unspecified
|
down |
1 |
Down |
The state is down
|
up |
2 |
Up |
The state is up
|
failed |
3 |
Failed |
The state is fail
|
DEFAULT |
up(2) |
Up |
The state is up
|
|
operStQual
Type: ip:AddrOperStQual
Primitive Type: scalar:Enum8
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
| |
Constants |
unspecified |
0 |
Unspecified |
Unspecified
|
up |
1 |
Up |
Up
|
subnet-overlap |
2 |
Subnet overlap |
Subnet overlap error
|
no-primary |
3 |
No primary address |
No primary address
|
if-down |
4 |
Interface down |
Interface down
|
addr-exists |
5 |
Address already exists |
Address exists
|
invalid-vrf |
6 |
Context invalid |
Invalid vrf
|
static-rt-nh |
7 |
Configured as static-rt nh |
Invalid vrf
|
lb-addr |
8 |
Loopback address |
Invalid use of loopback
|
invalid-ll-use |
9 |
Invalid use of link local |
Invalid use of link local
|
no-glbl-addr |
10 |
No global address |
Link local without global address
|
no-ll-addr |
11 |
No link local address |
Global without link local address
|
dad-in-progress |
12 |
DAD in progress |
DAD in progress
|
dad-failed |
13 |
DAD failed |
DAD failed
|
invalid-mask-len |
14 |
Invalid maks length |
Invalid mask len
|
l2-intf-err |
15 |
IP cfg not allowed on L2 intf |
Not allowed on L2 interface
|
super-intf-err |
16 |
IP cfg not allowed on superintf |
Not allowed on superinterface
|
invalid-ll |
17 |
Invalid link local address |
Invalid link local address
|
if-init-err |
18 |
IF init error |
IF init error
|
ifindex-err |
19 |
Failed to get ifindex |
IFindex error
|
invalid-eui64 |
20 |
Invalid EUI64 format |
Invalid EUI64
|
lladdr-create-fail |
21 |
Failed to create Link Local Addr. |
Failed to create Link Local Addr
|
DAD-tentative |
22 |
DAD failed, state=tentative. |
DAD state tentative
|
DAD-lcl-duplicate |
23 |
DAD failed, state=local duplicate. |
DAD state local duplicate
|
DAD-duplicate |
24 |
DAD failed, state=duplicate. |
DAD state duplicate
|
DAD-preferred |
25 |
DAD failed, state=preferred. |
DAD state preferred
|
DAD-deprecated |
26 |
DAD failed, state=deprecated. |
DAD state deprecated
|
DAD-invalid |
27 |
DAD failed, state=invalid. |
DAD state invalid
|
internal-cfg-err |
28 |
Internal configuration error. |
Internal Config error
|
no-subnet |
29 |
Subnet does not exist. |
No subnet
|
preferred-subnet-exists |
30 |
Preferred subnet already exists. |
Peferred subnet exists
|
DEFAULT |
unspecified(0) |
Unspecified |
Unspecified
|
|
pref
Type: rt:Preference
Primitive Type: scalar:UByte
Units: null
Encrypted: false
Access: implicit
Category: TopLevelRegular
Comments:
-
| |
Constants |
defaultValue |
1 |
--- |
NO COMMENTS
|
|
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.
|
|
tag
Type: rt:Tag
Primitive Type: scalar:Uint32
Units: null
Encrypted: false
Access: implicit
Category: TopLevelRegular
Comments:
-
| |
Constants |
defaultValue |
0u |
--- |
NO COMMENTS
|
|
type
Type: ip:AddrT
Primitive Type: scalar:Enum8
Units: null
Encrypted: false
Access: implicit
Category: TopLevelRegular
Comments:
-
| |
Constants |
primary |
1 |
Primary |
Primary
|
secondary |
2 |
Secondary |
Secondary
|
DEFAULT |
primary(1) |
Primary |
Primary
|
|
vpcPeer
Type: address:Ip
Units: null
Encrypted: false
Access: implicit
Category: TopLevelRegular
Comments:
-