PKM Setting - Radius AVP

This topic describes the following functions:

E6651_Get/Set BSPKMAVP_CalledStationID

Declaration

int E6651_GetBSPKMAVP_CalledStationID(BYTE MID, char* Value);

int E6651_SetBSPKMAVP_CalledStationID(BYTE MID, char* Value);

Parameter

MID [in]: User defined E6651A Machine ID

Value [out]: Current called station ID parameter included in the RADIUS message to AAA server

Value [in]: Set the called station ID parameter included in the RADIUS message to AAA server

Range

0 to FFFFFFFFFFFF

Default

0x000002000011

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and set the called station ID parameter included in the RADIUS message to AAA server. For TTCN use only.

E6651_Get/Set BSPKMAVP_CallingStationID

Declaration

int E6651_GetBSPKMAVP_CallingStationID(BYTE MID, char* Value);

int E6651_SetBSPKMAVP_CallingStationID(BYTE MID, char* Value);

Parameter

MID [in]: User defined E6651A Machine ID

Value [out]: Current calling station ID parameter included in the RADIUS message to AAA server

Value [in]: Set the calling station ID parameter included in the RADIUS message to AAA server

Range

0 to FFFFFFFFFFFF

Default

0x000000000000

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and set the calling station ID parameter included in the RADIUS message to AAA server. For TTCN use only.