Network\CIM_OutboundVLAN.mof.mof (HTML version)

Return to index
CIM_OutboundVLAN Superclass: CIM_SAPSAPDependency
This class is deprecated in lieu or not being necessary to indicate whether the VLAN is inbound/outbound This association makes explicit the operational dependencies of a SwitchPort when operating in a VLAN. If there is no instance of OutboundVLAN between a given SwitchPort and VLAN, then any packet that has been assigned to the VLAN and whose destination address is associated with the port will be dropped by the switch without being transmitted. Otherwise, the packet will be transmitted.
Qualifiers:Version ( "2.8.0" ) UMLPackagePath ( "CIM::Network::VLAN" ) Deprecated { "No Value" } Association
Parameters (local in grey)
Deprecated { "No Value" }
Override ( "Dependent" )
CIM_SwitchPort REF Dependent ;
The SwitchPort on the VLAN.
Deprecated { "No Value" }
boolean Tagged ;
If Tagged is TRUE, then the packet will be transmitted in encapsulated form, tagged with the associated VLAN tag. If Tagged is FALSE, the packet will be trasmitted without any VLAN tag.
Deprecated { "No Value" }
Override ( "Antecedent" )
CIM_VLAN REF Antecedent ;
The VLAN to which the SwitchPort is assigned.