Skip to content
ashokrajnagarajan edited this page Mar 6, 2012 · 3 revisions

Mesh Configuration Parameters

o11s currently suppports the configuration parameters listed below.

All these are defined in the 802.11s amendment except [#mesh_max_peer_links mesh_max_peer_links] and [#mesh_auto_open_plinks mesh_auto_open_plinks].

mesh_retry_timeout

dot11MeshRetryTimeout OBJECT-TYPE
SYNTAX Unsigned32 (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a control variable.
It is written by an external management entity.
Changes take effect as soon as practical in the implementation.
This attribute specifies the initial retry timeout, in millisecond units,
used by the Mesh Peering Open message."
DEFVAL { 40 }
::= { dot11MeshSTAConfigEntry 8 }

mesh_confirm_timeout

dot11MeshConfirmTimeout OBJECT-TYPE
SYNTAX Unsigned32 (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a control variable.
It is written by an external management entity.
Changes take effect as soon as practical in the implementation.
This attribute specifies the initial retry timeout, in millisecond units,
used by the Mesh Peering Open message."
DEFVAL { 40 }
::= { dot11MeshSTAConfigEntry 9 }

mesh_holding_timeout

dot11MeshHoldingTimeout OBJECT-TYPE
SYNTAX Unsigned32 (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a control variable.
It is written by an external management entity.
Changes take effect as soon as practical in the implementation.
This attribute specifies the confirm timeout, in millisecond units, used
by the mesh peering management to close a mesh peering."

mesh_max_peer_links

Limits the maximum number of peer links this mesh STA will attempt to
establish.  Peer links are established on a first-come-first-serve basis
until this limit is reached.  The default value is 256.

mesh_max_retries

dot11MeshMaxRetries OBJECT-TYPE
SYNTAX Unsigned32 (0..16)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a control variable.
It is written by an external management entity.
Changes take effect as soon as practical in the implementation.
This attribute specifies the maximum number of Mesh Peering Open retries
that can be sent to establish a new mesh peering instance in a mesh BSS."
DEFVAL { 2 }
::= { dot11MeshSTAConfigEntry 7 }

mesh_ttl

dot11MeshTTL OBJECT-TYPE
SYNTAX Unsigned32 (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a control variable.
It is written by an external management entity.
Changes take effect as soon as practical in the implementation.
This attribute specifies the value of Mesh TTL subfield set at a source
mesh STA."
DEFVAL { 31 }
::= { dot11MeshSTAConfigEntry 15 }

mesh_auto_open_plinks

Controls whether this mesh STA should automatically attempt to establish a peer
link when another mesh STA is detected in direct range.  The default value is
true (1).

mesh_gate_announcements

dot11MeshGateAnnouncements OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a control variable.
It is written by an external management entity.
Changes take effect as soon as practical in the implementation.
This attribute specifies whether or not the mesh STA activates mesh gate
announcements."
DEFVAL { false }
::= { dot11MeshSTAConfigEntry 16 }

mesh_hwmp_max_preq_retries

dot11MeshHWMPmaxPREQretries OBJECT-TYPE
SYNTAX Unsigned32 (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a control variable.
It is written by an external management entity.
Changes take effect as soon as practical in the implementation.
This attribute specifies the number of Action frames containing a PREQ
that an originator mesh STA can send to a particular path target for a
specific path discovery."
DEFVAL { 3 }
::= { dot11MeshHWMPConfigEntry 1}

mesh_hwmp_preq_min_interval

dot11MeshHWMPpreqMinInterval OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a control variable.
It is written by an external management entity.
Changes take effect as soon as practical in the implementation.
This attribute specifies the minimum interval of time (in TUs) during
which a mesh STA can send only one Action frame containing a PREQ ele-
ment."
DEFVAL { 100 }
::= { dot11MeshHWMPConfigEntry 4}

mesh_hwmp_net_diameter_traversal_time

dot11MeshHWMPnetDiameterTraversalTime OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a control variable.
It is written by an external management entity.
Changes take effect as soon as practical in the implementation.
This attribute specifies the estimate of the interval of time (in TUs)
that it takes for an HWMP element to propagate across the mesh BSS."
DEFVAL { 500 }
::= { dot11MeshHWMPConfigEntry 3}

mesh_hwmp_rootmode

dot11MeshHWMProotMode OBJECT-TYPE
SYNTAX INTEGER {
noRoot(0),
proactivePREQnoPREP(2),
proactivePREQwithPREP(3),
rann(4) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a control variable.
It is written by an external management entity.
Changes take effect as soon as practical in the implementation.
This attribute controls the configuration of a mesh STA as root mesh STA.
A mesh STA is configured as a root mesh STA if dot11MeshHWMProotMode is
set to 2, 3 or 4. Different values correspond to different modes of the
root mesh STA. The mesh STA is not a root mesh STA when the attribute is
set to 0."
DEFVAL { noRoot }
::= { dot11MeshHWMPConfigEntry 8}

mesh_hwmp_rann_interval

dot11MeshHWMPrannInterval OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a control variable.
It is written by an external management entity.
Changes take effect as soon as practical in the implementation.
This attribute specifies the minimum interval of time (in TUs) during
which a mesh STA can send only one Action frame containing a RANN ele-
ment."
DEFVAL { 2000 }
::= { dot11MeshHWMPConfigEntry 10}

mesh_gate_announcements

dot11MeshGateAnnouncements OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a control variable.
It is written by an external management entity.
Changes take effect as soon as practical in the implementation.
This attribute specifies whether or not the mesh STA activates mesh gate
announcements."
DEFVAL { false }
::= { dot11MeshSTAConfigEntry 16 }

mesh_rssi_threshold

Controls the establishment of peer links with a peer candidate by checking if
average signal strength of the candidate station satisfies the threshold.
The default value is zero (0).
Clone this wiki locally