Properties Summary |
Defined in: ospf:ARoute |
ospf:AreaId
address:IPv4
|
area (ospf:ARoute:area)
The OSPF Area ID. An area is a logical collection of OSPF networks, routers, and links that have the same area identification. A router within an area must maintain a topological database for the area to which it belongs. The router doesn't have detailed information about network topology outside of its area, thereby reducing the size of its database. Areas limit the scope of route information distribution. It is not possible to do route update filtering within an area. The link-state database (LSDB) of routers within the same area must be synchronized and be exactly the same; however, route summarization and filtering is possible between different areas. The main benefit of creating areas is a reduction in the number of routes to propagate-by the filtering and the summarization of routes. Areas are identified by an area ID. Cisco IOS software supports area IDs expressed in IP address format or decimal format, for example, area 0.0.0.0 is equal to area 0.
|
ospf:Dist
scalar:UByte
|
dist (ospf:ARoute:dist)
The preferred ISIS Domain level administrative distance.
|
ospf:RtFlags
scalar:Bitmask16
|
flags (ospf:ARoute:flags)
The IP address flags.
|
ospf:RtCost
scalar:Uint16
|
mcastCost (ospf:ARoute:mcastCost)
The multicast cost.
|
ospf:PathT
scalar:Enum8
|
pathT (ospf:ARoute:pathT)
The type of path.
|
address:Ip
|
pfx (ospf:ARoute:pfx)
The OSPF route prefix.
|
rtmap:RouteTag
scalar:Uint32
|
tag (ospf:ARoute:tag)
The color of a policy label.
|
ospf:RtCost
scalar:Uint16
|
ucastCost (ospf:ARoute:ucastCost)
The unicast route cost.
|
area
Type: ospf:AreaId
Primitive Type: address:IPv4
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
The OSPF Area ID. An area is a logical collection of OSPF networks, routers, and links that have the same area identification. A router within an area must maintain a topological database for the area to which it belongs. The router doesn't have detailed information about network topology outside of its area, thereby reducing the size of its database. Areas limit the scope of route information distribution. It is not possible to do route update filtering within an area. The link-state database (LSDB) of routers within the same area must be synchronized and be exactly the same; however, route summarization and filtering is possible between different areas. The main benefit of creating areas is a reduction in the number of routes to propagate-by the filtering and the summarization of routes. Areas are identified by an area ID. Cisco IOS software supports area IDs expressed in IP address format or decimal format, for example, area 0.0.0.0 is equal to area 0.
| |
Constants |
backbone |
0u |
Backbone area |
NO COMMENTS
|
defaultValue |
1u |
--- |
NO 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
|
|
dist
Type: ospf:Dist
Primitive Type: scalar:UByte
Units: null
Encrypted: false
Access: implicit
Category: TopLevelRegular
Comments:
-
The preferred ISIS Domain level administrative distance.
| |
Constants |
defaultValue |
110 |
--- |
NO COMMENTS
|
|
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.
flags
Type: ospf:RtFlags
Primitive Type: scalar:Bitmask16
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
The IP address flags.
| |
Constants |
unspecified |
0 |
Unspecified |
Unspecified
|
v4 |
1 |
IPv4 route |
IPv4 route
|
v6 |
2 |
IPv6 route |
IPv6 route
|
direct |
4 |
Direct route |
Direct route
|
in-rib |
8 |
Route in RIB |
Route in RIB
|
dn |
16 |
Route with DN bit set |
Indicates route is installed due to an LSA with
DN bit set
|
DEFAULT |
unspecified(0) |
Unspecified |
Unspecified
|
|
mcastCost
Type: ospf:RtCost
Primitive Type: scalar:Uint16
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
The multicast cost.
| |
Constants |
defaultValue |
1 |
--- |
NO COMMENTS
|
|
name
Type: naming:Name
Primitive Type: string:Basic
Overrides:nw:Conn:name
Units: null
Encrypted: false
Access: admin
Category: TopLevelRegular
Comments:
-
The name of the object.
pathT
Type: ospf:PathT
Primitive Type: scalar:Enum8
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
The type of path.
| |
Constants |
intra |
1 |
Intra |
Infra
|
discard-int |
2 |
Discard internal |
Discard internal
|
inter |
3 |
Inter |
Inter
|
discard-ext |
4 |
Discard external |
Discard external
|
ext1 |
5 |
External1 |
External1
|
nssa1 |
6 |
NSSA1 |
NSSA1
|
ext2 |
7 |
External2 |
External2
|
nssa2 |
8 |
NSSA2 |
NSSA2
|
DEFAULT |
intra(1) |
Intra |
Infra
|
|
pfx
Type: address:Ip
Units: null
Encrypted: false
Access: implicit
Category: TopLevelRegular
Comments:
-
The OSPF route prefix.
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: rtmap:RouteTag
Primitive Type: scalar:Uint32
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
The color of a policy label.
ucastCost
Type: ospf:RtCost
Primitive Type: scalar:Uint16
Units: null
Encrypted: false
Access: oper
Category: TopLevelRegular
Comments:
-
The unicast route cost.
| |
Constants |
defaultValue |
1 |
--- |
NO COMMENTS
|
|