Página 1 de 1

Ajuda - Roteamento entre vlans

Enviado: 23 Jun 2010, 17:04
por erso08
Pessoal, preciso de uma ajuda.

Estamos configurando um DELL powerconnect 6224 em um departamento novo na empresa. Estamos separando as salas por Vlans, pois geralmente fazemos o clone dos HDs das máquinas pela rede e isso afeta muito.

Conseguimos criar as vlans e o roteamento estre elas está ocorrendo perfeitamente. O único problema é que, criei uma VLAN onde vai chegar o link dos servidores de fora desse departamento e o proxy/gateway central da empresa. Essa é a única VLAN que não comunica, ou seja, não consigo pingar nada do novo departamento quando estou fora dele e quando estou no departamento, não pingo os servidores, gateway central, etc.

Alguém pode me dar uma ajuda?

Gateway/proxy usado em toda a empresa é o 10.0.0.1
VLAN de umas das salas do departamento é o 10.10.0.0 (.200 é o VRRP da sala)

Segue a config abaixo:

console#show startup-config

1 : !Current Configuration:
2 : !System Description "Dell 24 Port Gigabit Ethernet, 2.2.0.3, VxWorks5.5.1"
3 : !System Software Version 2.2.0.3
4 : !
5 : configure
6 : vlan database
7 : vlan 10,2000
8 : vlan association subnet 10.0.0.0 255.255.0.0 2000
9 : vlan association subnet 10.10.0.0 255.255.0.0 10
10 : exit
11 : stack
12 : member 1 1
13 : exit
14 : ip address 192.168.2.1 255.255.255.0
15 : ip default-gateway 192.168.2.1
16 : ip routing
17 : ip route distance 255
18 : ip route 0.0.0.0 0.0.0.0 10.0.0.0 metric 1
19 : ip route 10.0.0.0 255.255.0.0 10.0.0.1
20 : ip route 10.0.0.0 255.255.0.0 10.10.0.0
21 : ip route 10.10.0.0 255.255.0.0 10.0.0.0
22 : interface vlan 10
23 : name "T01L"
24 : routing
25 : ip address 10.10.0.200 255.255.0.0
26 : ip vrrp 10
27 : ip vrrp 10 mode
28 : ip vrrp 10 ip 10.10.0.200
29 : ip local-proxy-arp
30 : exit
31 : interface vlan 2000
32 : name "LINK"
33 : routing
34 : ip address 10.0.0.232 255.255.0.0
35 : ip vrrp 200
36 : ip vrrp 200 mode
37 : ip vrrp 200 ip 10.0.0.232
38 : ip local-proxy-arp
39 : exit
40 : username "admin" password 5d5eebca1a77713ab1ecd6e11afc4752 level 15 encrypt
ed
41 : ip vrrp
42 : !
43 : interface ethernet 1/g1
44 : switchport access vlan 10
45 : exit
46 : !
47 : interface ethernet 1/g2
48 : switchport access vlan 2000
49 : exit
50 : !
51 : interface ethernet 1/g3
52 : switchport access vlan 2000
53 : exit
54 : !
55 : interface ethernet 1/g4
56 : switchport access vlan 2000
57 : exit
58 : !
59 : interface ethernet 1/g5
60 : switchport access vlan 2000
61 : exit
62 : !
63 : interface ethernet 1/g6
64 : switchport access vlan 2000
65 : exit
66 : !
67 : interface ethernet 1/g7
68 : switchport access vlan 2000
69 : exit
70 : !
71 : interface ethernet 1/g8
72 : switchport access vlan 2000
73 : exit
74 : !
75 : interface ethernet 1/g9
76 : switchport access vlan 2000
77 : exit
78 : !
79 : interface ethernet 1/g10
80 : switchport access vlan 2000
81 : exit
82 : !
83 : interface ethernet 1/g11
84 : switchport access vlan 2000
85 : exit
86 : !
87 : interface ethernet 1/g12
88 : switchport access vlan 2000
89 : exit
90 : !
91 : interface ethernet 1/g13
92 : switchport access vlan 2000
93 : exit
94 : !
95 : interface ethernet 1/g14
96 : switchport access vlan 2000
97 : exit
98 : !
99 : interface ethernet 1/g15
100 : switchport access vlan 2000
101 : exit
102 : !
103 : interface ethernet 1/g16
104 : switchport access vlan 2000
105 : exit
106 : !
107 : interface ethernet 1/g17
108 : switchport access vlan 2000
109 : exit
110 : !
111 : interface ethernet 1/g18
112 : switchport access vlan 2000
113 : exit
114 : !
115 : interface ethernet 1/g19
116 : switchport access vlan 2000
117 : exit
118 : !
119 : interface ethernet 1/g20
120 : switchport access vlan 2000
121 : exit
122 : !
123 : interface ethernet 1/g21
124 : switchport access vlan 2000
125 : exit
126 : !
127 : interface ethernet 1/g22
128 : switchport access vlan 2000
129 : exit
130 : !
131 : interface ethernet 1/g23
132 : switchport access vlan 2000
133 : exit
134 : !
135 : interface ethernet 1/g24
136 : switchport access vlan 2000
137 : exit
138 : exit

Enviado: 27 Mai 2011, 08:38
por eleudson
Não trabalhei especificamente com este switch, mas vejo que no arquivo de configuração todas as portas estão setadas para as VLANs 10 ou 2000, portanto, não haverá tráfego para a rede 192.168...
Tente criar uma outra VLAN e uma interface para esta faixa de rede. Defina uma porta para esta VLAN e conecte-a ao servidor/gateway.
Caso seja um outro switch que esteja conectado, veja se tem como criar um link com portas Trunk, configurando as mesmas VLANs no outro switch.