Skip to content

Commit

Permalink
Feat(eos_cli_config_gen): Add route_map_in/out for `router_bgp.addr…
Browse files Browse the repository at this point in the history
…ess_family_evpn.neighbors[]` (aristanetworks#4625)
  • Loading branch information
laxmikantchintakindi authored and gmuloc committed Oct 29, 2024
1 parent 5b798ec commit 3641874
Show file tree
Hide file tree
Showing 110 changed files with 394 additions and 362 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP Device Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -773,10 +773,10 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| WAN-OVERLAY-PEERS | True | path-selection |
| WAN-RR-OVERLAY-PEERS | True | path-selection |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| WAN-OVERLAY-PEERS | True | - | - | path-selection |
| WAN-RR-OVERLAY-PEERS | True | - | - | path-selection |

#### Router BGP IPv4 SR-TE Address Family

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -773,10 +773,10 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| WAN-OVERLAY-PEERS | True | path-selection |
| WAN-RR-OVERLAY-PEERS | True | path-selection |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| WAN-OVERLAY-PEERS | True | - | - | path-selection |
| WAN-RR-OVERLAY-PEERS | True | - | - | path-selection |

#### Router BGP IPv4 SR-TE Address Family

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP VLANs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP VLANs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -871,15 +871,15 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| WAN-OVERLAY-PEERS | True | path-selection |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| WAN-OVERLAY-PEERS | True | RM-EVPN-SOO-IN | RM-EVPN-SOO-OUT | path-selection |

##### EVPN Neighbors

| Neighbor | Activate | Encapsulation |
| -------- | -------- | ------------- |
| 192.168.42.4 | True | path-selection |
| Neighbor | Activate | Route-map In | Route-map Out | Encapsulation |
| -------- | -------- | ------------ | ------------- | ------------- |
| 192.168.42.4 | True | - | - | path-selection |

##### EVPN DCI Gateway Summary

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -872,15 +872,15 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| WAN-OVERLAY-PEERS | True | path-selection |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| WAN-OVERLAY-PEERS | True | RM-EVPN-SOO-IN | RM-EVPN-SOO-OUT | path-selection |

##### EVPN Neighbors

| Neighbor | Activate | Encapsulation |
| -------- | -------- | ------------- |
| 192.168.42.3 | True | path-selection |
| Neighbor | Activate | Route-map In | Route-map Out | Encapsulation |
| -------- | -------- | ------------ | ------------- | ------------- |
| 192.168.42.3 | True | - | - | path-selection |

##### EVPN DCI Gateway Summary

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -699,9 +699,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP VLANs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -699,9 +699,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP VLANs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -832,15 +832,15 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| WAN-OVERLAY-PEERS | True | path-selection |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| WAN-OVERLAY-PEERS | True | RM-EVPN-SOO-IN | RM-EVPN-SOO-OUT | path-selection |

##### EVPN Neighbors

| Neighbor | Activate | Encapsulation |
| -------- | -------- | ------------- |
| 192.168.42.8 | True | path-selection |
| Neighbor | Activate | Route-map In | Route-map Out | Encapsulation |
| -------- | -------- | ------------ | ------------- | ------------- |
| 192.168.42.8 | True | - | - | path-selection |

##### EVPN DCI Gateway Summary

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -834,15 +834,15 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| WAN-OVERLAY-PEERS | True | path-selection |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| WAN-OVERLAY-PEERS | True | RM-EVPN-SOO-IN | RM-EVPN-SOO-OUT | path-selection |

##### EVPN Neighbors

| Neighbor | Activate | Encapsulation |
| -------- | -------- | ------------- |
| 192.168.42.7 | True | path-selection |
| Neighbor | Activate | Route-map In | Route-map Out | Encapsulation |
| -------- | -------- | ------------ | ------------- | ------------- |
| 192.168.42.7 | True | - | - | path-selection |

##### EVPN DCI Gateway Summary

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -794,9 +794,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| WAN-OVERLAY-PEERS | True | path-selection |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| WAN-OVERLAY-PEERS | True | RM-EVPN-SOO-IN | RM-EVPN-SOO-OUT | path-selection |

#### Router BGP IPv4 SR-TE Address Family

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP VLANs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP VLANs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -683,10 +683,10 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-CORE | True | default |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-CORE | True | - | - | default |
| EVPN-OVERLAY-PEERS | True | - | - | default |

##### EVPN DCI Gateway Summary

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -683,10 +683,10 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-CORE | True | default |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-CORE | True | - | - | default |
| EVPN-OVERLAY-PEERS | True | - | - | default |

##### EVPN DCI Gateway Summary

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP Device Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP Device Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP VLANs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP VLANs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -683,10 +683,10 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-CORE | True | default |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-CORE | True | - | - | default |
| EVPN-OVERLAY-PEERS | True | - | - | default |

##### EVPN DCI Gateway Summary

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -683,10 +683,10 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-CORE | True | default |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-CORE | True | - | - | default |
| EVPN-OVERLAY-PEERS | True | - | - | default |

##### EVPN DCI Gateway Summary

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP Device Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP Device Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -723,9 +723,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP VLANs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -723,9 +723,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP VLANs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -723,9 +723,9 @@ ASN Notation: asplain

##### EVPN Peer Groups

| Peer Group | Activate | Encapsulation |
| ---------- | -------- | ------------- |
| EVPN-OVERLAY-PEERS | True | default |
| Peer Group | Activate | Route-map In | Route-map Out | Encapsulation |
| ---------- | -------- | ------------ | ------------- | ------------- |
| EVPN-OVERLAY-PEERS | True | - | - | default |

#### Router BGP VLANs

Expand Down
Loading

0 comments on commit 3641874

Please sign in to comment.