Configures AMF service configuration parameters.
Command Mode
Exec > Global Configuration (config)
Syntax
amf-services amf_service_name [ [ amf-name amf_name ] [ access-token-jws-algo { HS256 | ES256 | RS256 } | access-token-jws-key { shared_secret_key | public_key } | guamis [ mcc | mnc | region-id | set-id | pointer ] | local-cause-code-map cause_code_map_name ] [ emergency-profile-name emergency_profile_name ] [ locality locality_name ] [ operator-policy-name operator_policy_name ] [ relative-amf-capacity relative_amf_capacity ] [ validate-Tais { false | true } ] ] | nssai name slice_name | oauth2-enabled | peer-mme tai-match priority priority_value mcc mcc_value mnc mnc_valuetac tac_value [ to end_tac_value ] address mme_address | pgw fqdn fqdn | supported-features [ app-rx-retx-cache | app-tx-retx | rolling-upgrade-all | rolling-upgrade-enhancement-infra ] | relative-amf-capacity capacity_number | tai-groups tai_group-name | validate-Tais [ false | true ]
amf-services
amf_service_name
Specify name of the AMF service.
Must be a string.
amf-name amf_name
Specify name of the AMF.
Must be a string.
emergency-profile-name
emergency_profile_name
Specify name of the emergency profile.
access-token-jws-algo { HS256 | ES256 | RS256 }
Specify the type of the access token for the JWS Algorithm authorization.
access-token-jws-key { shared_secret_key | public_key
Specify the type of the access token for the JWS Key authorization.
guamis [ mcc | mnc | region-id | set-id | pointer ]
Globally Unique AMF Identifier (GUAMI) uniquely identifies AMF within a 5G network. GUAMI is composed of the following components:
-
mcc —Specify the three-digit code that uniquely identifies the country of the mobile network.
-
mnc —Specify the two digit code, which in combination with the MCC, uniquely identifies the mobile network operator within a country.
-
region-id —Specify the fixed-length identifier that specifies a particular region within the geographical area of a network operator.
-
set-id —Specify the specific set of AMFs within the same region for distinguishing between different AMF sets that might be deployed
for load balancing or redundancy purposes.
-
pointer —Specify the particular AMF instance within a set.
local-cause-code-mapcause_code_map_name
Specify the local cause code condition type.
Must be a string in the range of 1–64.
nssai name slice_name
Specify the slice name.
peer-mme tai-match priority priority_value mcc mcc_value mnc mnc_valuetac tac_value [ to end_tac_value address mme_address]
peer-mme refers to a Mobility Management Entity (MME) that is considered a peer to another MME within the network.
-
peer-mme tai-match priority priority_value —Specify the priority value of the peer.
-
mcc mcc_value —Specify the three-digit Mobile Country Code. Must be an integer with three digits.
-
mnc mnc_value —Specify the two or three-digit Mobile Country Network. Must be an integer with three digits.
-
tac tac_value —Specify the Tracking Area Code value. Must be an integer in the range of 1-65535.
-
to end_tac_value—Specify the Tracking Area Code range for peer MME.
-
address mme_address—Specify the peer MME address.
pgw fqdn fqdn
Specify the peer for SMF and PGW-C configurations.
supported-features [ app-rx-retx-cache | app-tx-retx | rolling-upgrade-all | rolling-upgrade-enhancement-infra ]
Specify one of the following options to enable the supported features for the rolling upgrade.
-
app-rx-retx-cache : Enable retransmission cache for inbound messages at application.
-
app-tx-retx : Enable retransmission for outbound messages at application.
-
rolling-upgrade-all : Enable all the rolling upgrade features that are available through rolling-upgrade-enhancement-infra , app-rx-retx-cache , and app-tx-retxrolling keyword options. By default, the rolling upgrade features are disabled.
rolling-upgrade-all is the only recommended option.
-
rolling-upgrade-enhancement-infra : Enable infra-level features.
tai-groupstai_group-name
Specify the TAI group name.
operator-policy-name operator_policy_name
Specify name of the operator policy.
relative-amf-capacity relative_amf_capacity
Specify the relative AMF capacity.
Must be an integer in the range of 0-255.
Default Value: 127.
validate-Tais { false | true }
Specify whether to enable or disable TAI validation.
Must be one of the following:
Default Value: false.
Usage Guidelines
Use this command to configure AMF service configuration parameters. The CLI prompt changs to the AMF Services Configuration
mode (config-amf-services-<service_name>).