PPPoE on VLAN

Hello everybody,

I have a CCR1016-12G Cloud Core and I would like to deploy the following scenario:

I have done the following steps:

VLAN 100: ether2
BRIDGE_pppoe: ether1 - VLAN 100.
IP > Addresses > 192.168.201.1/24 - ether1

IP > Pool > 192.168.100.2-192.168.100-252., NAME: PPPoE_pool
PPP > PROFILES > NAME: profile_pppoe, LOCAL-ADDRESS: 192.168.100.1, REMOTE ADDRESS: PPPoE_pool
PPP > PPPoE Servers. INTERFACE: bridge_pppoe, PROFILE: profile_pppoe

IP> FIREWALL > NAT. 192.168.100.0/24 scrnat masquerade.

The equipment connected to ether2 receive properly the IP address from the PPPoE server, but the problem is that it can’t establish a connection to the network in ether1 192.168.201.0/24.

Could you help me? Thank you.

From first glance, it appears you are bridging both ether1 and Vlan100 together.

I would say remove the bridge, and let the MT route the traffic as you probably intended it to.

Whats probably happening is, if you have bridged them together, the Layer 3 boundary for the two subnets has no routing point.

While you can bridge, the hosts would need to be in the same subnet to communicate.