User Guide

Smartport
Macro Smartport integrate
Guida all'amministrazione degli switch gestiti stackable Cisco Small Business serie 500 221
13
router
[router]
#macro description router
#macro keywords $native_vlan $voice_vlan
#
#macro key description: $native_vlan: Il messaggio elimina tag da VLAN che verrĂ  configurato sulla
porta
# $voice_vlan: L'identificativo voce VLAN
#
#Default Values are
#$native_vlan = Default VLAN
#$voice_vlan = 1
#
#the default mode is trunk
smartport switchport trunk allowed vlan add all
smartport switchport trunk native vlan $native_vlan
#
smartport storm-control broadcast level 10
smartport storm-control broadcast enable
#
spanning-tree link-type point-to-point
#
@
no_router
[no_router]
#macro description No router
#macro keywords $voice_vlan
#
#macro key description: $voice_vlan: L'identificativo voce VLAN
#
no smartport switchport trunk native vlan
smartport switchport trunk allowed vlan remove all
#
no smartport storm-control broadcast enable
no smartport storm-control broadcast level
#
no spanning-tree link-type
#
@