53-6
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
Configuration Examples for Wired Guest Access
Configuring CAPWAP Forwarding
Perform the following task to configure a specific VLAN for CAPWAP forwarding. Once configured,
this VLAN can be used only for CAPWAP forwarding.
Configuration Examples for Wired Guest Access
Example: Configuring a CAPWAP Tunnel in a Service Template
The following example shows how to configure a CAPWAP tunnel in a service template to enable wired
guest access.
Switch> enable
Switch# configure terminal
Switch(config)# service-template GUEST-TUNNEL
Switch(config-service-template)# tunnel type capwap name TUNNEL-CAPWAP
Switch(config-service-template)# exit
Switch(config)# policy-map type control subscriber TUNNELLED-GUEST
Switch(config-event-control-policymap)# event seesion-started
Switch(config-class-control-policymap)# 1 class always
Switch(config-action-control-policymap)# 1 authenticate using dot1x
Switch(config-action-control-policymap)# exit
Switch(config-class-control-policymap)# 1 class DOT1X-NO-RESP
Switch(config-action-control-policymap)# 1 activate service-template GUEST-TUNNEL
Switch(config-action-control-policymap)# end
Example: Configuring the Mobility Agent
The following example shows how to configure interface ports on the mobility agent (anchor).
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)# vlan vlan-id
Configures a VLAN and enters VLAN configuration
mode.
Step 4
Switch (config-vlan)# exit
Exits VLAN configuration mode and enters global
configuration mode.
Step 5
Switch (config)# access-session tunnel vlan vlan-id
Configures VLAN access session to the specified
tunnel.
Note Before you use this command, configure the VLAN
using the vlan vlan-id command.
Step 6
Switch (config)# end
Exits global configuration mode and enters
privileged EXEC mode.