Last Modified: Nov 07, 2022
Affected Product(s):
BIG-IP PEM
Known Affected Versions:
12.0.0, 12.0.0 HF1, 12.0.0 HF2, 12.0.0 HF3, 12.0.0 HF4
Fixed In:
12.1.0
Opened: Oct 20, 2015 Severity: 3-Major Related Article:
K43416436
PEM::subscriber create iRule command allows 'subscriber-id-type' as the keyword to input the subscriber type. However, this keyword does not work in iRule commands. When using the 'subscriber-id-type' keyword, the iRule sometimes does not create the subscriber as expected.
Subscriber is not created as expected.
Using PEM::subscriber create iRule command, and then add the subscriber type using the 'subscriber-id-type' keyword, for example: PEM::subscriber create 2345678910 subscriber-id-type imsi ip-address 192.168.145.10.
Instead of using 'subscriber=id-type' as keyword in the command, using 'subscriber-type', For example: PEM::subscriber create 2345678910 subscriber-type imsi ip-address 192.168.145.10.
'PEM::subscriber create' iRule now uses the 'subscriber-id-type' keyword correctly.