From bdb25eb39783d07fa26be0f3ac6970541d6c47e0 Mon Sep 17 00:00:00 2001 From: mairklone Date: Fri, 25 Nov 2022 04:59:50 +0000 Subject: [PATCH] add vsr-i to support isa card --- sros/docker/launch.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/sros/docker/launch.py b/sros/docker/launch.py index 5c999371..2e1b1604 100755 --- a/sros/docker/launch.py +++ b/sros/docker/launch.py @@ -251,6 +251,20 @@ def line_card_config(chassis, card, mda, integrated=False, card_type=None): } ], }, + "vsr-i": { + "deployment_model": "integrated", + "min_ram": 8, # minimum RAM requirements + "max_nics": 20, + "timos_line": "chassis=VSR-I slot=A card=iom-v mda/1=m20-v mda/2=isa-tunnel-v", + "card_config": """/configure card 1 card-type iom-v + /configure card 1 mda 1 mda-type m20-v + /configure card 1 mda 2 mda-type isa-tunnel-v + """, + # depending of the Network Function the Multi-Service Integrated Services Module (MS-ISM) card could be also defined as: + # isa-aa-v --> Application Assurance (Stateful Firewall) + # isa-bb-v --> Broadband (BNG, LAC, LNS) + # isa-tunnel-v (Already Configured) --> IP Tunneling (GRE, IPSec) + }, } SROS_COMMON_CFG = """/configure system name {name}