Applying Cisco-Default Smartports Macros - Cisco IE 3000 Software Configuration Manual

Table of Contents

Advertisement

Configuring Smartports Macros
This example shows how to apply the user-created macro called snmp, to set the hostname address to
test-server, and to set the IP precedence value to 7:
Switch(config)# macro global apply snmp ADDRESS test-server VALUE 7
This example shows how to debug the user-created macro called snmp by using the macro global trace
global configuration command to find any syntax or configuration errors in the macro when it is applied
to the switch.
Switch(config)# macro global trace snmp VALUE 7
Applying command...'snmp-server enable traps port-security'
Applying command...'snmp-server enable traps linkup'
Applying command...'snmp-server enable traps linkdown'
Applying command...'snmp-server host'
%Error Unknown error.
Applying command...'snmp-server ip precedence 7'
This example shows how to apply the user-created macro called desktop-config and to verify the
configuration.
Switch(config)# interface gigabitethernet1/2
Switch(config-if)# macro apply desktop-config
Switch(config-if)# end
Switch# show parser macro description
Interface
--------------------------------------------------------------
Gi1/2
--------------------------------------------------------------
This example shows how to apply the user-created macro called desktop-config and to replace all
occurrences of VLAN 1 with VLAN 25:
Switch(config-if)# macro apply desktop-config vlan 25

Applying Cisco-Default Smartports Macros

Beginning in privileged EXEC mode, follow these steps to apply a Smartports macro:
Command
Step 1
show parser macro
Step 2
show parser macro macro-name
Step 3
configure terminal
Step 4
macro global {apply | trace}
macro-name [parameter {value}]
[parameter {value}] [parameter
{value}]
Step 5
interface interface-id
Step 6
default interface interface-id
Cisco IE 3000 Switch Software Configuration Guide
12-6
Macro Description
desktop-config
Purpose
Display the Cisco-default Smartports macros embedded in the switch
software.
Display the specific macro that you want to apply.
Enter global configuration mode.
Append the Cisco-default macro with the required values by using the
parameter value keywords and apply the macro to the switch.
Keywords that begin with $ mean that a unique parameter value is
required.
You can use the macro global apply macro-name ? command to display
a list of any required values in the macro. If you apply a macro without
entering the keyword values, the commands are invalid and are not
applied.
(Optional) Enter interface configuration mode, and specify the interface
on which to apply the macro.
(Optional) Clear all configuration from the specified interface.
Chapter 12
Configuring Smartports Macros
OL-13018-01

Advertisement

Table of Contents
loading

Table of Contents