Unsolved
This post is more than 5 years old
13 Posts
0
20660
September 8th, 2005 09:00
PowerConnect 5324 control via SNMP
I'm trying to use an SNMP Browser (MG-SOFT) to change the VLAN port assignments. I keep getting errors stating I have entered a wrong value when I commit the changes. The OID I'm using is 1.3.6.1.2.1.17.7.1.4.3.1.2.VLAN# (dot1qVlanStaticEgressPorts). This same step does work with a different vendor's switch. I can't find a more appropriate OID. However the Open Management software is able to change the VLAN via SNMP, so apparently there is a way to do it. What am I missing? Does the PowerConnect require a fixed number of octets?
Ultimately I will be using my own software with the SNMP++ library to make this change.
No Events found!


DELL-Cuong N.
1K Posts
0
September 8th, 2005 13:00
Cuong.
nlnoll
13 Posts
0
September 10th, 2005 04:00
karmat
1 Message
0
January 18th, 2006 22:00
Thanks
Karl
DELL-Cuong N.
1K Posts
0
January 19th, 2006 12:00
You have to be careful how you configure the mode. These modes force certain rules on the switch. You normally can do everything in general mode that you can in access or trunk so you should not need to change it back to access mode.
In access mode the port can only belong to one VLAN and the PVID VLAN number is the same as the port VLAN membership and access mode enforce that ingress and egress packet must be untagged. If you configure it properly it should allow you to set the mode to access and still configure the VLAN configuration but you have to know the rule and do it correctly.
If you set to general mode you can do anything without the system checking so you can also configure the port to be the member of a single VLAN with PVID equals to the VLAN and make sure you set it up to accept only untagged traffic on ingress and to egress only untag traffic - this is equivalent to the access mode. There is no different in the behavior for the switch. The access mode is just a convenient. I would normally just use general mode and configure what I want. I don't think you need to worry about access mode.
Cuong.