Properties Summary |
Defined in: ospf:IfPol |
ospf:IfCost
scalar:Uint16
|
cost (ospf:IfPol:cost)
The OSPF cost for the interface. The cost (also called metric) of an interface in OSPF is an indication of the overhead required to send packets across a certain interface. The cost of an interface is inversely proportional to the bandwidth of that interface. A higher bandwidth indicates a lower cost. There is more overhead (higher cost) and time delays involved in crossing a 56k serial line than crossing a 10M ethernet line. The formula used to calculate the cost is: cost= 10000 0000/bandwith in bps For example, it will cost 10 EXP8/10 EXP7 = 10 to cross a 10M Ethernet line and will cost 10 EXP8/1544000 = 64 to cross a T1 line. By default, the cost of an interface is calculated based on the bandwidth; you can force the cost of an interface with the ip ospf cost value interface subconfiguration mode command.
|
ospf:IfControl
scalar:Bitmask8
|
ctrl (ospf:IfPol:ctrl)
The interface policy controls.
|
ospf:DeadIntvl
scalar:Uint16
|
deadIntvl (ospf:IfPol:deadIntvl)
The interval between hello packets from a neighbor before the router declares the neighbor as down. This value must be the same for all networking devices on a specific network. Specifying a smaller dead interval (seconds) will give faster detection of a neighbor being down and improve convergence, but might cause more routing instability.
|
ospf:HelloIntvl
scalar:Uint16
|
helloIntvl (ospf:IfPol:helloIntvl)
The interval between hello packets that OSPF sends on the interface. Note that the smaller the hello interval, the faster topological changes will be detected, but more routing traffic will ensue. This value must be the same for all routers and access servers on a specific network.
|
naming:Name
string:Basic
|
name (ospf:IfPol:name)
Overrides:pol:Obj:name | naming:NamedObject:name
The OSPF interface policy name. This name can be between 1 and 64 alphanumeric characters. Note that you cannot change this name after the object has been saved.
|
ospf:NwT
scalar:Enum8
|
nwT (ospf:IfPol:nwT)
The OSPF interface policy network type. OSPF supports point-to-point and broadcast.
|
ospf:IfPfxSuppress
scalar:Enum8
|
pfxSuppress (ospf:IfPol:pfxSuppress)
prefix suppression
|
ospf:DesigPrio
scalar:UByte
|
prio (ospf:IfPol:prio)
The OSPF interface priority used to determine the designated router (DR) on a specific network. The router with the highest OSPF priority on a segment will become the DR for that segment. The same process is repeated for the backup designated router (BDR). In the case of a tie, the router with the highest RID will win. The default for the interface OSPF priority is one. Remember that the DR and BDR concepts are per multiaccess segment.
|
ospf:RexmitIntvl
scalar:Uint16
|
rexmitIntvl (ospf:IfPol:rexmitIntvl)
The interval between LSA retransmissions. The retransmit interval occurs while the router is waiting for an acknowledgement from the neighbor router that it received the LSA. If no acknowlegment is received at the end of the interval, then the LSA is resent.
|
ospf:XmitDelay
scalar:Uint16
|
xmitDelay (ospf:IfPol:xmitDelay)
The delay time needed to send an LSA update packet. OSPF increments the LSA age time by the transmit delay amount before transmitting the LSA update. You should take into account the transmission and propagation delays for the interface when you set this value.
|
Defined in: mo:Resolvable |
mo:Owner
scalar:Enum8
|
lcOwn (mo:Resolvable:lcOwn)
A value that indicates how this object was created. For internal use only.
|
Defined in: mo:Ownable |
scalar:Uint16
|
uid (mo:Ownable:uid)
A unique identifier for this object.
|
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
|
|
cost
Type: ospf:IfCost
Primitive Type: scalar:Uint16
Like: ospf:AIf:cost
Units: null
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Range: min: 0 max: 65535
Comments:
-
The OSPF cost for the interface. The cost (also called metric) of an interface in OSPF is an indication of the overhead required to send packets across a certain interface. The cost of an interface is inversely proportional to the bandwidth of that interface. A higher bandwidth indicates a lower cost. There is more overhead (higher cost) and time delays involved in crossing a 56k serial line than crossing a 10M ethernet line. The formula used to calculate the cost is: cost= 10000 0000/bandwith in bps For example, it will cost 10 EXP8/10 EXP7 = 10 to cross a 10M Ethernet line and will cost 10 EXP8/1544000 = 64 to cross a T1 line. By default, the cost of an interface is calculated based on the bandwidth; you can force the cost of an interface with the ip ospf cost value interface subconfiguration mode command.
| |
Constants |
unspecified |
0 |
Unspecified |
NO COMMENTS
|
DEFAULT |
unspecified(0) |
Unspecified |
NO COMMENTS
|
|
ctrl
Type: ospf:IfControl
Primitive Type: scalar:Bitmask8
Like: ospf:AIf:ctrl
Units: null
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Comments:
-
The interface policy controls.
| |
Constants |
unspecified |
0 |
Unspecified |
Unspecified
|
passive |
1 |
Passive participation |
Passive, the interface doesn't participate in OSPF
protocol and will not establish adjacencies or send
routing updates. However the interface is announced
as part of the routing network
|
mtu-ignore |
2 |
MTU ignore |
MTU ignore, disables MTU mismatch detection on an
interface.
|
advert-subnet |
4 |
Advertise subnet |
Advertise ip subnet instead of a host mask in the
router LSA
|
bfd |
8 |
BFD |
Bidirectional Forwarding Detection
|
DEFAULT |
unspecified(0) |
Unspecified |
Unspecified
|
|
deadIntvl
Type: ospf:DeadIntvl
Primitive Type: scalar:Uint16
Like: ospf:AIf:deadIntvl
Units: sec
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Range: min: 1 max: 65535
Comments:
-
The interval between hello packets from a neighbor before the router declares the neighbor as down. This value must be the same for all networking devices on a specific network. Specifying a smaller dead interval (seconds) will give faster detection of a neighbor being down and improve convergence, but might cause more routing instability.
| |
Constants |
defaultValue |
40 |
--- |
NO COMMENTS
|
|
descr
Type: naming:Descr
Primitive Type: string:Basic
Like: naming:Described:descr
Units: null
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Range: min: "0" max: "128"
Allowed Chars:
Regex: [a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]+
Comments:
-
Specifies a description of the policy definition.
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.
helloIntvl
Type: ospf:HelloIntvl
Primitive Type: scalar:Uint16
Like: ospf:AIf:helloIntvl
Units: sec
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Range: min: 1 max: 65535
Comments:
-
The interval between hello packets that OSPF sends on the interface. Note that the smaller the hello interval, the faster topological changes will be detected, but more routing traffic will ensue. This value must be the same for all routers and access servers on a specific network.
| |
Constants |
defaultValue |
10 |
--- |
NO COMMENTS
|
|
lcOwn
Type: mo:Owner
Primitive Type: scalar:Enum8
Units: null
Encrypted: false
Access: implicit
Category: TopLevelRegular
Comments:
-
A value that indicates how this object was created. For internal use only.
| |
Constants |
local |
0 |
Local |
NO COMMENTS
|
policy |
1 |
Policy |
NO COMMENTS
|
replica |
2 |
Replica |
NO COMMENTS
|
resolveOnBehalf |
3 |
ResolvedOnBehalf |
NO COMMENTS
|
implicit |
4 |
Implicit |
NO COMMENTS
|
DEFAULT |
local(0) |
Local |
NO COMMENTS
|
|
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
|
|
name
Type: naming:Name
Primitive Type: string:Basic
Overrides:pol:Obj:name | naming:NamedObject:name
Units: null
Encrypted: false
Naming Property -- [NAMING RULES]
Access: naming
Category: TopLevelRegular
Property Validators:
Range: min: "1" max: "64"
Allowed Chars:
Regex: [a-zA-Z0-9_.:-]+
Comments:
-
The OSPF interface policy name. This name can be between 1 and 64 alphanumeric characters. Note that you cannot change this name after the object has been saved.
nameAlias
Type: naming:NameAlias
Primitive Type: string:Basic
Units: null
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Range: min: "0" max: "63"
Allowed Chars:
Regex: [a-zA-Z0-9_.-]+
Comments:
-
NO COMMENTS
nwT
Type: ospf:NwT
Primitive Type: scalar:Enum8
Like: ospf:AIf:nwT
Units: null
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Comments:
-
The OSPF interface policy network type. OSPF supports point-to-point and broadcast.
| |
Constants |
unspecified |
0 |
Unspecified |
Unspecified
|
p2p |
1 |
Point-to-point |
p2p interface
|
bcast |
2 |
Broadcast |
Broadcast interface
|
DEFAULT |
unspecified(0) |
Unspecified |
Unspecified
|
|
ownerKey
Type: naming:Descr
Primitive Type: string:Basic
Units: null
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Range: min: "0" max: "128"
Allowed Chars:
Regex: [a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]+
Comments:
-
The key for enabling clients to own their data for entity correlation.
ownerTag
Type: naming:Descr
Primitive Type: string:Basic
Units: null
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Range: min: "0" max: "64"
Allowed Chars:
Regex: [a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]+
Comments:
-
A tag for enabling clients to add their own data. For example, to indicate who created this object.
pfxSuppress
Type: ospf:IfPfxSuppress
Primitive Type: scalar:Enum8
Like: ospf:AIf:pfxSuppress
Units: null
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Comments:
-
prefix suppression
| |
Constants |
inherit |
0 |
Inherit |
Inherit
|
enable |
1 |
Enable |
Enable
|
disable |
2 |
Disable |
Disable
|
DEFAULT |
inherit(0) |
Inherit |
Inherit
|
|
prio
Type: ospf:DesigPrio
Primitive Type: scalar:UByte
Like: ospf:AIf:prio
Units: null
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Range: min: (short)0 max: (short)255
Comments:
-
The OSPF interface priority used to determine the designated router (DR) on a specific network. The router with the highest OSPF priority on a segment will become the DR for that segment. The same process is repeated for the backup designated router (BDR). In the case of a tie, the router with the highest RID will win. The default for the interface OSPF priority is one. Remember that the DR and BDR concepts are per multiaccess segment.
| |
Constants |
defaultValue |
1 |
--- |
NO COMMENTS
|
|
rexmitIntvl
Type: ospf:RexmitIntvl
Primitive Type: scalar:Uint16
Like: ospf:AIf:rexmitIntvl
Units: sec
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Range: min: 1 max: 65535
Comments:
-
The interval between LSA retransmissions. The retransmit interval occurs while the router is waiting for an acknowledgement from the neighbor router that it received the LSA. If no acknowlegment is received at the end of the interval, then the LSA is resent.
| |
Constants |
defaultValue |
5 |
--- |
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.
|
|
uid
Type: scalar:Uint16
Units: null
Encrypted: false
Access: implicit
Category: TopLevelRegular
Comments:
-
A unique identifier for this object.
xmitDelay
Type: ospf:XmitDelay
Primitive Type: scalar:Uint16
Like: ospf:AIf:xmitDelay
Units: sec
Encrypted: false
Access: admin
Category: TopLevelRegular
Property Validators:
Range: min: 1 max: 450
Comments:
-
The delay time needed to send an LSA update packet. OSPF increments the LSA age time by the transmit delay amount before transmitting the LSA update. You should take into account the transmission and propagation delays for the interface when you set this value.
| |
Constants |
defaultValue |
1 |
--- |
NO COMMENTS
|
|