CTRON-PRIORITY-EXTENSIONS-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE
FROM RFC-1212
PhysAddress
FROM RFC1213-MIB
ctPriorityExt
FROM CTRON-MIB-NAMES;
ctPriorityExtTxQueue OBJECT IDENTIFIER
::= { ctPriorityExt 1 }
ctPriorityExtTXQueueTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtPriorityExtTXQueueEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table provides information pertaining to the number
of physical transmit queues per interface."
::= { ctPriorityExtTxQueue 1 }
ctPriorityExtTXQueueEntry OBJECT-TYPE
SYNTAX CtPriorityExtTXQueueEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Specifies the number of transmit queues for this interface."
INDEX { ctPriorityExtSlotNum, ctPriorityExtInterfaceNum }
::= { ctPriorityExtTXQueueTable 1 }
CtPriorityExtTXQueueEntry ::= SEQUENCE {
ctPriorityExtSlotNum
INTEGER,
ctPriorityExtInterfaceNum
INTEGER,
ctPriorityExtNumTXQueues
INTEGER
}
ctPriorityExtSlotNum OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slot num of the device that the interface is located on."
::= { ctPriorityExtTXQueueEntry 1 }
ctPriorityExtInterfaceNum OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The interface number for which the information is requested.
This is equal to the MIB-II ifIndex."
::= { ctPriorityExtTXQueueEntry 2 }
ctPriorityExtNumTXQueues OBJECT-TYPE
SYNTAX INTEGER (1..8)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of physical transmit queues for the requested interface."
::= { ctPriorityExtTXQueueEntry 3 }
ctPriorityExtMACConfig OBJECT IDENTIFIER ::= { ctPriorityExt 2 }
ctPriorityExtMACStatus OBJECT-TYPE
SYNTAX INTEGER {
enable(1),
disable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Defines the status of the priority packet forwarding based
on MAC address. Setting ctIfPriorityExtMACStatus to a value of
disable(2), disables the forwarding of packets based on priority table
information. All information remains in existence but is not
considered in the forwarding decision."
DEFVAL { enable }
::= { ctPriorityExtMACConfig 1 }
ctPriorityExtNumMACEntries OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of active entries in the ctPriorityExtMACTable."
::= { ctPriorityExtMACConfig 2 }
ctPriorityExtMaxNumMACEntries OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum number of entries allowed in the ctPriorityExtMACTable."
::= { ctPriorityExtMACConfig 3 }
ctPriorityExtMaxNumPktTypesPerMACEntry OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum number of packet types that can be asssociated
with any one MAC address in the ctPriorityExtMACTable"
::= { ctPriorityExtMACConfig 4 }
ctPriorityExtMACTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtPriorityExtMACEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table provides the ability to specify priority based
on the MAC addresses encoded in a packet. There are several
possible permutations achieveable via this table. Priorities
in this table may be based on the following criteria:
Destination address and specific packet type and VLAN ID
Destination address and specific packet type
Destination address
Source address and specific packet type and VLAN ID
Source address and specific packet type
Source address
Destination or source address and specific packet type and VLAN ID
Destination or source address and specific packet type
Destination or source address
Depending on the values set in the table which of these criteria
will be used for any given packet.
If any given relationship can not be created the set will fail with a
BAD-VALUE error."
::= { ctPriorityExtMACConfig 5 }
ctPriorityExtMACEntry OBJECT-TYPE
SYNTAX CtPriorityExtMACEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Describes a particular MAC address priority entry."
INDEX { ctPriorityExtMACAddr, ctPriorityExtAddrType,
ctPriorityExtMACPktType, ctPriorityExtMACVlanId }
::= { ctPriorityExtMACTable 1 }
CtPriorityExtMACEntry ::= SEQUENCE {
ctPriorityExtMACAddr
PhysAddress,
ctPriorityExtAddrType
INTEGER,
ctPriorityExtMACPktType
INTEGER,
ctPriorityExtMACVlanId
INTEGER,
ctPriorityExtMACPriority
INTEGER}
ctPriorityExtMACAddr OBJECT-TYPE
SYNTAX PhysAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The MAC address which will have a priority associated with it
as specified by ctPriorityExtMACPriority."
::= { ctPriorityExtMACEntry 1 }
ctPriorityExtAddrType OBJECT-TYPE
SYNTAX INTEGER {
destAddr(1),
srcAddr(2),
destOrSource(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of MAC address which will have priority associated
with it as specified by ctPriorityExtMACPriority."
::= { ctPriorityExtMACEntry 2 }
ctPriorityExtMACPktType OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The packet type associated with a particular MAC address,
specified by ctPriorityExtMACAddr, which will have priority
associated with it as specified by ctPriorityExtMACPriority.
A value of 1 indicates that this entry pertains to all
packet types. A single value in the range of 0x0600..0xFFFF
indicates that this entry only pertains to that particular packet
type."
::= { ctPriorityExtMACEntry 3 }
ctPriorityExtMACVlanId OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A set of 65335 (0xFFFF) causes the priority value specified in
ctPriorityExtMACPriority to apply to all packets
matching the criteria specified by ctPriorityExtMACAddr,
ctPriorityExtAddrType, and ctPriorityExtMACPktType. Any
value between 1 and 4095 is a valid VLAN ID (IEEE 802.1q)
and causes ctPriorityExtMACPriority to only apply
to packets that are of matching the above criteria and that are
members of the IEEE 802.1q VLAN specified by the value set."
::= { ctPriorityExtMACEntry 4 }
ctPriorityExtMACPriority OBJECT-TYPE
SYNTAX INTEGER {
priority0(1), priority1(2),
priority2(3),
priority3(4),
priority4(5),
priority5(6),
priority6(7),
priority7(8), delete(100)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A set of delete(100) will delete this row from the
ctPriorityExtMACTable. A set of priority(1-8) will either
create a row in the ctPriorityExtMACTable with the specified
priority or modify an existing entry with the newly specified
priority."
::= { ctPriorityExtMACEntry 5 }
ctPriorityExtPktTypeConfig OBJECT IDENTIFIER ::= { ctPriorityExt 3 }
ctPriorityExtPktTypeStatus OBJECT-TYPE
SYNTAX INTEGER {
enable(1),
disable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Defines the status of the priority packet forwarding based
exclusively on packet type. Setting ctIfPriorityPktTypeExtStatus
to a value of disable(2) disables the forwarding of packets
based on priority table information. All information remains
in existence but is not considered in the forwarding decision."
DEFVAL { enable }
::= { ctPriorityExtPktTypeConfig 1 }
ctPriorityExtNumPktTypeEntries OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of active entries in the ctPriorityExtPktTypeTable."
::= { ctPriorityExtPktTypeConfig 2 }
ctPriorityExtMaxNumPktTypeEntries OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum number of entries allowed in the
ctPriorityExtPktTypeTable."
::= { ctPriorityExtPktTypeConfig 3 }
ctPriorityExtPktTypeTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtPriorityExtPktTypeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table provides the ability to specify priority based
on the packet type encoded in a packet. Priorities
in this table may be based on the following criteria:
Packet type and VLAN ID
Packet type
If any given relationship can not be created the set will fail with a
BAD-VALUE error."
::= { ctPriorityExtPktTypeConfig 4 }
ctPriorityExtPktTypeEntry OBJECT-TYPE
SYNTAX CtPriorityExtPktTypeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Describes a particular packet type priority entry."
INDEX { ctPriorityExtPktType, ctPriorityExtPktTypeVlanId }
::= { ctPriorityExtPktTypeTable 1 }
CtPriorityExtPktTypeEntry ::= SEQUENCE {
ctPriorityExtPktType
INTEGER,
ctPriorityExtPktTypeVlanId
INTEGER,
ctPriorityExtPktTypePriority
INTEGER}
ctPriorityExtPktType OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The packet type which will have priority associated with
it as specified by ctPriorityExtPktTypePriority.
A value of 1 indicates that this entry pertains to all
packet types. A single value in the range of 0x0600..0xFFFF
indicates that this entry only pertains to that particular packet
type."
::= { ctPriorityExtPktTypeEntry 1 }
ctPriorityExtPktTypeVlanId OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A set of 65535 (0xFFFF) causes the priority value specified in
ctPriorityExtPktTypePriority to apply to all packets
of the type specified by ctPriorityExtPktType. Any
value between 1 and 4095 is a valid VLAN ID (IEEE 802.1q)
and causes ctPriorityExtPktTypePriority to only apply
to packets that are of ctPriorityExtPktType type and are
members of the IEEE 802.1q VLAN specified by the value set."
::= { ctPriorityExtPktTypeEntry 2 }
ctPriorityExtPktTypePriority OBJECT-TYPE
SYNTAX INTEGER {
priority0(1), priority1(2),
priority2(3),
priority3(4),
priority4(5),
priority5(6),
priority6(7),
priority7(8), delete(100)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A set of delete(100) will delete this row from the
ctPriorityExtPriorityTypeTable. A set of priority(1-8) will either
create a row in the ctPriorityExtPriorityTypeTable with the specified
priority or modify an existing entry with the newly specified
priority."
::= { ctPriorityExtPktTypeEntry 3 }
ctPriorityExtPortConfig OBJECT IDENTIFIER ::= { ctPriorityExt 4 }
ctPriorityExtPortStatus OBJECT-TYPE
SYNTAX INTEGER {
enable(1),
disable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Defines the status of the priority packet forwarding based
on receive port. Setting ctIfPriorityExtPortStatus to a value of
disable(2), disables the forwarding of packets based on priority table
information. All information remains in existence but is not
considered in the forwarding decision."
DEFVAL { enable }
::= { ctPriorityExtPortConfig 1 }
ctPriorityExtPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtPriorityExtPortEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table provides information pertaining to the priority associated
with a receive port."
::= { ctPriorityExtPortConfig 2 }
ctPriorityExtPortEntry OBJECT-TYPE
SYNTAX CtPriorityExtPortEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Specifies the priority associated with a specific physical
interface."
INDEX { ctPriorityExtPortSlotNum, ctPriorityExtPortInterfaceNum }
::= { ctPriorityExtPortTable 1 }
CtPriorityExtPortEntry ::= SEQUENCE {
ctPriorityExtPortSlotNum
INTEGER,
ctPriorityExtPortInterfaceNum
INTEGER,
ctPriorityExtPortPriority
INTEGER,
ctPriorityExtFwdInboundPriority
INTEGER
}
ctPriorityExtPortSlotNum OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The slot num of the device that the interface is located on."
::= { ctPriorityExtPortEntry 1 }
ctPriorityExtPortInterfaceNum OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The interface number for which the information is requested."
::= { ctPriorityExtPortEntry 2 }
ctPriorityExtPortPriority OBJECT-TYPE
SYNTAX INTEGER {
priority0(1), priority1(2),
priority2(3),
priority3(4),
priority4(5),
priority5(6),
priority6(7),
priority7(8) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A set of priority(1-8) will modify an existing entry
with the newly specified priority. Entries cannot be
deleted from this table."
DEFVAL { priority0 }
::= { ctPriorityExtPortEntry 3 }
ctPriorityExtFwdInboundPriority OBJECT-TYPE
SYNTAX INTEGER {
enable(1),
disable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This controls whether a packet that is received with a priority tag
is forwarded with the priority encoded in the tag or the default
priority of the port. A value of enable(1) means the packet will
be forwarded with the priority encoded in the tag. A value of
disable(2) means the packet will be given the default priority
of the port it was received on."
DEFVAL { enable }
::= { ctPriorityExtPortEntry 4 }
END