Jump to content
Калькуляторы

VLANs des-3200

всем привет

есть MT который раздает VLANs,

есть des-3200-28f (0) №1 1-26 портах которого часть этих вланов сидит. Все работает нормально.

На его 27 порт подключен еще des-3200-28f (11).

На всех его портах тоже должны быть VLANs, но почему-то не получается.

конфиги такие:

 

MT:
/interface vlan
add name=vlan1 vlan-id=1001 interface=bridge-2
...
add name=vlan27 vlan-id=1027 interface=bridge-2
add name=vlan11-1 vlan-id=1101 interface=bridge-2
...
add name=vlan11-27 vlan-id=1127 interface=bridge-2

/ip address
add address=10.0.1.1/24 interface=vlan1
...
add address=10.0.27.1/24 interface=vlan27
add address=10.11.1.1/24 interface=vlan11-1
...
add address=10.11.27.1/24 interface=vlan11-27

/ip pool
add name=pool1 ranges=10.0.1.2-10.0.1.254
...
add name=pool27 ranges=10.0.27.2-10.0.27.254
add name=pool11-1 ranges=10.11.1.2-10.11.1.254
...
add name=pool11-27 ranges=10.11.27.2-10.11.27.254

/ip dhcp-server
add authoritative=yes name=dhcp1 interface=vlan1 address-pool=pool1
...
add authoritative=yes name=dhcp27 interface=vlan27 address-pool=pool27
add authoritative=yes name=dhcp11-1 interface=vlan11-1 address-pool=pool11-1 
...
add authoritative=yes name=dhcp11-27 interface=vlan11-27 address-pool=pool11-27

/ip dhcp-server network
add address=10.0.1.0/24 gateway=10.0.1.1
...
add address=10.0.27.0/24 gateway=10.0.27.1
add address=10.11.1.0/24 gateway=10.11.1.1
...
add address=10.11.27.0/24 gateway=10.11.27.1

des(0):
config vlan default delete 1-26
create vlan u1 tag 1001
config vlan u1 add untagged 1
config vlan u1 add tagged 28
...
create vlan u27 tag 1026
config vlan u27 add untagged 26
config vlan u27 add tagged 28

des(11):
config vlan default delete 1-27
create vlan u1 tag 1101
config vlan u1 add untagged 1
config vlan u1 add tagged 28
...
create vlan u27 tag 1127
config vlan u27 add untagged 27
config vlan u27 add tagged 28

помогите пожалуйста

Share this post


Link to post
Share on other sites

А как вланы из des11 (1101-1127) попадут на порт микротика, если у вас des0 (через который проходят эти вланы) ничего не знает про эти вланы?

 

des(0)

create vlan d11-u1 tag 1101

config vlan d11-u1 add tagged 27,28

...

create vlan d11-u27 tag 1127

config vlan d11-u27 add tagged 27,28

 

Или использовать VLAN Trunk

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.