MCAC is supported on three levels:
per subscriber
per group-interface
per redirected interface
MCAC is supported for the following replication modes:
per-host
per-SAP
per-SPI
redirected interface
Two levels of MCAC can be enabled simultaneously and in such case this is referred as Hierarchical MCAC (H-MCAC). If redirection is enabled, H-MCAC per subscriber and the redirected interface is supported. However, MCAC per group-interface in this case is not supported. Channel definition policy for the subscriber and the redirected interface is in this case referenced under the config>router>igmp>interface (redirected interface) CLI hierarchy or IPv6 config>router>mld>interface.
If redirection is disabled, H-MCAC for both, the subscriber and the group-interface is supported. The channel definition policy is in this case configured under the config>router>igmp>group-interface CLI hierarchy or IPv6 config>router>mld>group-interface.
Examples
Channel definition:
configure
    router 
        mcac    
            policy <mcac-pol-name>
                bundle <bundle-name>
                    bandwidth <kbps>
                    channel <start-address> <end-address> bw <bw> [class {high|low}]
 [type {mandatory|optional}]
                    :
                    :
Channel bandwidth definition policy can be referenced under the:
group-interface (this is used for subscribers when redirection is disabled)
configure
                 service vprn <id>
            igmp/mld    
                 group-interface <ip-int-name>
                    mcac
                        policy <mcac-policy-name> 
                        policy <mcac-policy-name> 
plain interface
configure
    router
        igmp/mld
            interface <ip-int-name>
                mcac
                    policy <mcac-policy-name>
configure
    service vprn <id>
        igmp/mld
            interface <if-name>
                mcac
                    unconstrained-bw <bandwidth> mandatory-bw <mandatory-bw>
			retailer’s VPRN reference the group-interface in the wholesaler’s VPRN
configure 
    service vprn <id>
        igmp/mld                                
            group-interface fwd-service <svc-id> <ip-int-name>  
                mcac
                    policy <mcac-policy-name>
			Enabling MCAC per subscriber:
configure
    subscr-mgmt
        sub-mcac-policy <name>
            unconstrained-bw <bandwidth> mandatory-bw <mandatory-bw>
  
configure
    subscr-mgmt
        sub-profile <subscriber-profile-name>
            sub-mcac-policy <name>
Enabling MCAC per-group-interface
configure
        service vprn <id>
            igmp/mld        
                group-interface <ip-int-name>
                    mcac
                        unconstrained-bw <bandwidth> mandatory-bw <mandatory-bw>    
Enabling MCAC per redirected interface
configure
    router
        igmp/mld    
            interface <ip-int-name>
                mcac
                    unconstrained-bw <bandwidth> mandatory-bw <mandatory-bw>
configure
    service vprn <id>
        igmp/mld    
            interface <ip-int-name>
                mcac
                    unconstrained-bw <bandwidth> mandatory-bw <mandatory-bw>