Cisco Cisco Packet Data Gateway (PDG) Guía De Administador

Descargar
Página de 377
  Interchassis Session Recovery 
Configuring Interchassis Session Recovery (ICSR)  ▀   
 
Cisco ASR 5000 System Administration Guide  ▄  
 
   
337 
    ip pool dynamic 172.18.0.0 255.255.0.0 public 0 srp-activate 
    ip pool static 172.19.0.0 255.255.240.0 static srp-activate 
  #exit 
  context srp 
    service-redundancy-protocol 
  #end 
Configuring Subscriber State Management Audit Process 
This audit ensures that two ICSR peers are in synch and identifies any discrepancies prior to any scheduled or 
unscheduled switchover events. 
Step 1 
Enter the SRP Context mode and then enter the service-redundancy-protocol command. 
Step 2 
Enter the audit daily-start-time command. Specify the daily start time as an hour and minute. For example, a start time 
of 06 00 indicates that the audit will begin at 6:00 AM. 
Step 3 
Enter the audit periodicity command. Specify the interval in minutes for generating SRP audit statistics as an integer 
from 60 through 1440. For example, a periodicity of 90 indicates that SRP audit statistics will be generated every 90 
minutes beginning at the specified start time. Default = 60. 
A sample configuration sequence appears below. 
config 
  context ctx_name 
    service-redundancy-protocol 
      audit daily-start-time 06 00 
      audit periodicity 90 
  end