I'm facing a vlan routing problem wich i can't find the source..
on a 6850,
I have 3 vlan (100, 101, 200) and i add a fourth (104)
VLAN 100 : 172.16.16.0/24 (voip)
VLAN 101 : 192.168.1.0/24 (data)
VLAN 200 : 172.16.200.0/24 (admin)
VLAN 104 : 192.168.4.0/24 (other data)
In vlan104, no problem to ping devices in the same vlan excepted the gateway.. (192.168.4.1)
in other vlan (100, 101 , 200), i can ping the vlan 104 gateway but i can't on devices (for example 192.168.4.10)...
6850 config :
Code: Select all
cr_localtechnique > write terminal
! Stack Manager :
! Chassis :
system name cr_localtechnique
system timezone MET
! Configuration:
! VLAN :
vlan 1 enable name "VLAN 1"
vlan 100 enable name "voix"
vlan 100 port default 1/11
vlan 100 port default 1/12
vlan 100 port default 1/13
vlan 100 port default 1/14
vlan 101 enable name "lan_mairie"
vlan 101 port default 1/1
vlan 101 port default 1/2
vlan 101 port default 1/3
vlan 101 port default 1/4
vlan 101 port default 1/5
vlan 101 port default 1/6
vlan 101 port default 1/7
vlan 101 port default 1/8
vlan 101 port default 1/9
vlan 101 port default 1/10
vlan 101 port default 1/15
vlan 101 port default 1/16
vlan 101 port default 1/17
vlan 101 port default 1/18
vlan 101 port default 1/19
vlan 101 port default 1/20
vlan 101 port default 1/21
vlan 101 port default 1/22
vlan 101 port default 2/23
vlan 101 port default 2/24
vlan 104 enable name "lan_videoprotection"
vlan 200 enable name "admin"
! VLAN SL:
! IP :
ip service all
ip interface dhcp-client vlan 1 ifindex 1
ip interface "int-200" address 172.16.200.1 mask 255.255.255.0 vlan 200 ifindex 2
ip interface "int-100" address 172.16.1.1 mask 255.255.255.0 vlan 100 ifindex 3
ip interface "int-101" address 192.168.1.1 mask 255.255.255.0 vlan 101 ifindex 4
ip interface "int-104" address 192.168.4.1 mask 255.255.255.0 vlan 104 ifindex 5
! IPX :
! IPMS :
! AAA :
aaa authentication default "local"
aaa authentication console "local"
aaa authentication telnet "local"
aaa authentication ssh "local"
! PARTM :
! AVLAN :
! 802.1x :
! QOS :
policy condition IPphoneDSCP dscp 46
policy action IPphone-act priority 5
policy rule IPphone-rule condition IPphoneDSCP action IPphone-act
qos apply
! Policy manager :
! Session manager :
session prompt default "cr_localtechnique >"
! SNMP :
! RIP :
! OSPF :
! BFD-STD :
! ISIS :
! IPv6 :
! IPSec :
! IP multicast :
ip static-route 0.0.0.0/0 gateway 192.168.1.2 metric 1
! RIPng :
! OSPF3 :
! BGP :
! Health monitor :
! Interface :
! Udld :
! Netsec :
! Link Aggregate :
! Port Mapping :
! VLAN AGG:
! 802.1Q :
vlan 100 802.1q 1/15 "Voip+Data"
vlan 104 802.1q 1/15 "VP"
vlan 100 802.1q 1/16 "Voip+Data"
vlan 104 802.1q 1/16 "VP"
vlan 100 802.1q 1/17 "Voip+Data"
vlan 100 802.1q 1/18 "Voip+Data"
vlan 100 802.1q 1/19 "Voip+Data"
vlan 100 802.1q 1/20 "Voip+Data"
vlan 100 802.1q 1/21 "Voip+Data"
vlan 100 802.1q 1/22 "Voip+Data"
vlan 100 802.1q 1/23 "vers sw_accueil"
vlan 101 802.1q 1/23 "vers sw_accueil"
vlan 200 802.1q 1/23 "vers sw_accueil"
vlan 100 802.1q 1/24 "TAG PORT 1/24 VLAN 100"
vlan 101 802.1q 1/24 "TAG PORT 1/24 VLAN 101"
vlan 104 802.1q 1/24 "TAG PORT 1/24 VLAN 104"
vlan 200 802.1q 1/24 "TAG PORT 1/24 VLAN 200"
vlan 100 802.1q 2/1 "vers sw_etatcivil"
vlan 101 802.1q 2/1 "vers sw_etatcivil"
vlan 200 802.1q 2/1 "vers sw_etatcivil"
vlan 100 802.1q 2/2 "vers sw_policemunicipale"
vlan 101 802.1q 2/2 "vers sw_policemunicipale"
vlan 104 802.1q 2/2 "vers sw_policemunicipale"
vlan 200 802.1q 2/2 "vers sw_policemunicipale"
vlan 100 802.1q 2/3 "vers sw_etatcivil"
vlan 101 802.1q 2/3 "vers sw_etatcivil"
vlan 200 802.1q 2/3 "vers sw_etatcivil"
vlan 100 802.1q 2/4 "vers sw_conciergerie"
vlan 101 802.1q 2/4 "vers sw_conciergerie"
vlan 200 802.1q 2/4 "vers sw_conciergerie"
! Spanning tree :
bridge mode 1x1
bridge 1x1 100 priority 25590
bridge 1x1 101 priority 25590
bridge 1x1 200 priority 25590
! Bridging :
! Bridging :
! Port mirroring :
! UDP Relay :
! Server load balance :
! System service :
swlog console level info
! SSH :
! VRRP :
! Web :
ip http ssl
! AMAP :
! LLDP :
! Lan Power :
lanpower start 1
! NTP :
ntp server 194.2.0.28
! RDP :
! VLAN STACKING:
! Ethernet-OAM :
! EFM-OAM :
! ERP :
! SAA :
! DHCP Server :
Any ideas ?
Thanks,
GR
