Skip to content

Commit

Permalink
Merge pull request #97 from mairklone/isa-card-add
Browse files Browse the repository at this point in the history
add VSR-I chassis type to support network functions based on the isa card
  • Loading branch information
hellt authored Nov 25, 2022
2 parents 0815321 + bdb25eb commit bd06b7f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sros/docker/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit bd06b7f

Please sign in to comment.