Bonjour pinomat,
J'ai suivi ta démarche pour l'appliquer sur mon switch Cisco SG300-10 (SRW2008-K9 V02).
Je voudrais savoir si tu as évolué ?
Mon 1er objectif étant de connecter l'arrivée fibre (par SFP GPON) sur le port G10 (en SFP) et de le faire repartir sur la livebox en utilisant le port G9 (en Ethernet).
J'ai configuré un port monitoring du port G10 vers le port G8 pour espérer voir le démarrage de la livebox, ...
Voici la configuration actuelle de mon switch :
config-file-header
SG300-10
v1.4.10.6 / R800_NIK_1_4_214_020
CLI v1.0
set system mode switch
!
[...]
!
vlan database
default-vlan vlan 51
exit
vlan database
vlan 1,832,840
exit
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
mac access-list extended "VLAN832"
permit any any vlan 832 ace-priority 1
exit
mac access-list extended "VLAN840"
permit any any vlan 840 ace-priority 1
exit
ip access-list extended DHCP
permit udp any bootpc any bootps ace-priority 1
exit
ip access-list extended TV
exit
ipv6 access-list DHCPv6
permit udp any 546 any 547 ace-priority 1
exit
hostname SG300-10
!
[...]
!
interface vlan 1
name DATA
!
interface vlan 51
name Administration
ip address 192.168.51.1 255.255.255.0
no ip address dhcp
!
interface vlan 832
name Internet
!
interface vlan 840
name IPTV
!
interface gigabitethernet1
switchport mode access
!
interface gigabitethernet2
switchport mode access
!
interface gigabitethernet3
switchport mode access
!
interface gigabitethernet4
switchport mode access
!
interface gigabitethernet5
switchport mode access
!
interface gigabitethernet6
switchport mode access
!
interface gigabitethernet7
switchport mode access
!
interface gigabitethernet8
description ###PortEspion###
port monitor GigabitEthernet 10
switchport mode access
!
interface gigabitethernet9
description ###WANLivebox###
switchport trunk allowed vlan add 832,840
!
interface gigabitethernet10
description ###SFP-Orange###
switchport trunk allowed vlan add 832,840
!
Pour ma part, ça n'a pas fonctionné.
En effet, le port G10 se connecté, puis se déconnecté en boucle.
D'après d'autres publications, ce serait dû à la puissance d'alimentation du switch qui n'est pas suffisante pour le GPON SFP.
Par Wireshark, je n'ai eu aucun résultat, hormis des "DHCP Discover" en boucle.