<div dir="ltr"><div class="gmail_extra">Hi <span style="font-size:12.8px">Jörg,</span></div><div class="gmail_extra"><span style="font-size:12.8px"><br></span></div><div class="gmail_extra"><span style="font-size:12.8px">Much appreciated! I am back in business with this OID. I still cant seem to create and set the VLAN name in one operation, but with this OID I can create and then set its name afterwards in a two step operation which is fine.</span></div><div class="gmail_extra"><span style="font-size:12.8px"><br></span></div><div class="gmail_extra"><span style="font-size:12.8px">Maybe I can if I play around using only OIDs from this MIB some more...</span></div><div class="gmail_extra"><span style="font-size:12.8px"><br></span></div><div class="gmail_extra"><span style="font-size:12.8px">Tom</span><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 22 June 2017 at 20:15, Jörg Kost <span dir="ltr"><<a href="mailto:jk@ip-clear.de" target="_blank">jk@ip-clear.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
1.3.6.1.2.1.17.7.1.4.3 is read-only. Have a look at<br>
1.3.6.1.4.1.1991.1.1.3.2.7.1.2<wbr>1 instead.<br>
<br>
snmpwalk -v2c -c $COMMUNITY $IP 1.3.6.1.4.1.1991.1.1.3.2.7.1.2<wbr>1<br>
iso.3.6.1.4.1.1991.1.1.3.2.7.1<wbr>.21.123 = STRING: "TEST2"<br>
iso.3.6.1.4.1.1991.1.1.3.2.7.1<wbr>.21.124 = STRING: "VLAN124"<br>
iso.3.6.1.4.1.1991.1.1.3.2.7.1<wbr>.21.125 = STRING: "VLAN125"<br>
iso.3.6.1.4.1.1991.1.1.3.2.7.1<wbr>.21.126 = STRING: "VLAN126"<br>
<br>
snmpset -v2c -c $COMMUNITY $IP iso.3.6.1.4.1.1991.1.1.3.2.7.1<wbr>.21.123 s HELLOMYFRIEND<br>
iso.3.6.1.4.1.1991.1.1.3.2.7.1<wbr>.21.123 = STRING: "HELLOMYFRIEND"<br>
iso.3.6.1.4.1.1991.1.1.3.2.7.1<wbr>.21.124 = STRING: "VLAN124"<br>
iso.3.6.1.4.1.1991.1.1.3.2.7.1<wbr>.21.125 = STRING: "VLAN125"<br>
iso.3.6.1.4.1.1991.1.1.3.2.7.1<wbr>.21.126 = STRING: "VLAN126"<br>
<br>
<br>
You can also take a look at some other tools than can configure advanced things via ssh or telnet or can inject whole configurations.<br>
<br>
Some people use<br>
<br>
Netmikto<br>
<a href="https://github.com/ktbyers/netmiko" rel="noreferrer" target="_blank">https://github.com/ktbyers/net<wbr>miko</a><br>
<br>
and there is also kind of official brocade client called clicrud<br>
<a href="https://github.com/DavidJohnGee/clicrud" rel="noreferrer" target="_blank">https://github.com/DavidJohnGe<wbr>e/clicrud</a><br>
<br>
I did my own injection client a while ago to escape the python world.<br>
<a href="https://github.com/ipcjk/brocadecli" rel="noreferrer" target="_blank">https://github.com/ipcjk/broca<wbr>decli</a><br>
<br>
Regards<br>
<br>
Jörg<div><div class="gmail-h5"><br>
<br>
On 22 Jun 2017, at 10:58, Tom Storey wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="gmail-h5">
Hi everyone,<br>
<br>
Im writing some scripts that create VLANs and assigns ports to them via<br>
SNMP, and so far everything is working pretty good, except that when I<br>
create the VLAN, it doesnt seem to save the name that I supply along with<br>
it. For example, when I execute the following command:<br>
<br>
snmpset -v2c -c.... x.x.x.x .1.3.6.1.2.1.17.7.1.4.3.1.1.12<wbr>3 s TEST<br>
.1.3.6.1.2.1.17.7.1.4.3.1.2.12<wbr>3 x 0x00 .1.3.6.1.2.1.17.7.1.4.3.1.4.12<wbr>3 x<br>
0x00 .1.3.6.1.2.1.17.7.1.4.3.1.5.12<wbr>3 i 4<br>
<br>
VLAN 123 is created, but the name TEST is not applied:<br>
<br>
#sh vlan brief<br>
<br>
Configured PORT-VLAN entries: 5<br>
Maximum PORT-VLAN entries: 4095<br>
Default PORT-VLAN id: 1<br>
<br>
VLAN  Name       Encap ESI                              Ve    Pri Ports<br>
<br>
----  ----       ----- ---                              ----- --- -----<br>
<br>
1     DEFAULT-VL                                        -     -  Untagged<br>
Ports : e 1/1 to 1/24 e 2/1 to 2/4<br>
123   [None]                                            -     -  Statically<br>
tagged Ports    : e 1/10 to 1/11<br>
<br>
FWIW the above command works fine on other switches that I am testing<br>
against, they all save the name as expected.<br>
<br>
Attempting to set the name afterwards via a separate snmpset doesnt yeild<br>
any better results.<br>
<br>
Does anyone know what Im doing wrong here? Should I be poking a different<br>
OID perhaps?<br>
<br>
Running:<br>
<br>
System: NetIron CER (Serial #: ....,  Part #: ....)<br>
Boot     : Version 5.6.0cT185 Copyright (c) 1996-2013 Brocade<br>
Communications Systems, Inc.<br>
Monitor  : Version 5.6.0cT185 Copyright (c) 1996-2013 Brocade<br>
Communications Systems, Inc.<br>
IronWare : Version 5.6.0dT183 Copyright (c) 1996-2013 Brocade<br>
Communications Systems, Inc.<br>
<br>
Software might be a bit old, could probably try a new version if people<br>
think that might help.<br>
<br>
Cheers<br>
Tom<br></div></div>
______________________________<wbr>_________________<br>
foundry-nsp mailing list<br>
<a href="mailto:foundry-nsp@puck.nether.net" target="_blank">foundry-nsp@puck.nether.net</a><br>
<a href="http://puck.nether.net/mailman/listinfo/foundry-nsp" rel="noreferrer" target="_blank">http://puck.nether.net/mailman<wbr>/listinfo/foundry-nsp</a><br>
</blockquote>
</blockquote></div><br></div></div>