Users Guide

Das folgende Beispiel illustriert die CLI-Befehle:
CLI-Befehl
Beschreibung
bridge multicast address {mac-multicast-address | ip-multicast-address}
Registriert MAC-Layer-Multicastadressen in der Bridge-Tabelleundfügtder
Gruppe statische Ports hinzu.
bridge multicast forbidden address {mac-multicast-address | ip-
multicast-address}[add | remove] {ethernet interface-list | port-
channel port-channel-number-list}
VerbietetdasHinzufügeneinerspezifischenMulticastadressezuspezifischen
Ports. Verwenden Sie die no-Form dieses Befehls, um zur Standardeinstellung
zurückzukehren.
show bridge multicast address-table [vlan vlan-id] [address mac-
multicast-address | ip-multicast-address] [format ip | mac]
Zeigt Informationen der Multicast-MAC-Adresstabelle an.
Console> enable
console# config
console(config)#vlan database
console(config-if)#vlan 8
Console(config-if)# exit
console(config)#interface range ethernet g1-9
console(config-if)# switchport mode general
console(config-if)# switchport general allow vlan add 8
Console(config)# interface vlan 8
Console(config-if)# exit
Console(config-
if)# bridge multicast address 0100.5e02.0203
add ethernet g1,g2
Console(config-if)# exit
Console(config)# exit
Console # show bridge multicast address-table
VLAN
MAC-Adresse
Typ
Ports
----
-----------
-----
----------
1
0100.5e02.0203
static
g1, g2