HP Comware 5 Debug Manual Vol 3
Parameters
srtp: Enables debugging for SRTP messages.
all: Specifies debugging for all SRTP message types.
error: Specifies debugging for error messages.
event: Specifies debugging for event messages.
Examples
# Enable debugging for SRTP event messages. When a call is established by using SRTP, output similar
to the following example is generated:
*Apr 10 09:36:53:924 2010 H3C_Down SRTP/7/VOICE:
SRTP_EVENT: Derive the session key whith AES_ICM algorithm.
// SRTP used the AES-ICM algorithm to generate a session key.
*Apr 10 09:36:53:924 2010 H3C_Down SRTP/7/VOICE:
SRTP_EVENT: AES_ICM: The context has been initialized.
// SRTP initialized the context for the AES-ICM algorithm.
*Apr 10 09:36:53:926 2010 H3C_Down SRTP/7/VOICE:
SRTP_EVENT: The cipher type is AES_ICM, generate RTP salt key.
// The encryption algorithm was AES_ICM, and an RTP salt key was generated.
*Apr 10 09:36:53:926 2010 H3C_Down SRTP/7/VOICE:
SRTP_EVENT: AES_ICM: The context has been initialized.
// SRTP initialized the context for the AES-ICM algorithm.
386