Modified ALCI Configuration Elements

The action parameter in security-policy configuration mode has been modified to accept additional values, srtp and srtcp.

  1. From superuser mode, use the following command sequence to access media-sec-policy configuration mode.
    ORACLE# configure terminal
    ORACLE(configure)# security
    ORACLE(security)# ipsec
    ORACLE(ipsec)# security-policy
    ORACLE(security-policy)# action ?
    <enumeration> action (default: ipsec)
    ipsec, allow, discard, srtp, srtcp
    ORACLE(security-policy)#

    The show security command has been updated with an srtp option.

    ORACLE# show security srtp
    sad
    spd
    statistics
    SRTP Statistics
    status

    The srtp option is similar to the ipsec option save for the sad sub-option that provides data for only SRTP SAs.

    The show sa stats command has been updated with an srtp option.

    ORACLE# show sa stats
    <ENTER>	Show statistics summary of all Security Associations
    <ike>	Show statistics for IKE Security Associations
    <ims-aka>	Show statistics for IMS-AKA Security Associations
    <srtp>	Show statistics for SRTP Security Associations
    sd# show sa stats srtp
    20:06:24-114
    SA Statistics                   ---- Lifetime ----
                               Recent   Total   PerMax
    SRTP Statistics
    ADD-SA Req Rcvd              0        0        0
    ADD-SA Success Resp Sent     0        0        0
    ADD-SA Fail Resp Sent        0        0        0
    DEL-SA Req Rcvd              0        0        0
    DEL-SA Success Resp Sent     0        0        0
    DEL-SA Fail Resp Sent        0        0        0
    SA Added                     0        0        0
    SA Add Failed                0        0        0
    SA Deleted                   0        0        0
    SA Delete Failed             0        0        0