Skip to content

Commit

Permalink
Restructuring the data-model and template
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab committed Feb 8, 2024
1 parent 932feb5 commit 4405683
Show file tree
Hide file tree
Showing 13 changed files with 829 additions and 437 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,18 @@ router isis EVPN_UNDERLAY
set-overload-bit on-startup wait-for-bgp timeout 10
advertise passive-only
spf-interval 250 10
authentication mode md5 rx-disabled
authentication mode md5 level-1
authentication mode sha key-id 2 level-2
graceful-restart
graceful-restart t2 level-1 10
graceful-restart t2 level-2 20
graceful-restart restart-hold-time 10
authentication key-id 2 algorithm sha-512 rfc-5310 key 0 password level-1
authentication key 0 shapass
authentication key 0 password
authentication key-id 2 algorithm sha-512 key 0 password
authentication key 0 password level-1
authentication key-id 1 algorithm sha-1 rfc-5310 key 0 password level-1
authentication key 0 password level-2
authentication key-id 1 algorithm sha-1 rfc-5310 key 0 password level-2
!
address-family ipv4 unicast
maximum-paths 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ router isis EVPN_UNDERLAY
mpls ldp sync default
timers local-convergence-delay 15000 protected-prefixes
advertise passive-only
authentication mode sha key-id 4
!
address-family ipv4 unicast
maximum-paths 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,18 @@ router isis EVPN_UNDERLAY
set-overload-bit on-startup wait-for-bgp timeout 10
advertise passive-only
spf-interval 250 10
authentication mode md5 rx-disabled
authentication mode md5 level-1
authentication mode sha key-id 2 level-2
graceful-restart
graceful-restart t2 level-1 10
graceful-restart t2 level-2 20
graceful-restart restart-hold-time 10
authentication key-id 2 algorithm sha-512 rfc-5310 key 0 password level-1
authentication key 0 shapass
authentication key 0 password
authentication key-id 2 algorithm sha-512 key 0 password
authentication key 0 password level-1
authentication key-id 1 algorithm sha-1 rfc-5310 key 0 password level-1
authentication key 0 password level-2
authentication key-id 1 algorithm sha-1 rfc-5310 key 0 password level-2
!
address-family ipv4 unicast
maximum-paths 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ router isis EVPN_UNDERLAY
mpls ldp sync default
timers local-convergence-delay 15000 protected-prefixes
advertise passive-only
authentication mode sha key-id 4
!
address-family ipv4 unicast
maximum-paths 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,48 @@ router_isis:
enabled: true
timeout: 10
authentication:
key_id:
- id: 2
algorithm: sha-512
rfc_5310:
both:
key_type: 0
key: password
key_id:
- id: 2
algorithm: sha-512
key_type: 0
key: password
levels: level-1
key_type: 0
key: shapass
mode:
md5:
rx_disabled_levels: both
rfc_5310: false
level_1:
key_type: 0
key: password
mode: md5
rx_disabled: true
key_id:
- id: 1
algorithm: sha-1
key_type: 0
key: password
rfc_5310: true
- id: 2
algorithm: sha-1
key_type: 0
key: password
rfc_5310: true
level_2:
key_type: 0
key: password
mode: sha
sha:
key_id: 2
key_id:
- id: 1
algorithm: sha-1
key_type: 0
key: password
rfc_5310: true
- id: 2
algorithm: sha-1
key_type: 0
key: password
rfc_5310: true

### Ethernet Interfaces ###
ethernet_interfaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ router_isis:
maximum_paths: 2
segment_routing_mpls:
enabled: true
authentication:
both:
mode: sha
sha:
key_id: 4
level_1:
mode: md5
rx_disabled: true
level_2:
mode: sha
sha:
key_id: 2

### Ethernet Interfaces ###
ethernet_interfaces:
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 4405683

Please sign in to comment.