Je dois configurer un SG500 ici à notre assoc’. Je voulais fonctionner avec différents VLANs, mais je suis bloqué quelque part.
C’est ma première expérience avec un switch L3 et je suis un peu perdu

J’ai 6 Vlans :
- VLAN 2 : Bureau A (interface ip : 192.168.120.254, pool start : 192.168.120.10, pool end : 192.168.120.100)
- VLAN 3 : Chambres invités (interface ip : 192.168.130.254, pool start : 192.168.130.10, pool end : 192.168.130.100)
- VLAN 4 : Bureau B (interface ip : 192.168.140.254, pool start : 192.168.140.10, pool end : 192.168.140.100)
- VLAN 5 : IPTV (le multicast sur fait sur un autre switch) (interface ip : 192.168.150.254, pool start : 192.168.150.10, pool end : 192.168.150.100)
- VLAN 6 : Reception (interface ip : 192.168.160.254, pool start : 192.168.160.10, pool end : 192.168.160.100)
- VLAN 7 : Bureau invités (interface ip : 192.168.170.254, pool start : 192.168.170.10, pool end : 192.168.170.100)
Ce que je suis arrivé à faire :
1) Avoir différents VLANs
2) Leur assigner une interface
3) Avoir un server DHCP Spécifique à cheque VLAN
Ce que je n’arrive pas à faire :
1) Partager internet et la centrale VoIP avec les autres VLANs
2) Isoler les VLANs entre eux
3) Isoler chaque utilisateurs entre eux sur les VLANs invités
Si vous aves des idées, je suis preneur

Ma config est jointe

Un grand merci d’avance !
Louis
- Code : Tout sélectionner
----------------------------------------------------------------
CONFIG
----------------------------------------------------------------
config-file-header
PVIRTSWMAIN
v1.3.0.62 / R750_NIK_1_3_647_260
CLI v1.0
set system mode router queues-mode 4
vlan database
vlan 2-9
exit
ip dhcp server
ip dhcp pool network Apparts
address low 192.168.130.10 high 192.168.130.100 255.255.255.0
lease infinite
exit
ip dhcp pool network Guests
address low 192.168.170.10 high 192.168.170.100 255.255.255.0
lease infinite
exit
ip dhcp pool network Concierge
address low 192.168.160.10 high 192.168.160.100 255.255.255.0
lease infinite
exit
ip dhcp pool network IPTV
address low 192.168.150.10 high 192.168.150.100 255.255.255.0
lease infinite
exit
ip dhcp pool network Guests Offices
address low 192.168.140.10 high 192.168.140.100 255.255.255.0
lease infinite
exit
ip dhcp pool network A_Offices
address low 192.168.120.10 high 192.168.120.100 255.255.255.0
lease infinite
exit
bonjour interface range vlan 1
hostname PVIRTSWMAIN
clock timezone " " 0 minutes 0
clock summer-time web recurring eu
clock source sntp
sntp unicast client poll
sntp server ntp.belbone.be
!
interface vlan 1
ip address 192.168.254.1 255.255.255.0
no ip address dhcp
!
interface vlan 2
name A_office
ip address 192.168.120.254 255.255.255.0
!
interface vlan 3
name Apparts
ip address 192.168.130.254 255.255.255.0
!
interface vlan 4
name B_Office
ip address 192.168.140.254 255.255.255.0
!
interface vlan 5
name IPTV
ip address 192.168.150.254 255.255.255.0
!
interface vlan 6
name Concierge
ip address 192.168.160.254 255.255.255.0
!
interface vlan 7
name GuestOffice
ip address 192.168.170.254 255.255.255.0
!
interface vlan 8
name Tools
ip address 192.168.180.254 255.255.255.0
!
interface vlan 9
name Voip
!
interface gigabitethernet1/3
switchport mode access
switchport access vlan 2
!
interface gigabitethernet1/4
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/5
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/6
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/7
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/8
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/9
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/10
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/11
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/12
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/13
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/14
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/15
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/16
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/17
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/18
switchport mode access
switchport access vlan 3
!
interface gigabitethernet1/19
switchport mode access
switchport access vlan 4
!
interface gigabitethernet1/20
switchport mode access
switchport access vlan 5
!
interface gigabitethernet1/21
switchport mode access
switchport access vlan 6
!
interface gigabitethernet1/22
switchport mode access
switchport access vlan 7
!
exit