Options

multi vlan port _3560

dipokdipok Member Posts: 11 ■□□□□□□□□□
Is the multi mode function available at the Catalyst 3560? Can a port be member of more than one vlan in 3560 switch?


How?

Comments

  • Options
    dipokdipok Member Posts: 11 ■□□□□□□□□□
    I tried this way:


    switch 3560

    interface fastethernet0/5
    description multi vlan port
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 11,13,15
    switchport mode trunk


    VLan information:

    vlan 11: 192.168.10.1/24
    vlan 13: 192.168.20.1/24
    vlan 15: 192.168.30.1/24

    Now, when i connect, my pc on that port with either of the following ip address:

    192.168.10.2
    192.168.20.2
    192.168.30.2


    I cant ping the respective gateways.

    From the switch console i can ping to every vlan but not the pc connected to the port.


    How, from my pc i can ping to every vlan?
  • Options
    georgemcgeorgemc Member Posts: 429
    Your PC doesn't understand dot1q. Maybe you could use a trunking NIC?

    Maybe something like this:

    http://www.newegg.com/Product/Product.aspx?Item=N82E16833106114

    that supports 802.1q.

    George
    WGU BS: Business - Information Technology Management
    Start Date: 01 October 2012
    QFT1,PFIT in progress.
    TRANSFERRED/COMPLETED: AGC1,BBC1,LAE1,QBT1,LUT1,QLC1,QMC1,QLT1,IWC1,INC1,INT1,BVC1,CLC1,MGC1, CWV1 BNC1, LIT1,LWC1,QAT1,WFV1,EST1,EGC1,EGT1,IWT1,MKC1,MKT1,RWT1,FNT1,FNC1, BDC1,TPV1 REQUIRED:
  • Options
    dipokdipok Member Posts: 11 ■□□□□□□□□□
    Thanks a lot. I did not knew there are such nick cards.

    well, what if i want that all these three vlan's will be accessible through FastEthernet0/5? Will it be something like:



    ======3560=====(eg 2960 where the port facing fa0/5 is trunk)=====pc (which can access all the vlan)


    simply I am looking for a technique that will allow me to access the vlan's trhough this port.



    Thank you.
  • Options
    bighornsheepbighornsheep Member Posts: 1,506
    You don't need to spend that much to get dot1q-aware NIC, a basic Pro/1000 or even a Pro/100 would work.

    http://www.newegg.com/Product/Product.aspx?Item=N82E16833106121
    Jack of all trades, master of none
  • Options
    darkuserdarkuser Member Posts: 620 ■■■□□□□□□□
    you can also trunk in vmware in software

    http://www.vmware.com/vmtn/resources/412

    trunking is reallly just modifying the ethernet header to use a frame tag
    this can be done in hardware or software.
    isl uses (inserts) data in an unused field
    and dot1q actually modifyies the ethernet frame and recalculates the crc
    rm -rf /
Sign In or Register to comment.