end
Exits the current configuration mode and returns to the Exec mode.
Product
All
Privilege
Security Administrator, Administrator
Syntax
end
Usage Guidelines
Use this command to return to the Exec mode.
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
The BMSC Profile Configuration Mode is used to configure Broadcast Multicast Service Center profiles for Multimedia Broadcast Multicast Service (MBMS) applications. The mode is accessed by entering the bmsc-profile command from the Context Configuration Mode.
Exec > Global Configuration > Context Configuration > BMSC Profile Configuration
configure > context context_name > bmsc-profile profile_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-bmsc-profile)#
Important |
The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s). |
Exits the current configuration mode and returns to the Exec mode.
All
Security Administrator, Administrator
end
Use this command to return to the Exec mode.
Exits the current mode and returns to the parent configuration mode.
All
Security Administrator, Administrator
exit
Use this command to return to the parent configuration mode.
This command specifies the Diameter dictionary for the Gmb interface in the BMSC profile of an MBMS user service.
GGSN
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > BMSC Profile Configuration
configure > context context_name > bmsc-profile profile_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-bmsc-profile)#
gmb diameter dictionary { custom1 | custom10 | custom2 | custom3 | custom4 | custom5 | custom6 | custom7 | custom8 | custom9 | standard }
default gmb diameter dictionary
Custom-defined Diameter dictionary. Specific to customer requirement.
Default: Enabled
Specifies the standard Gmb Diameter dictionary conforming to 3GPP TS 29.061 (Rel. 7).
Sets the Diameter dictionary to standard.
Use this command to select the Gmb Diameter dictionary in BM-SC profile of MBMS user service.
gmb diameter dictionary standard
This command specifies the Diameter endpoint name for the Gmb interface in the BMSC profile of an MBMS user service.
GGSN
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > BMSC Profile Configuration
configure > context context_name > bmsc-profile profile_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-bmsc-profile)#
gmb diameter endpoint endpoint_name
no gmb diameter endpoint
Removes the previously configured Diameter endpoint name for the Gmb interface in the BMSC profile of an MBMS user service.
Specifies the Diameter endpoint name for Gmb interface. This must be present in all Diameter messages and is the endpoint that originates the Diameter message.
endpoint_name must be an alphanumeric string of 1 through 63 characters.
Use this command to create a Gmb Diameter endpoint for a BMSC profile.
gmb diameter endpoint test1
This command specifies the peer ids of BM-C Diameter primary and secondary host in the BMSC profile for an MBMS user service.
GGSN
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > BMSC Profile Configuration
configure > context context_name > bmsc-profile profile_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-bmsc-profile)#
gmb diameter peer-select peer peer_name [ realm realm_name ] [ secondary-peer sec_peer_name [ realm sec_realm_name ] ]
gmb diameter peer-select
Removes the previously configured BM-C Diameter peer ids configured in the BMSC profile of an MBMS user service.
Specifies the primary diameter host id for BMSC in this BMSC profile for MBMS user service. This is a unique name that is specified for the primary peer.
peer_name must be an alphanumeric string of 1 through 127 characters including punctuation marks.
Specifies the realm or domain for the Gmb Diameter peer. The realm may typically be a company or service name.
realm_name must be an alphanumeric string of 1 to 127 characters including punctuation marks.
Specifies a back-up host that is used for fail-over processing. When the route-table does not find an AVAILABLE route, the secondary host performs fail-over processing.
sec_peer_name must be an alphanumeric string of 1 through 127 characters including punctuation marks.
Specifies the realm or domain for the Gmb Diameter secondary host. The realm may typically be a company or service name.
sec_realm_name must be an alphanumeric string of 1 through 127 characters including punctuation marks.
Use this command to select a BMSC Diameter peer and realm in this BMSC profile for MBMS user service.
gmb diameter peer-select peer test1 realm companyx
This command configures the parameters in this BMSC profile for user data for MBMS user service.
GGSN
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > BMSC Profile Configuration
configure > context context_name > bmsc-profile profile_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-bmsc-profile)#
gmb user-data { mode-preference { multicast | unicast } | unicast-self-address self_ip_address }
default gmb user-data mode-preference
no gmb user-data unicast-self-address
Removes the configured self address of GGSN for unicast in the BMSC profile for user data of MBMS user service.
Sets the user data mode to unicast in the BMSC profile for user data of MBMS user service.
Default: unicast
Specifies the preferred mode of GGSN for receiving MBMS user service data.
multicast : specifies the preferred mode as multicast for MBMS user service.
Important |
Note that this multicast keyword is not supported in this release. |
unicast : specifies the preferred mode as unicast for MBMS user service.
Specifies the GGSN's IP address for BMSC to use as the outer destination address for the IP-in-IP tunnel to send multicast data, if the configured preferred data mode is unicast.
self_ip_address must be the IPv4 address in dotted-decimal notation.
This command must be configured if GGSN's user-data mode-preference is Unicast.
Use this command to configure user data mode and other parameters in the BMSC profile for user data of MBMS user service.
GGSN can receive multicast data from BMSC in one of two modes - Multicast or Unicast. In Unicast mode, BM-SC tunnels the multicast data to the GGSN in an IP-in-IP tunnel instead of direct multicast. This command with the mode-preference keyword configures the GGSN's preferred mode for receiving multicast data.
Important |
Both GGSN and BMSC must support the Unicast mode of multicast data transfer. If any GGSN or BMSC does not support Multicast mode, BMSC will transfer multicast data using Unicast mode only. |
Use the unicast-self-address keyword to configure the GGSN's IP address which the BMSC should use as the outer destination address for the IP-in-IP tunnel to send multicast data, if the selected user data mode to receive multicast data is Unicast.
default gmb user-data mode-preference