1. Add new class 48 ports 10G SFP+/ 6 ports 100G QSFP28 "OnlPlatformPortConfig_48x10_6x100" for agc7648a

Signed-off-by: MASAN.XU <MASAN.XU@DELTA.COM.TW>
This commit is contained in:
MASAN.XU
2017-03-16 01:57:47 +00:00
parent 85e7cecb28
commit 4ceb4351f6
2 changed files with 5 additions and 1 deletions

View File

@@ -502,3 +502,7 @@ class OnlPlatformPortConfig_24x1_4x10(object):
class OnlPlatformPortConfig_8x1_8x10(object):
PORT_COUNT=16
PORT_CONFIG="8x1 + 8x10"
class OnlPlatformPortConfig_48x10_6x100(object):
PORT_COUNT=54
PORT_CONFIG="48x10 + 6x100"

View File

@@ -2,7 +2,7 @@ from onl.platform.base import *
from onl.platform.delta import *
class OnlPlatform_x86_64_delta_agc7648a_r0(OnlPlatformDelta,
OnlPlatformPortConfig_32x100):
OnlPlatformPortConfig_48x10_6x100):
PLATFORM='x86-64-delta-agc7648a-r0'
MODEL="AGC7648A"
SYS_OBJECT_ID=".7648"