53-5
Catalyst 4500 Series Switch, Cisco IOS Software Configuration Guide - Cisco IOS XE 3.9.xE and IOS 15.2(5)Ex
Chapter 53 Configuring Wired Guest Access
How to Configure Wired Guest Access
Command Purpose
Step 1
Switch>enable
Enables privileged EXEC mode. Enter your
password if prompted.
Step 2
Switch#configure terminal
Enters global configuration mode.
Step 3
Switch (config)# service-template template-name
Defines a template that contains a set of service
policy attributes to apply to subscriber sessions and
enters service template configuration mode.
Step 4
Switch (config-service-template)# tunnel type capwap
name tunnel-name
Configures a CAPWAP tunnel in a service template.
Step 5
Switch (config-service-template)# exit
Exits service template configuration mode and
enters global configuration mode.
Step 6
Switch (config)# policy-map type control subscriber
control-policy-name
Defines a control policy for subscriber sessions and
enters control policy-map event configuration mode.
Step 7
Switch (config-event-control-policymap)# event
session-started [match-all | match-any]
Specifies the type of event that triggers actions in a
control policy if all authentication events are a
match and enters control policy-map class
configuration mode.
Step 8
Switch (config-class-control-policymap)#
priority-number class {control-class-name | always}
[do-all | do-until-failure | do-until-success]
Specifies that the control class should execute the
actions in a control policy, in the specified order,
until one of the actions fails, and enters control
policy-map action configuration mode.
Step 9
Switch (config-action-control-policymap)#
action-number authenticate using {dot1x | mab |
webauth}
Authenticates a control policy on a subscriber
session.
Step 10
Switch (config-action-control-policymap)# exit
Exits control policy-map action configuration mode
and enters control policy-map class configuration
mode.
Step 11
Switch (config-class-control-policymap)# exit
Exits control policy-map class configuration mode
and enters control policy-map event configuration
mode.
Step 12
Switch (config-event-control-policymap)# event
authentication-failure [match-all | match-any]
Specifies the type of event that triggers actions in a
control policy if all authentication events are a
match and enters control policy-map class
configuration mode.
Step 13
Switch (config-class-control-policymap)#
priority-number class {control-class-name | always}
[do-all | do-until-failure | do-until-success]
Specifies that the control class should execute the
actions in a control policy, in the specified order,
until one of the actions fails, and enters control
policy-map action configuration mode.
Step 14
Switch (config-action-control-policymap)#
action-number activate {policy type control
subscriber control-policy-name | service-template
template-name [aaa-list list-name] [precedence
[replace-all]]}
Activates a control policy on a subscriber session.
Step 15
Switch (config-action-control-policymap)# end
Exits control policy-map action configuration mode
and returns to privileged EXEC mode.