cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8599
Views
0
Helpful
3
Replies

Cisco to Mikrotik Trunk Configuration

JI-RAJU
Level 1
Level 1

Plz See the Attachment below 

2 Accepted Solutions

Accepted Solutions

marce1000
VIP
VIP

 

 - Do you also have a question and or problem description ?

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

View solution in original post

setyadwi
Level 1
Level 1
Maybe you can explain further what the problem is to get help.

View solution in original post

3 Replies 3

marce1000
VIP
VIP

 

 - Do you also have a question and or problem description ?

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Sorry For delay reply. I'm sorry It's done. I waited long time but i didn't get a reply. But finally it works.

Thanks to u both. OK, My question was Router-on-a Stick between Mikrotik to Cisco L3 SW.

1. Linksys L2 SW: Individual Port individual VLANs 

1. Cisco L3 SW: VLAN 2: 162.16.2.0/29

                          VLAN 3: 162.16.3.0/29

                          VLAN 4: 162.16.4.0/29

2. Mikrotik: Ether5 will be the Trunk port.

It's working fine but if u you have any better solution then tell me Plz:

 

Solution: Note: This is for beginner i'm also a beginner, i post this from my real experience.  

Linksys Layer 2 Switch configuration:

Step1:Create Different VLANs

          switch>conf

          switch>vlan database

          switch>vlan 2.......

                                    .....24 

          after create VLANs 2 to 24 then assign port for VLANs and also create Native VLANs 999 in same way for trunk port.

         switch> conf

        switch>int ethernet e2

       switch> switchport mode access

      switch>switchport access vlan 2.........

                                                     .................24

Then...... switch>conf

              switch>int g4

              switch>switchport mode trunk

              switch>switchport trunk native vlan 999

              switch>switchport trunk allowed vlan add 2-24

Step 2: Cisco L3 Sw: SVI (Switch Virtual Interface )

                                  switch-L3-SW>conf

                                  switch-L3-SW>vlan database

                                  switch-L3-SW>vlan 2......

                                                                       .......24

                                  switch-L3-SW>conf

                                  switch-L3-SW>int vlan 2

                                  switch-L3-SW> ip address 162.16.2.2 255.255.255.248

                                  switch-L3-SW> no shut......................continue for all VLAN

Trunk: Gigabit ethernet 25 for Trunk port (Trunk Port For L2 G4-L3 G25)

               switch-L3-SW>conf

               switch-L3-SW>int g25

               switch-L3-SW>switchport mode trunk 

                switch-L3-SW> switchport trunk allowed vlan add all

                Create another Trunk for Mikrotik link in same way above suppose int g26 is trunk

This connection is OK between L2 to L3. Now L3-Mikrotik 

Step 3: Cisco Layer 3 Sw- Mikrotik (Connect G26 to Mikrotik ether5)

In mikrotik delete all default setting 

Ether1: Set ISP IP and Gateway (If anyone problems with this then see the details in google )

Ether 5: In Mikrotik left pane see the Bridge - then click on plus (+) and create a new bridge like bridge1

             then.. bridge-port-add add ether5 to bridge 1

                       bridge-VLANs add VLAN ids and current tag port (e.g- 2, ether5,bridge1)

And create same vlan in mikrotik in interface-VLAN and set ip address for every vlan

finally masquerade and vlans filtering enable. Done

Everything is working fine till now. any suggestion . 

setyadwi
Level 1
Level 1
Maybe you can explain further what the problem is to get help.