Hi there!
Currently I have the following equipment and configuration:
- CCR1036-12G-4S is used as a main router.
- Using switches in the nearing buildings, in total 120 access points (rbcapgi-5acd2nd) connected to the main router through the ether6 interface.
- All APs is managed by CAPsMAN (remote forwarding).
- ISP fiber cable is connected to the sfp1 interface.
- ISP is providing paid hot spot internet through 613 VLAN using access mode.
Here is a problem:
Whenever I’m doing
/interface enable sfp1
/interface enable ether5
/interface bridge
add name=bridge1 fast-forward=no
/interface bridge port
add interface=ether5 bridge=bridge1 pvid=613
add interface=sfp1 bridge=bridge1
/interface bridge vlan
add bridge=bridge1 vlan-ids=613 tagged=sfp1 untagged=ether5
/interface bridge
set bridge1 vlan-filtering=yes
And whenever I’m connect to the ether5 interface using twisted pair cable with my laptop I’ve been successfully redirected to the ISP authorization page when I open any website.
My problem is CAPsMAN use bridge called bridge_ap_wi_fi and I can’t make the command
/interface bridge port
add interface=bridge_ap_wi_fi bridge=bridge1 pvid=613
because essentially I need to bridge the bridge.
Is there any workaround for my problem?
Help me please.
Kind regards.