crypto-suites-groups
This command configures the SBC Crypto Suite Groups table, which defines SRTP crypto suites that can be assigned to IP Profiles. The table is a parent of the Crypto Suites table table.
Syntax
(config-voip)# media crypto-suites-groups <Index> (crypto-suites-groups-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
crypto-suites <Index> crypto-suite {aes-256-cm-hmac-sha1-32| aes-256-cm-hmac-sha1-80| aes-cm-128-hmac-sha1-32| aes-cm-128-hmac-sha1-80| all} |
Defines up to four crypto suites for the SBC Crypto Suite Group. |
crypto-suites-group-name |
Defines a descriptive name, which is used when associating the row in other tables. |
Command Mode
Privileged User
Example
This example configures an SBC Crypto Suite Group with crypto suite aes-256-cm-hmac-sha1-32:
(config-voip)# media crypto-suites-groups 2 (crypto-suites-groups-2)# crypto-suites-group-name ITSP
(crypto-suites-groups-2)# crypto-suites 0 (crypto-suites-2/0)# crypto-suite aes-256-cm-hmac-sha1-32
(crypto-suites-3/0)# activate