[Nokia-IXR7250E][Devicedata] update the device data for Nokia IXR7250E platform (#15216)
Why I did it Update the device data files to support 1024 LAGs for Nokia IXR7250E platform fixes https://github.com/Nokia-ION/ndk/issues/15 How I did it Update the lag_id_end=1024 in chassisdb.conf file and add the trunk_group_max_members=16 in the BCM config file How to verify it check to allow to create lag ids up to 1024 with 16 port members Signed-off-by: mlok <marty.lok@nokia.com>
This commit is contained in:
parent
9dce453552
commit
d4a81ea121
@ -2092,3 +2092,4 @@ xflow_macsec_secure_chan_to_num_secure_assoc_encrypt=2
|
||||
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt=4
|
||||
cmic_dma_abort_in_cold_boot=0
|
||||
sai_pfc_dlr_init_capability=0
|
||||
trunk_group_max_members=16
|
||||
|
@ -2093,3 +2093,4 @@ xflow_macsec_secure_chan_to_num_secure_assoc_encrypt=2
|
||||
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt=4
|
||||
cmic_dma_abort_in_cold_boot=0
|
||||
sai_pfc_dlr_init_capability=0
|
||||
trunk_group_max_members=16
|
||||
|
@ -2094,3 +2094,4 @@ xflow_macsec_secure_chan_to_num_secure_assoc_encrypt=2
|
||||
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt=4
|
||||
cmic_dma_abort_in_cold_boot=0
|
||||
sai_pfc_dlr_init_capability=0
|
||||
trunk_group_max_members=16
|
||||
|
@ -2096,3 +2096,4 @@ xflow_macsec_secure_chan_to_num_secure_assoc_encrypt=2
|
||||
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt=4
|
||||
cmic_dma_abort_in_cold_boot=0
|
||||
sai_pfc_dlr_init_capability=0
|
||||
trunk_group_max_members=16
|
||||
|
@ -1,4 +1,4 @@
|
||||
start_chassis_db=1
|
||||
chassis_db_address=10.6.0.100
|
||||
lag_id_start=1
|
||||
lag_id_end=512
|
||||
lag_id_end=1024
|
||||
|
Loading…
Reference in New Issue
Block a user