Hello everyone!
Neer yours help!
How to configure MikroTik 951G-2HnD?
I need next:
MikroTik like a wirless AP. MikroTik do l2tp tunnel to a Cisco 2801 or a Huawei AR 1220.
Clients traffic goes on this tunnel, but i need to tag this traffic, cause on Cisco or Huawei i have bridge to another switch with vlan 142.
This scheme works with Ruckus Wireless.
Mine CISCO configuration:
vpdn-group test
accept-dialin
protocol l2tp
virtual-template 1
source-ip ...
local name test1
no l2tp tunnel authentication
!
interface FastEthernet0/1
no ip address
no ip unreachables
no ip mroute-cache
speed auto
full-duplex
vlan-range dot1q 1 142
bridge-group 1
exit-vlan-config
!
!
interface Virtual-Template1
no ip address
ppp authentication chap
bridge-group 1
bridge-group 1 spanning-disabled
!