11-25-2004 06:25 AM - edited 07-04-2021 10:12 AM
I am trying to manage WEP keys via SNMP on my Aironet1200-IOS based AP.
The cd11IfVlanEncryptKeyTable holds the WEP data configured via the WEB interface.
Using SNMP I can delete table rows and modify existing entries, but I cannot create new entries.
Anybody know what I am doing wrong?
Thanks
Ashleyb
(I have attached the script I used to try and update the keys)
12-01-2004 01:42 PM
You can only edit the parameters only on an exsisting VLAN. Create a new VLAN through SNMP for which you want to modify the keys for and then try to edit them in cd11IfVlanEncryptKeyTable
05-30-2005 06:40 AM
Hi Ashleyb,
I've just came across your problem and I know
it's been loooong 🙂 time you posted it but perhaps
that might be a kind of hlep for you.
I think what you are doing wrong is trying to create
a row in a table 'partially' whereas it should be
created 'at one go' using just single SNMP command like this one below;
# snmpset -mall -v1 -c Admin 10.0.0.197
.1.3.6.1.4.1.9.9.272.1.1.1.9.1.5.1.5.2 i 4 \
.1.3.6.1.4.1.9.9.272.1.1.1.9.1.3.1.5.2 u 13 \
.1.3.6.1.4.1.9.9.272.1.1.1.9.1.4.1.5.2 x 12345678901234567890123456 \ .1.3.6.1.4.1.9.9.272.1.1.1.9.1.6.1.5.2 i 2
Best Regards
Pawel Szczuka
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide