Cisco Catalyst 4500 Series Configuration Manual page 508

Ios software configuration guide isco ios xe 3.9.0e and ios 15.2(5)ex
Hide thumbs Also See for Catalyst 4500 Series:
Table of Contents

Advertisement

macro auto global processing
When using 802.1X or MAB authentication, configure the RADIUS server to support the Cisco
attribute-value (AV) pair auto-smart-port=event trigger.
When CDP-identified devices advertise multiple capabilities, a switch chooses a capability in this
priority order: switch, router, access point, lightweight access point, phone, host.
To verify that an ASP macro is applied to an interface, use the show running config command.
The macro auto global processing cdp and macro auto global processing lldp commands enables ASP
globally if it is not already enabled, and set the fallback to CDP or LLDP, respectively. However, the no
macro auto global processing [cdp | lldp] command only removes the fallback mechanism. It does not
disable ASP globally; only the no macro auto global processing command disables ASP globally.
The keywords cdp and lldp are also controlled at the interface level; by default, CDP is the fallback
mechanism on an interface. If you prefer LLDP, first enter the no macro auto processing cdp command,
then enter the macro auto processing lldp command.
If you want to activate both CDP and LLDP, you must enable them in sequence. For example, you would
first enter the macro auto processing cdp command, then the macro auto processing lldp command.
Examples
The following example shows how enable ASP on a switch and to disable the feature on Gi1/0/1:
Switch(config)# interface interface Gi1/0/1
Switch(config-if)# no macro auto processing
Switch(config)# macro auto global processing
Related Commands
Command
macro auto device
macro auto execute (built-in
function)
macro auto execute
(remotely-defined trigger)
macro auto execute
(user-defined function)
macro auto processing
macro auto sticky
shell trigger
Catalyst 4500 Series Switch Cisco IOS Command Reference—Release XE 3.9.xE and 15.2(5)Ex
2-468
Description
Simplifies changing the parameters for a built-in functions for a
device type.
Changes built-in function default values or to map user-defined
triggers to built-in functions, and to pass the parameter values.
Maps a trigger to a remotely defined functions.
Maps a trigger to a user-defined function.
Enables ASP macros on a specific interface.
Enables a user to not remove configurations applied by ASP across
link flaps and device removal.
Creates a user defined trigger.
Chapter 2

Advertisement

Table of Contents
loading

Table of Contents