mirror of
				https://github.com/Telecominfraproject/ols-nos.git
				synced 2025-10-31 01:57:48 +00:00 
			
		
		
		
	[Mellanox] Change the default breakout mode for internal ports of the Mellanox-SN4700-O28 SKU. (#17192)
- Why I did it Fix the issue with configuration generation from the minigrapth: - How I did it Change the default breakout mode for internal ports to the mode that corresponds platfom.json configuration. - How to verify it 1. Deploy minigraph 2. Run config load_minigraph -y command
This commit is contained in:
		 Oleksandr Ivantsiv
					Oleksandr Ivantsiv
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							2e32cba321
						
					
				
				
					commit
					c2af11064f
				
			| @@ -85,16 +85,16 @@ | ||||
|             "default_brkout_mode": "1x400G[200G,100G,50G,40G,25G,10G,1G]" | ||||
|         }, | ||||
|         "Ethernet224": { | ||||
|             "default_brkout_mode": "1x200G" | ||||
| 	    "default_brkout_mode": "1x200G[400G,100G,50G,40G,25G,10G,1G]" | ||||
|         }, | ||||
|         "Ethernet232": { | ||||
|             "default_brkout_mode": "1x200G" | ||||
| 	    "default_brkout_mode": "1x200G[400G,100G,50G,40G,25G,10G,1G]" | ||||
|         }, | ||||
|         "Ethernet240": { | ||||
|             "default_brkout_mode": "1x200G" | ||||
| 	    "default_brkout_mode": "1x200G[400G,100G,50G,40G,25G,10G,1G]" | ||||
|         }, | ||||
|         "Ethernet248": { | ||||
|             "default_brkout_mode": "1x200G" | ||||
| 	    "default_brkout_mode": "1x200G[400G,100G,50G,40G,25G,10G,1G]" | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user