[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring the SAE to Manage PCMM Devices

The SAE connects to the PCMM device by using a COPS over TCP connection. The PCMM device driver controls this connection.

Use the following configuration statements to configure the SAE to manage CMTS devices:

shared sae configuration driver pcmm {
keepalive-interval keepalive-interval; 

tcp-connection-timeout tcp-connection-timeout; 

application-manager-id application-manager-id; 

message-timeout message-timeout; 

cops-message-maximum-length cops-message-maximum-length; 

cops-message-read-buffer-size cops-message-read-buffer-size; 

cops-message-write-buffer-size cops-message-write-buffer-size; 

sae-community-manager sae-community-manager; 

disable-full-sync disable-full-sync; 

disable-pcmm-i03-policy disable-pcmm-i03-policy; 

session-recovery-retry-interval session-recovery-retry-interval; 

element-id element-id; 

default-rks-plug-in default-rks-plug-in; 
}

To configure the SAE to manage CMTS devices:

  1. From configuration mode, access the configuration statement that configures the PCMM driver. In this sample procedure, the PCMM device driver is configured in the west-region group.
  2. user@host# edit shared sae group west-region configuration driver pcmm 
    
    
    
  3. Configure the interval between keepalive messages sent from the COPS client (the PCMM device) to the COPS server (the SAE).
  4. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set keepalive-interval keepalive-interval 
    
    
    
  5. Configure the timeout for opening a TCP connection to the PCMM device.
  6. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set tcp-connection-timeout tcp-connection-timeout
    
    
    
  7. When this SAE is configured as the application manager, configure the identifier of the application manager.
  8. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set application-manager-id application-manager-id
    
    
    
  9. Configure the time that the COPS server (the SAE) waits for a response to COPS requests from the COPS client (the PCMM device). Change this value only if a high number of COPS timeout events appear in the error log.
  10. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set message-timeout message-timeout
    
    
    
  11. Configure the maximum length of a COPS message.
  12. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set cops-message-maximum-length cops-message-maximum-length
    
    
    
  13. Configure the buffer size for receiving COPS messages from the COPS client.
  14. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set cops-message-read-buffer-size cops-message-read-buffer-size
    
    
    
  15. Configure the buffer size for sending COPS messages to the COPS client.
  16. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set cops-message-write-buffer-size cops-message-write-buffer-size
    
    
    
  17. Configure the name of the community manager that manages PCMM driver communities. Active SAEs are selected from this community.
  18. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set sae-community-manager sae-community-manager 
    
    
    
  19. Enable or disable state synchronization with PCMM policy servers.
  20. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set disable-full-sync disable-full-sync
    
    
    
  21. Enable or disable the SAE to send classifiers to the router that comply with PCMM IO3. Disable this option if your network deployment has CMTS devices that do not support PCMM IO3.
  22. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set disable-pcmm-i03-policy disable-pcmm-i03-policy
    
    
    
  23. Configure the time between attempts by the SAE to restore service sessions that are being recovered in the background when state synchronization completes with a state-data-incomplete error.
  24. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set session-recovery-retry-interval session-recovery-retry-interval
    
    
    
  25. (Optional) Configure the unique identifier that the SAE uses to identify itself when it originates in record-keeping server (RKS) events.
  26. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set element-id element-id
    
    
    
  27. (Optional) Specify the name of the default RKS plug-in to which the SAE sends events for CMTS devices.
  28. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# set default-rks-plug-in default-rks-plug-in 
    
    
    
  29. (Optional) Verify your PCMM driver configuration.
  30. [edit shared sae group west-region configuration driver pcmm]
    
    user@host# show 
    
    keepalive-interval 45;
    
    tcp-connection-timeout 5;
    
    application-manager-id 1;
    
    message-timeout 120000;
    
    cops-message-maximum-length 204800;
    
    cops-message-read-buffer-size 3000;
    
    cops-message-write-buffer-size 3000;
    
    sae-community-manager PcmmCommunityManager;
    
    disable-full-sync true;
    
    disable-pcmm-i03-policy true;
    
    session-recovery-retry-interval 3600000;
    
    element-id 1;
    
    default-rks-plug-in rksTracking;
    

Related Information

For additional information, see the following sources:


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]