Cisco Cisco SG200-26P 26-port Gigabit PoE Smart Switch ユーザーガイド

ページ / 305
Smartports
Guía de administración para Cisco Small Business 200 Series Smart Switch
149
10
#
no smartport storm-control broadcast enable
no smartport storm-control broadcast level
#
no spanning-tree link-type 
#
@
ap
[ap]
#macro description ap
#macro keywords $native_vlan $voice_vlan
#
#macro key description: $native_vlan: La VLAN sin etiqueta que se configurará 
en el puerto
#                         $voice_vlan: El ID de VLAN de voz
#
#Los valores predeterminados son
#$native_vlan = VLAN predeterminada
#$voice_vlan = 1
#
#el modo predeterminado es troncal
smartport switchport trunk allowed vlan add all
smartport switchport trunk native vlan $native_vlan
#
spanning-tree link-type point-to-point
#
@
no_ap
[no_ap]
#macro description No ap
#macro keywords $voice_vlan
#
#macro key description: $voice_vlan: El ID de VLAN de voz
#
no smartport switchport trunk native vlan
smartport switchport trunk allowed vlan remove all
#
no spanning-tree link-type 
#
@