Краткое Руководство По Установке для Cisco Cisco Packet Data Gateway (PDG)

Скачать
Страница из 168
PDSN Service Thresholds   
▀  PDSN Service-Level PDSN Service Thresholds 
 
 
▄  Cisco ASR 5x00 Thresholding Configuration Guide 
116 
   
PDSN Service-Level PDSN Service Thresholds 
PDSN services send and receive A11 registration messages and PPP packets. The thresholds in the PDSN Service-Level 
can be configured to monitor thresholds for A11 registration response failures, discarded A11 registration requests, 
discarded A11 registration acknowledgments, and discarded PPP send packets for individual PDSN services. 
There are five thresholds that can be configured for the PDSN service-level: 
 
Average Calls Setup Per Second 
 
Total A11 Registration Response Failures 
 
Total A11 Registration Request Messages Discarded 
 
Total A11 Registration Acknowledgement Messages Discarded 
 
Total Packets PPP Protocol Processing Layer Discarded on Transmit 
Configuring PDSN Service-Level PDSN Service Thresholds 
Use the following example to configure and enable these thresholds: 
configuration 
   context  <context_name> 
      pdsn-service <name> 
         threshold init-rrq-rcvd-rate <high_thresh> [ clear <low_thresh>
         threshold a11-rrp-failure <high_thresh> [ clear <low_thresh>
         threshold a11-rrq-msg-discard <high_thresh> [ clear <low_thresh>
         threshold a11-rac-msg-discard <high_thresh> [ clear <low_thresh>
         threshold all-ppp-send-discard <high_thresh> [ clear <low_thresh>
         exit 
      exit 
   threshold poll pdsn-init-rrq-rcvd-rate interval <time> 
   threshold poll a11-rrp-failure interval <time> 
   threshold poll a11-rrq-msg-discard interval <time> 
   threshold poll a11-rac-msg-discard interval <time> 
   threshold poll a11-ppp-send-discard interval <time> 
   threshold monitoring pdsn-service 
   end