Configuring Subscriber Features
Configuring Web Logon: An example
This example illustrates an IP session that is HTTP-redirected to an authentication web-portal for credentials.
On successful authentication, the timer is unset. Otherwise, the subscriber gets disconnected when the timer
window expires:
class-map type control subscriber match-all IP_UNAUTH_COND
match timer AUTH_TIMER
match authen-status unauthenticated
policy-map type control subscriber RULE_IP_WEBSESSION
Additional References
These sections provide references related to implementing BNG subscriber features.
MIBs
MIB
OL-26148-02
event session-start match-all
class type control subscriber class-default do-until-failure
10 activate dynamic-template DEFAULT_IP_SERVICE
20 activate dynamic-template HTTP_REDIRECT
30 set-timer AUTH_TIMER 5
event account-logon match-all
class type control subscriber class-default do-until-failure
10 authenticate aaa list default
15 deactivate dynamic-template HTTP_REDIRECT
20 stop-timer AUTH_TIMER
event timer-expiry match-all
class type control subscriber IP_UNAUTH_COND do-all
10 disconnect
Cisco ASR 9000 Series Aggregation Services Router Broadband Network Gateway Configuration Guide, Release
MIBs Link
To locate and download MIBs for selected platforms,
Cisco IOS releases, and feature sets, use Cisco MIB
Locator found at the following URL:
http://www.cisco.com/go/mibs
Additional References
4.2.x
167