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


Subscriber Management Procedure

Figure 15 shows a subscriber management environment that includes an external DHCP server, a RADIUS server, the SRC software, and the DHCP external server application running on the E-series router.

The E-series router DHCP external server application is used with other JUNOSe features to provide subscriber management. Using the router's DHCP external server application for subscriber management enables you to take advantage of the following features:


Figure 15: DHCP External Server

In Figure 15, the subscriber requests an address from the DHCP server. The E-series router DHCP external server application monitors all DHCP communications between the subscriber and the DHCP server. After the subscriber receives an IP address, the subscriber can access the Internet and use the value-added services provided by the SRC software. The following list describes the various procedures performed in the subscriber management environment:

The router uses the profile to provide authentication, authorization, accounting, and address assignment. RADIUS uses the profile to obtain information for the subscriber's IP interface.

Configuring Subscriber Management with an External DHCP Server

To configure subscriber management for clients by using an external DHCP server, as in Figure 15, use the following procedure on E-series routers:

  1. Enable the DHCP external server application.
  2. host1(config)#service dhcp-external
    
    
    
  3. Specify each DHCP server for which to monitor traffic. You can specify a maximum of four DHCP servers.
  4. host1(config)#ip dhcp-external server-address 10.10.10.1 
    
    
    
  5. Configure a default policy for subscribers, using a previously configured classifier group.
  6. host1(config)#ip policy-list filterAll
    
    host1(config-policy-list)#classifier-group filterGroupA
    
    host1(config-policy-list-classifier-group)#filter
    
    host1(config-policy-list-classifier-group)#exit
    
    host1(config-policy-list)#exit
    
    
    
  7. Configure a dynamic subscriber interface policy.
  8. host1(config)#profile disableUser 
    
    host1(config-profile)#ip policy input filterAll 
    
    host1(config-profile)#ip policy output filterAll 
    
    host1(config-profile)#exit
    
    
    
  9. Configure a route map.
  10. host1(config)#route-map routeMapWest21
    
    host1(config-route-map)#set ip interface-profile disableUser 
    
    host1(config-route-map)#exit
    
    
    
  11. Enable autoconfiguration mode.
  12. host1(config)#interface gigabitEthernet 12/0 
    
    host1(config-if)#ip address 192.168.1.1 255.255.255.0 
    
    host1(config-if)#ip auto-configure ip-subscriber include-primary
    
    host1(config-if)#ip route-map ip-subscriber routeMapWest21
    
    host1(config-if)#ip auto-detect ip-subscriber 
    
    host1(config-profile)#exit
    

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