Skip to content

Commit

Permalink
improving the coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibhu-gslab committed Jul 26, 2024
1 parent b100036 commit 95ada21
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ router isis EVPN_UNDERLAY
set-overload-bit
set-overload-bit on-startup 55
authentication mode sha key-id 4 rx-disabled
authentication key 0 password
!
```
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,5 @@ interface Management1
```eos
!
router isis EVPN_UNDERLAY
authentication mode sha key-id 4 rx-disabled level-1
authentication key 0 password level-1
!
```
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ interface Vlan4094
| Settings | Value |
| -------- | ----- |
| IPv6 Address-family Enabled | True |
| Maximum-paths | 4 |
| BFD All-interfaces | True |
| TI-LFA Mode | node-protection |
| TI-LFA Level | level-1 |
| TI-LFA SRLG Enabled | True |
Expand Down Expand Up @@ -308,8 +306,6 @@ router isis EVPN_UNDERLAY
fast-reroute ti-lfa srlg strict
!
address-family ipv6 unicast
maximum-paths 4
bfd all-interfaces
fast-reroute ti-lfa mode node-protection level-1
fast-reroute ti-lfa srlg strict
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,23 @@ interface Vlan4094
| Settings | Value |
| -------- | ----- |
| IPv4 Address-family Enabled | True |
| Maximum-paths | 2 |
| TI-LFA Mode | node-protection |
| TI-LFA Level | level-2 |
| TI-LFA SRLG Enabled | True |

#### Tunnel Source

| Source Protocol | RCF |
| --------------- | --- |
| BGP Labeled-Unicast | - |

#### ISIS IPv6 Address Family Summary

| Settings | Value |
| -------- | ----- |
| IPv6 Address-family Enabled | True |
| BFD All-interfaces | True |
| TI-LFA SRLG Enabled | True |

#### Router ISIS Device Configuration

Expand All @@ -342,7 +358,13 @@ router isis EVPN_UNDERLAY
authentication key 0 password
!
address-family ipv4 unicast
maximum-paths 2
tunnel source-protocol bgp ipv4 labeled-unicast
fast-reroute ti-lfa mode node-protection level-2
fast-reroute ti-lfa srlg
!
address-family ipv6 unicast
bfd all-interfaces
fast-reroute ti-lfa srlg
!
segment-routing mpls
shutdown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ router isis EVPN_UNDERLAY
set-overload-bit
set-overload-bit on-startup 55
authentication mode sha key-id 4 rx-disabled
authentication key 0 password
!
!
end
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ interface Management1
ip address 10.73.255.122/24
!
router isis EVPN_UNDERLAY
authentication mode sha key-id 4 rx-disabled level-1
authentication key 0 password level-1
!
!
end
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ router isis EVPN_UNDERLAY
fast-reroute ti-lfa srlg strict
!
address-family ipv6 unicast
maximum-paths 4
bfd all-interfaces
fast-reroute ti-lfa mode node-protection level-1
fast-reroute ti-lfa srlg strict
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,13 @@ router isis EVPN_UNDERLAY
authentication key 0 password
!
address-family ipv4 unicast
maximum-paths 2
tunnel source-protocol bgp ipv4 labeled-unicast
fast-reroute ti-lfa mode node-protection level-2
fast-reroute ti-lfa srlg
!
address-family ipv6 unicast
bfd all-interfaces
fast-reroute ti-lfa srlg
!
segment-routing mpls
shutdown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ router_isis:
authentication:
both:
key_type: 0
key: password
mode: sha
sha:
key_id: 4
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ router_isis:
enabled: True
rcf: lu_2_sr_pfx()
address_family_ipv6:
maximum_paths: 4
bfd_all_interfaces: true
fast_reroute_ti_lfa:
mode: node-protection
level: level-1
Expand Down Expand Up @@ -104,6 +102,10 @@ router_isis:
key_type: 0
key: password
rfc_5310: true
- id: 3
algorithm: sha-1
key_type: 0
key: password3
level_2:
key_type: 0
key: password
Expand All @@ -121,6 +123,10 @@ router_isis:
key_type: 0
key: password
rfc_5310: true
- id: 3
algorithm: sha-1
key_type: 0
key: password2

### Ethernet Interfaces ###
ethernet_interfaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ router_isis:
mpls_ldp_sync_default: false
spf_interval:
interval: 250
graceful_restart:
enabled: false
timers:
local_convergence:
protected_prefixes: true
Expand All @@ -18,7 +20,21 @@ router_isis:
- source_protocol: bgp
route_map: RM-BGP
address_family_ipv4:
maximum_paths: 2
tunnel_source_labeled_unicast:
enabled: True
fast_reroute_ti_lfa:
mode: node-protection
level: level-2
srlg:
enable: true
strict: false
address_family_ipv6:
bfd_all_interfaces: true
fast_reroute_ti_lfa:
level: level-2
srlg:
enable: true
strict: false
segment_routing_mpls:
enabled: false
prefix_segments:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ router-isis
router-isis-new
router-isis-1
router-isis-2
router-isis-3
router-l2-vpn
router-msdp
router-multicast
Expand Down

0 comments on commit 95ada21

Please sign in to comment.