Verify Overload Profile Configuration

To view the overload control profile configuration settings, use the following command:

show running-config 

The following is an example of the show running-config command output.

#show running-config
.
.
.
profile overload overloadprofile
overload-exclude-profile self-protection excludeProfile
node-level tolerance minimum 80
node-level tolerance maximum 95
node-level reduction-metric minimum 10
node-level reduction-metric maximum 80
node-level advertise interval 300
node-level advertise change-factor 5
node-level advertise validity-period 600
node-level interface gtpc
  overloaded-action [ advertise ]
exit
exit

To view the overload information of all the peers, use the following command:

show overload-info peer all 

The following is an example of the show overload-info peer all command output.

[smf] smf# show overload-info peer all 
                              OVERLOAD                                        
                              CONTROL     OVERLOAD                            
PEER                          SEQUENCE    REDUCTION                           
TYPE  INTERFACE  PEER IP      NUMBER      METRIC     PERIOD OF VALIDITY       
------------------------------------------------------------------------------
SGW   S5         209.165.201.1    1632888445     5        2021-12-01 00:04:02 UTC  
MME   S5         209.165.201.2    1632888445     6        2021-12-01 05:04:02 UTC   
 

This command displays the overload information of all the peers.

To view the overload information of a specific peer, use the following command:

show overload-info peer all peer-type 

The following is an example of the show overload-info peer all SGW command output.

[smf] smf# show overload-info peer all SGW
                              OVERLOAD                                        
                              CONTROL     OVERLOAD                            
PEER                          SEQUENCE    REDUCTION                           
TYPE  INTERFACE  PEER IP      NUMBER      METRIC     PERIOD OF VALIDITY       
------------------------------------------------------------------------------
SGW   S5         209.165.201.1    1632888445     5        2021-12-01 00:04:02 UTC   

This command displays the overload information of S-GW.

To view the overload information of peers at an interface level, use the following command:

show overload-info peer all interface S5 

The following is an example of the show overload-info peer all interface S5 command output.

[smf] smf# show overload-info peer all interface S5
                              OVERLOAD                                        
                              CONTROL     OVERLOAD                            
PEER                          SEQUENCE    REDUCTION                           
TYPE  INTERFACE  PEER IP      NUMBER      METRIC     PERIOD OF VALIDITY       
------------------------------------------------------------------------------  
SGW   S5         209.165.201.1    1632888445     5        2021-12-01 00:04:02 UTC  
MME   S5         209.165.201.2    1632888445     6        2021-12-01 05:04:02 UTC   
 

This command displays the overload information of all the peers at S5 interface.

To view the overload information by IP address of peer, use the following command:

show overload-info peer all peerIP  ip_address 

The following is an example of the show overload-info peer all peerIP 209.165.201.2 command output.

[smf] smf# show overload-info peer all peerIP 209.165.201.2
                              OVERLOAD                                        
                              CONTROL     OVERLOAD                            
PEER                          SEQUENCE    REDUCTION                           
TYPE  INTERFACE  PEER IP      NUMBER      METRIC     PERIOD OF VALIDITY       
------------------------------------------------------------------------------   
MME   S5         209.165.201.2    1632888445     6        2021-12-01 05:04:02 UTC