- or download this
show run
Building configuration...
...
encryption key 4 size 40bit 7 03B71F3D601D
encryption mode wep mandatory
!
- or download this
key : 1
size: 40
...
TransmitKey: true
# The number 7 in the encryption key information should be ignored.
- or download this
for ($Count=1; $Count<=4; $Count++) {
if ($showrunOutput=~/encryption\skey\s$Count\s(.+)\s\n/){
print $1;
}
}