ieee8021QBridgeStaticUnicastTable OBJECT-TYPE SYNTAX SEQUENCE OF Ieee8021QBridgeStaticUnicastEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing filtering information for Unicast MAC addresses for each Filtering Database, configured into the device by (local or network) management specifying the set of ports to which frames received from specific ports and containing specific unicast destination addresses are allowed to be forwarded. A value of zero in this table (as the port number from which frames with a specific destination address are received) is used to specify all ports for which there is no specific entry in this table for that particular destination address. Entries are valid for unicast addresses only." REFERENCE "12.7.7, 8.8.1" ::= { ieee8021QBridgeStatic 1 } -- Note To Editor -- -- I have another comment stating that the TC used for the vlan index -- is incorrect in that it should allow the value 0xfff to be used to -- indicate the wildcard vlan. I did not change this table to reflect -- that comment. ieee8021QBridgeStaticUnicastEntry OBJECT-TYPE SYNTAX Ieee8021QBridgeStaticUnicastEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Filtering information configured into the device by (local or network) management specifying the set of ports to which frames received from a specific port and containing a specific unicast destination address are allowed to be forwarded." INDEX { ieee8021QBridgeVlanCurrentComponentId, ieee8021QBridgeVlanIndex, ieee8021QBridgeStaticUnicastAddress, ieee8021QBridgeStaticUnicastReceivePort } ::= { ieee8021QBridgeStaticUnicastTable 1 } Ieee8021QBridgeStaticUnicastEntry ::= SEQUENCE { ieee8021QBridgeStaticUnicastAddress MacAddress, ieee8021QBridgeStaticUnicastReceivePort IEEE8021BridgePortNumberOrZeroTC, ieee8021QBridgeStaticUnicastStaticEgressPorts PortList, ieee8021QBridgeStaticUnicastForbiddensEgressPorts PortList, ieee8021QBridgeStaticUnicastStorageType StorageType, ieee8021QBridgeStaticUnicastRowStatus RowStatus } ieee8021QBridgeStaticUnicastAddress OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "The destination MAC address in a frame to which this entry's filtering information applies. This object must take the value of a unicast address." ::= { ieee8021QBridgeStaticUnicastEntry 1 } -- NOTE To Editor -- -- I retained the draft 3.2 description for UnicastReceivePort -- That way the mib changes can be accepted or rejected independent -- of the acceptance of my comment on the description of -- the UnicastReceivePortColumn ieee8021QBridgeStaticUnicastReceivePort OBJECT-TYPE SYNTAX IEEE8021BridgePortNumberOrZeroTC MAX-ACCESS not-accessible STATUS current DESCRIPTION "Either the value '0' or the port number of the port from which a frame must be received in order for this entry's filtering information to apply. A value of zero indicates that this entry applies on all ports of the device for which there is no other applicable entry." ::= { ieee8021QBridgeStaticUnicastEntry 2 } ieee8021QBridgeStaticUnicastStaticEgressPorts OBJECT-TYPE SYNTAX PortList MAX-ACCESS read-create STATUS current DESCRIPTION "The set of ports to which frames received from a specific port and destined for a specific unicast address must be forwarded, regardless of any dynamic information, e.g., from MMRP. A port may not be added in this set if it is already a member of the set of ports in ieee8021QBridgeStaticUnicastForbiddenEgressPorts. The default value of this object is a string of ones of appropriate length." DEFVAL { ''H } ::= { ieee8021QBridgeStaticUnicastEntry 3 } ieee8021QBridgeStaticUnicastForbiddenEgressPorts OBJECT-TYPE SYNTAX PortList MAX-ACCESS read-create STATUS current DESCRIPTION "The set of ports to which frames received from a specific port and destined for a specific unicast MAC address must not be forwarded, regardless of any dynamic information, e.g., from MMRP. A port may not be added in this set if it is already a member of the set of ports in ieee8021QBridgeStaticUnicastStaticEgressPorts. The default value of this object is a string of zeros of appropriate length." DEFVAL { ''H } ::= { ieee8021QBridgeStaticUnicastEntry 4 } ieee8021QBridgeStaticUnicastStorageType OBJECT-TYPE SYNTAX StorageType MAX-ACCESS read-create STATUS current DESCRIPTION "The storage type for this conceptual row. If this object has a value of permanent(4), then no other objects are required to be able to be modified." DEFVAL { nonVolatile } ::= { ieee8021QBridgeStaticUnicastEntry 5 } ieee8021QBridgeStaticUnicastRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object indicates the status of this entry, and is used to create/delete entries in the table. An entry of this table may be set to active without setting any other columns of the table. Also, other columns of this table may be set while the value of this object is active(1)." ::= { ieee8021QBridgeStaticUnicastEntry 6 }