<div dir="ltr">Hi everyone,<div><br></div><div>Im writing some scripts that create VLANs and assigns ports to them via SNMP, and so far everything is working pretty good, except that when I create the VLAN, it doesnt seem to save the name that I supply along with it. For example, when I execute the following command:</div><div><br></div><div>snmpset -v2c -c.... x.x.x.x .1.3.6.1.2.1.17.7.1.4.3.1.1.123 s TEST .1.3.6.1.2.1.17.7.1.4.3.1.2.123 x 0x00 .1.3.6.1.2.1.17.7.1.4.3.1.4.123 x 0x00 .1.3.6.1.2.1.17.7.1.4.3.1.5.123 i 4<br></div><div><br></div><div>VLAN 123 is created, but the name TEST is not applied:</div><div><br></div><div><div>#sh vlan brief</div><div><br></div><div>Configured PORT-VLAN entries: 5</div><div>Maximum PORT-VLAN entries: 4095</div><div>Default PORT-VLAN id: 1</div><div><br></div><div>VLAN  Name       Encap ESI                              Ve    Pri Ports                         </div><div>----  ----       ----- ---                              ----- --- -----                         </div><div>1     DEFAULT-VL                                        -     -  Untagged Ports : e 1/1 to 1/24 e 2/1 to 2/4 </div><div>123   [None]                                            -     -  Statically tagged Ports    : e 1/10 to 1/11 </div></div><div><br></div><div>FWIW the above command works fine on other switches that I am testing against, they all save the name as expected.<br></div><div><br></div><div>Attempting to set the name afterwards via a separate snmpset doesnt yeild any better results.</div><div><br></div><div>Does anyone know what Im doing wrong here? Should I be poking a different OID perhaps?<br></div><div><br></div><div>Running:</div><div><br></div><div><div>System: NetIron CER (Serial #: ....,  Part #: ....)</div><div>Boot     : Version 5.6.0cT185 Copyright (c) 1996-2013 Brocade Communications Systems, Inc.<br></div><div>Monitor  : Version 5.6.0cT185 Copyright (c) 1996-2013 Brocade Communications Systems, Inc.<br></div><div>IronWare : Version 5.6.0dT183 Copyright (c) 1996-2013 Brocade Communications Systems, Inc.<br></div></div><div><br></div><div>Software might be a bit old, could probably try a new version if people think that might help.</div><div><br></div><div>Cheers</div><div>Tom</div></div>