Pagina 1 di 1

domanda sullo switching

Inviato: mar 05 mar , 2013 5:26 pm
da stex21
ciao a tutti

mi sono imbattuto su questa domanda di switching ma la risposta non mi torna

A frame just arrived on switch SW2’s interface Fa0/3, with source MAC 0200.1111.1111 and destination MAC address 0200.2222.2222. Interface Fa0/3 is assigned to VLAN 2. Considering the output from SW2 below, which of the following answers must be true regarding what the switch does with this frame?
SW2#show mac address-table Mac Address Table

Vlan Mac Address Type Ports
------------------------------------------
1 0200.1111.1111 DYNAMIC Gi0/2
1 0200.2222.2222 DYNAMIC Fa0/13

Total Mac Addresses for this criterion: 2


a. The switch will discard the frame.
b. The switch will forward the frame out port Fa0/13.
c. The switch will change the existing entry for 0200.1111.1111 as seen in the com- mand output, only changing the interface to Fa0/3.
d. The switch will forward the frame out both Gi0/2 and Fa0/13.
e. The switch will add a new entry to the MAC table for 0200.1111.1111.


io dico che la risposta è la A ma il libro dice che è la B
voi cosa dite?

Re: domanda sullo switching

Inviato: mar 05 mar , 2013 7:08 pm
da lukketto89
Infatti è giusta la B.
Forse ti sei confuso nel senso che hai letto che il frame è arrivato sulla fa0/13 mentre invece è arrivato sulla fa0/3.
Comunque avendo l'associazione già in tabella, lo istrada direttamente e solo sulla fa0/13.

Re: domanda sullo switching

Inviato: mer 06 mar , 2013 12:32 am
da stex21
scusa ma la Fa0/3 è sulla vlan 2 quindi come fa a mandare sulla Fa0/13 che è in VLAN2?

è questo che non capisco

anche io ho pensato "ok nella tabella di routing c'è bella bella la porta 0/13 con il mac address giusto e la manda li, ma poi il discorso della VLAN mi ha fato cambiare idea..... :( :?

Re: domanda sullo switching

Inviato: mer 06 mar , 2013 9:37 am
da didigno
Lo switch e' un Layer 2, non ha routing table! Solo gli switch Layer 3 hanno Routing table (3750,4500,6500 ecc)

La risposta giusta e' la 2 perche' la porta Fa0/13 ha il mac-address 0200.2222.2222 associato.

Re: domanda sullo switching

Inviato: mer 06 mar , 2013 2:22 pm
da lukketto89
didigno ha scritto:Lo switch e' un Layer 2, non ha routing table! Solo gli switch Layer 3 hanno Routing table (3750,4500,6500 ecc)

La risposta giusta e' la 2 perche' la porta Fa0/13 ha il mac-address 0200.2222.2222 associato.
Esatto, in quel caso si tratta sicuramente di uno Switch Layer 3.

Re: domanda sullo switching

Inviato: gio 07 mar , 2013 9:58 pm
da scolpi
Secondo me, la meno sbagliata è l'ultima, infatti essendo in vlan 2 il frame, e arrivando dall'interf fa0/3 dovrà essere inserita una entry corrispondente, verrà poi fatto flooading sulle restanti porte della vlan 2. La entry relativa al mac sorgente inizialmente presente sarà cancellata, visto che lo stesso mac non può stare su due interfacce diverse.