This message was posted by a user wishing to remain anonymous
Hello Team,
We want to migrate our L2 collections from our Ericsson SSR LNS to a new MX240 LNS.
However, we have a specific configurations on the SSR
- A VLAN corresponds to a regional area, not to a client.
- Each VLAN is associated with a particular MAC address.
We have tried to apply this configuration on the MX240, but unfortunately, it appears that we can only assign a MAC address to an entire interface, not to a sub-interface.
We also tried putting the sub-interfaces in bridge mode, which allows us to configure the MAC address, but it is then impossible to have PPPoE on the sub-interface.
On the Ericsson side, the configuration looks like this
We have tried this configuration on the mx240, but ppp encap seems not working correctly.
[edit groups maquette-paritel interfaces]
+ ae6 {
+ unit 31 {
+ encapsulation ppp-over-ether;
+ auto-configure {
+ stacked-vlan-ranges {
+ dynamic-profile test {
+ accept pppoe;
+ }
+ }
+ }
+ family bridge {
+ interface-mode access;
+ vlan-id 31;
+ }
+ }
+ }
[edit interfaces]
+ irb {
+ unit 31 {
+ family inet {
+ address 172.31.31.31/24;
+ }
+ mac 00:00:00:00:00:01;
+ }
+ }
[edit]
+ bridge-domains {
+ vlan31 {
+ vlan-id 31;
+ routing-interface irb.31;
+ }
+ }
Could any one assist me with this issue please ?
Best regards,