Mar 24, 2009 #1 dansahlin Vendor Mar 24, 2009 2 SE I have looked at the VLAN mib described in RFC 2674 trying to find a way to create a new static VLAN. However, I have not found any solution. Is there a standardized way of creating a VLAN using SNMP?
I have looked at the VLAN mib described in RFC 2674 trying to find a way to create a new static VLAN. However, I have not found any solution. Is there a standardized way of creating a VLAN using SNMP?
Mar 27, 2009 Thread starter #2 dansahlin Vendor Mar 24, 2009 2 SE I asked my vendor about the problem of creating a VLAN, and it turned out to be quite simple, once you know how to do it. Here's a description showing how to create VLAN 2 with name "v2" using snmpset commands: snmpset -v 2c -c private 192.168.123.254 .1.3.6.1.2.1.17.7.1.4.3.1.5.2 i 5 snmpset -v 2c -c private 192.168.123.254 .1.3.6.1.2.1.17.7.1.4.3.1.1.2 s v2 snmpset -v 2c -c private 192.168.123.254 .1.3.6.1.2.1.17.7.1.4.3.1.5.2 i 1 Upvote 0 Downvote
I asked my vendor about the problem of creating a VLAN, and it turned out to be quite simple, once you know how to do it. Here's a description showing how to create VLAN 2 with name "v2" using snmpset commands: snmpset -v 2c -c private 192.168.123.254 .1.3.6.1.2.1.17.7.1.4.3.1.5.2 i 5 snmpset -v 2c -c private 192.168.123.254 .1.3.6.1.2.1.17.7.1.4.3.1.1.2 s v2 snmpset -v 2c -c private 192.168.123.254 .1.3.6.1.2.1.17.7.1.4.3.1.5.2 i 1