Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions netsim/devices/srlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ group_vars:
bgp: [ bgp, bgp-evpn ]
connected: [ local ]
isis: [ isis ]
static: [ static ]
sr:
srgb.start: 500000
srgb.size: 1000
Expand Down Expand Up @@ -48,7 +49,7 @@ features:
local_as_ibgp: True
activate_af: True
ipv6_lla: True
import: [ ospf, isis, connected, vrf, no_policy ]
import: [ ospf, isis, connected, static, vrf, no_policy ]
community:
standard: [ standard, large ]
large: [ large ]
Expand Down Expand Up @@ -77,12 +78,12 @@ features:
ipv4: True
ipv6: True
network: True
import: [ ospf, bgp, connected, vrf, no_policy ]
import: [ ospf, bgp, connected, static, vrf, no_policy ]
mpls:
ldp: True # on 7250 IXR only
ospf:
unnumbered: True
import: [ bgp, isis, connected, vrf, no_policy ]
import: [ bgp, isis, connected, static, vrf, no_policy ]
default: true
areas: true
routing:
Expand Down
7 changes: 4 additions & 3 deletions netsim/devices/sros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ group_vars:
bgp: [ bgp ]
connected: [ direct ]
isis: [ isis ]
static: [ static ]
sr:
srgb.start: 500000
srgb.size: 1000
Expand All @@ -43,7 +44,7 @@ features:
local_as_ibgp: True
activate_af: True
ipv6_lla: False
import: [ ospf, isis, connected, vrf, no_policy ]
import: [ ospf, isis, connected, static, vrf, no_policy ]
default_originate: true
allowas_in: true
as_override: true
Expand All @@ -63,15 +64,15 @@ features:
ipv4: True
ipv6: True
network: False # SROS treats the interfaces as point-to-point and forms at most 1 adjacency
import: [ ospf, bgp, connected, vrf, no_policy ]
import: [ ospf, bgp, connected, static, vrf, no_policy ]
mpls:
ldp: True
bgp: True # BGP-LU
vpn: True
6pe: True # also implies BGP-LU
ospf:
unnumbered: True
import: [ bgp, isis, connected, vrf, no_policy ]
import: [ bgp, isis, connected, static, vrf, no_policy ]
strict_bfd: True # RFC9355 support
ripv2:
ipv4: True
Expand Down
Loading