|
Description:
|
ntWlanApQoSMode OBJECT-TYPE
SYNTAX INTEGER {
off(0),
etherSrc(1),
etherDst(2),
ethertype(3),
directPriorityMap(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object indicates the QoS mode being used.
off - indicates QoS features are disabled.
etherSrc - indicates that the ethernet source MAC
address of received packets is mapped to an
egress queue.
etherDst - indicates that the ethernet destination
MAC address of received packets is mapped to an
egress queue.
etherType - indicates that the ethernet type of
of received packets is mapped to an egress
queue.
directPriorityMap - indicates that the priority
value of received packets is used to map directly
to an egress queue."
|
|
|