For more information, including FAQs and resources, please visit the link below:
RDKM-SSO
Any questions or comments please feel free to contact RDK Support team support@rdkcentral.com . Thank you. ***
To disable router mode and enable brigdemode in RPI Router . It means, by default device will be in router mode. Once changed to bridge mode , Private WIFI will stop its broadcasting, Ethernet Client should get public IP address (in erouter series) and Wireless client will lose its connection to private WIFI.
Target | Yocto version | Build instruction |
---|---|---|
RPI4 32bit | Dunfell | RPI 4B Model Reference Platform |
RPI4 32bit | Kirkstone | kirkstone RDK-B RPI4 32 bit |
RPI4 64bit | Dunfell | RPI 4B Model Reference Platform with 64bit Arch |
RPI4 64bit | Kirkstone | Kirkstone RDK-B RPI4 64 bit (Both User Space & Kernel Space) |
Module | TR-181 DM Parameter | Input | Output |
---|---|---|---|
CcspPandM | Device.X_CISCO_COM_DeviceControl.LanManagementEntry.1.LanMode | bridge-static | To disable router mode functionalities and enable bridge mode functionalities in RPI Router. It means ,Private WIFI will stop its broadcasting, Ethernet Client should get public IP address (in erouter series) and Wireless client will lose its connection to private WIFI. |
CcspPandM | Device.X_CISCO_COM_DeviceControl.LanManagementEntry.1.LanMode | router | Change from bridge mode to router mode and verify basic functionality is working fine like internet connectivity for wifi and ethernet clients and also verify admin ui page is accessible. |
To enable bridge mode run the following dmcli commands,
|
Follow the below steps to enable the bridge mode in UI,
1. Open the RPI Router User Interface on web browser
2. From the left-hand column, select "Gateway -> At a Glance"
3. Next to "Enable Bridge Mode", click Enable.
Once the RPI is in bridgemode , below test cases are needs to be passed,
2. A new bridge is created lan0(interface link llan0) which will have 10.0.0.1 ip address
3. Private WiFi should stops broadcasting
4.Ethernet (lan) clients should get Public IP address(i,e in erouter ip series)
5. Verify whether the admin UI page is accessible by using 10.0.0.1 ip in ethernet client device
6. brlan0 shouldn't have IP address
2. lan0 and llan0 interfaces should be deleted
3.Private WiFi Should be broadcasted
4. WiFi and Lan connected clients should get IP address and internet access
5.Admin UI should be accessible via connected clients.
6.brlan0 should have IP address
Tested Image details,
REFPLTB-2901 - Getting issue details... STATUS
REFPLTB-2843 - Getting issue details... STATUS
REFPLTB-2943 - Getting issue details... STATUS
https://code.rdkcentral.com/r/q/topic:%22RPI_BRIDGEMODE%22