Cisco Cisco Packet Data Gateway (PDG)

Page de 467
Switching CDRs   
▀  Switching CDRs from HDD to GSS 
 
 
▄  GTPP Interface Administration and Reference, StarOS Release 19 
462 
   
   context <billing> 
      gtpp charging-agent address <address> 
      gtpp storage-server <address> port <port> 
      gtpp max-cdrs 255 wait-time  300 
      end 
show configuration | grep gtpp 
 
If configuring to a specific GTPP group: 
configure 
   context <billing> 
      gtpp group <gtpp_group> 
      gtpp charging-agent address <address> 
      gtpp storage-server <address> port <port> 
      gtpp max-cdrs 255 wait-time  300 
      end 
show configuration | grep gtpp 
Step 2 
Change the GTPP storage server mode to “Remote”. 
 
If configuring to the default GTPP group: 
configure 
   context <billing> 
      gtpp storage-server mode remote 
      gtpp max-cdrs 255 wait-time  300 
      end 
show configuration | grep gtpp 
 
If configuring to a specific GTPP group: 
configure 
   context <billing> 
      gtpp group <gtpp_group> 
      gtpp storage-server mode remote  
      gtpp max-cdrs 255 wait-time  300