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


Configuring Event Publishers

This topic shows how to configure event publishers. It covers the following tasks:

Configuring Global and Default Retailer Event Publishers

Use the following configuration statements to configure global and default retailer event publishers.

shared sae configuration plug-ins event-publishers {
subscriber-authorization subscriber-authorization;

default-retailer-authentication default-retailer-authentication;

default-retailer-dhcp-authentication default-retailer-dhcp-authentication;

dhcp-authorization dhcp-authorization;

service-authorization service-authorization;

subscription-authorization subscription-authorization;

subscriber-tracking subscriber-tracking;

service-tracking service-tracking;

interface-tracking interface-tracking;

embedded-admin-server-authorization embedded-admin-server-authorization;
}

To configure global and default retailer event publishers:

  1. From configuration mode, access the event publisher configuration. In this sample procedure, the event publishers are configured in the west-region SAE group.
  2. user@host# edit shared sae group west-region configuration plug-ins
    event-publishers
    
    
    
  3. Configure plug-ins that authorize subscriber sessions.
  4. [edit shared sae group west-region configuration plug-ins event-publishers]
    
    user@host# set subscriber-authorization subscriber-authorization
    
    
    
  5. Configure plug-ins that authenticate subscribers who are assigned to retailer objects that do not specify an authentication plug-in.
  6. [edit shared sae group west-region configuration plug-ins event-publishers]
    
    user@host# set default-retailer-authentication default-retailer-authentication
    
    
    
  7. Configure plug-ins that authenticate DHCP address requests for subscribers who are assigned to retailer objects that do not specify a DHCP authorization plug-in.
  8. [edit shared sae group west-region configuration plug-ins event-publishers]
    
    user@host# set default-retailer-dhcp-authentication
    default-retailer-dhcp-authentication
    
    
    
  9. Configure plug-ins that authorize all DHCP address requests for all DHCP subscribers who log in to a portal.
  10. [edit shared sae group west-region configuration plug-ins event-publishers]
    
    user@host# set dhcp-authorization dhcp-authorization
    
    
    
  11. Configure plug-ins that authorize all service sessions.
  12. [edit shared sae group west-region configuration plug-ins event-publishers]
    
    user@host# set service-authorization service-authorization
    
    
    
  13. Configure plug-ins that authorize subscribers to change their subscriptions.
  14. [edit shared sae group west-region configuration plug-ins event-publishers]
    
    user@host# set subscription-authorization subscription-authorization
    
    
    
  15. Configure plug-ins that collect accounting data for all subscriber sessions.
  16. [edit shared sae group west-region configuration plug-ins event-publishers]
    
    user@host# set subscriber-tracking subscriber-tracking
    
    
    
  17. Configure plug-ins that collect accounting data for all service sessions.
  18. [edit shared sae group west-region configuration plug-ins event-publishers]
    
    user@host# set service-tracking service-tracking
    
    
    
  19. Configure plug-ins, including network information collector (NIC) SAE plug-in agents, that collect accounting data for all interfaces that the SAE manages.
  20. [edit shared sae group west-region configuration plug-ins event-publishers]
    
    user@host# set interface-tracking interface-tracking
    
    
    
  21. Configure plug-ins that authorize administrators to connect to the embedded Web server, which is used to access SAE Web Admin.
  22. [edit shared sae group west-region configuration plug-ins event-publishers]
    
    user@host# set embedded-admin-server-authorization
    embedded-admin-server-authorization
    
    
    
  23. (Optional) Verify your configuration.
  24. [edit shared sae group west-region configuration plug-ins event-publishers]
    
    user@host# show
    
    subscriber-authorization ;
    
    default-retailer-authentication ldapAuth;
    
    default-retailer-dhcp-authentication ;
    
    dhcp-authorization ;
    
    service-authorization ;
    
    subscription-authorization ;
    
    subscriber-tracking fileAcct;
    
    service-tracking fileAcct;
    
    interface-tracking ;
    
    embedded-admin-server-authorization adminLdap;
    

Related Information

For additional information, see the following source:

Configuring Service-Specific Event Publishers

In the value-added services definition, you can configure two event publishers for a service:

See SRC-PE Services and Policies Guide, Chapter 1, Managing Services with the SRC CLI.

Configuring Retailer-Specific Event Publishers

In the retailer definition, you can configure three event publishers for a retailer:

If you do not specify retailer-specific authentication plug-ins, the default retailer authentication plug-ins are called. If you do not specify default retailer authentication plug-ins, subscribers are admitted without authentication.

See Adding Retailers.

Configuring Virtual Router-Specific Event Publishers

In the virtual router definition, you can configure an interface-tracking plug-in event publisher for a virtual router. These plug-in instances are called when a managed interface is started and stopped. They are called after an interface comes up, when new policies are installed on the interface, and when the interface goes down.

For information about configuring virtual routers for JUNOSe routers, see SRC-PE Network Guide, Chapter 5, Using JUNOSe Routers in the SRC Network with the SRC CLI.

For information about configuring virtual routers for JUNOS routing platforms, see SRC-PE Network Guide, Chapter 7, Using JUNOS Routing Platforms in the SRC Network with the SRC CLI.


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