Skip to content

Commit

Permalink
Applying suggestions and review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab committed Feb 6, 2024
1 parent 1490330 commit 5cd0ea4
Show file tree
Hide file tree
Showing 10 changed files with 440 additions and 599 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,13 @@ 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 level-1
authentication mode md5 rx-disabled
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 8a shi level-1
authentication key 7 shapass
authentication key-id 2 algorithm sha-512 rfc-5310 key 0 password level-1
authentication key 0 shapass
!
address-family ipv4 unicast
maximum-paths 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ 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 level-1
authentication mode md5 rx-disabled
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 8a shi level-1
authentication key 7 shapass
authentication key-id 2 algorithm sha-512 rfc-5310 key 0 password level-1
authentication key 0 shapass
!
address-family ipv4 unicast
maximum-paths 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,18 @@ router_isis:
enabled: true
timeout: 10
authentication:
key_id:
id: 2
algorithm: sha-512
rfc_5310:
key: 8a
password: shi
level_1: true
key: 7
password: shapass
key_ids:
- id: 2
algorithm: sha-512
rfc_5310:
key_type: 0
key: password
levels: level-1
key_type: 0
key: shapass
mode:
md5:
rx_disabled:
level_1: true
rx_disabled_levels: both

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

Large diffs are not rendered by default.

Loading

0 comments on commit 5cd0ea4

Please sign in to comment.