
© 2013 Cisco and/or its affiliates. All rights reserved.
BRKCRS-3090
Cisco Public
Auto Smart Ports – Custom Device
46
Custom Macro (eg: MAC OUI) for devices without built-in Macro
Switch(config)# macro auto mac-address-group Xerox_printer_OUI
oui list 0000AA
exit
Switch(config)#macro auto execute Xerox_printer_OUI {
if [[ $LINKUP -eq YES ]]
then conf t
interface $INTERFACE
<snip>
fi
if [[ $LINKUP -eq NO ]]
then conf t
interface $INTERFACE
<snip>
fi
}
Kommentare zu diesen Handbüchern