[ milence011 @ 12.10.2007. 23:12 ] @
Konfigurisao sam tri vlana na cisco catalyst 3560 ali nikako ne znam kako da povezem sva tri vlana, posto zelim da racunari iz jednog vlana vide druge u drugom vlanu. Nemam veliko iskustvo u ovome i ovo sam mukom napravio.



hostname Switch
!
!
no aaa new-model
ip subnet-zero
ip routing
!
!
!
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
interface FastEthernet0/1
!
interface FastEthernet0/2
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/3
switchport access vlan 3
switchport mode access
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
no ip address
!
interface Vlan2
ip address 11.11.11.11 255.255.255.0
!
interface Vlan3
ip address 192.168.17.11 255.255.255.0
!
ip classless
ip http server
!
!
control-plane
!
!
line con 0
line vty 5 15
[ optix @ 13.10.2007. 00:02 ] @
http://www.elitesecurity.org/p1638029
[ Ivek33 @ 13.10.2007. 20:57 ] @
da bi se tri različita VLAN-a vidjela međusobno potreban ti je Router ili L3 Switch kao što kaže @markom na linku koji ti je dao @optix
[ Milan Andjelkovic @ 13.10.2007. 23:53 ] @
pa reče čovek u prvom postu da ima layer3 switch
[ machiavelli @ 14.10.2007. 10:23 ] @
@milence011

Daj nam "show ip route" sa switch-a

Sta su ti default gateway-i racunarima u mrezi?

Pozdrav.
[ milence011 @ 14.10.2007. 13:59 ] @
to su tri vlana da li da stavljam racunarima u vlanu default gatewy adresu njihovog vlana odnosno da li je neophodan defaul gateway vlana u kome je racunar
[ machiavelli @ 14.10.2007. 15:08 ] @
Da. Racunarima u mrezi moras da stavis kao GW, adresu VLAN-a koju si kreirao na svicu. PC iz mreze 192.168.17.0 mora da ima gateway 192.168.17.11, itd.

Pozdrav.