cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
543
Views
0
Helpful
2
Replies

WEP Setup via snmp

ashleybaumann
Community Member

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)

2 Replies 2

Not applicable

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

pawelsz
Community Member

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

Review Cisco Networking for a $25 gift card