Displaying the Ports in a VLANDell Networking OS identifies VLAN interfaces using an interface index number that is displayed in theoutput of the show interface vlan command.Add Tagged and Untagged Ports to a VLANThe value dot1qVlanStaticEgressPorts object is an array of all VLAN members.The dot1qVlanStaticUntaggedPorts object is an array of only untagged VLAN members. All VLANmembers that are not in dot1qVlanStaticUntaggedPorts are tagged.• To add a tagged port to a VLAN, write the port to the dot1qVlanStaticEgressPorts object.• To add an untagged port to a VLAN, write the port to the dot1qVlanStaticEgressPorts anddot1qVlanStaticUntaggedPorts objects.NOTE: Whether adding a tagged or untagged port, specify values for bothdot1qVlanStaticEgressPorts and dot1qVlanStaticUntaggedPorts.Example of Adding an Untagged Port to a VLAN using SNMPIn the following example, Port 0/2 is added as an untagged member of VLAN 10.>snmpset -v2c -c mycommunity 10.11.131.185 .1.3.6.1.2.1.17.7.1.4.3.1.2.1107787786 x "40 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00".1.3.6.1.2.1.17.7.1.4.3.1.4.1107787786 x "40 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 0000 00 00 00 00 00 00 00 00"SNMPv2-SMI::mib-2.17.7.1.4.3.1.2.1107787786 = Hex-STRING: 40 00 00 00 00 00 0000 00 00 0000 00 00 00 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00 00 00 00 00SNMPv2-SMI::mib-2.17.7.1.4.3.1.4.1107787786 = Hex-STRING: 40 00 00 00 00 00 0000 00 00 0000 00 00 00 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 00 00 00 00 00Example of Adding a Tagged Port to a VLAN using SNMPIn the following example, Port 0/2 is added as a tagged member of VLAN 10.>snmpset -v2c -c mycommunity 10.11.131.185 .1.3.6.1.2.1.17.7.1.4.3.1.2.1107787786 x "40 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00".1.3.6.1.2.1.17.7.1.4.3.1.4.1107787786 x "00 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000 00 00 00 0000 00 00 00 00 00 00 00 00"SNMPv2-SMI::mib-2.17.7.1.4.3.1.2.1107787786 = Hex-STRING: 40 00 00 00 00 00 00Simple Network Management Protocol (SNMP) 799