Associate Load and Overload Profiles
Use the following sample configuration to associate the load control profile and overload profile with the SMF service profile.
config
profile smf smf_profile_name
load-profile load_profile_name
overload-profile overload_profile_name
end
NOTES:
-
profile smf smf_profile_name : Specify the existing SMF service profile name.
smf_profile_name must be an alphanumeric string.
-
load-profile load_profile_name : Specify the load profile name to associate with the SMF service profile.
load_profile_name must be an alphanumeric string.
-
overload-profile overload_profile_name : Specify the overload profile name to associate with the SMF service profile.
overload_profile_name must be an alphanumeric string.
-
Linking of the overload profile with SMF profile works only when the load profile is linked.