Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor(eos_cli_config_gen): Add support for MPLS RSVP #4634

Draft
wants to merge 14 commits into
base: devel
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,17 @@ router isis CORE
| LDP Interface Disabled Default | True |
| LDP Transport-Address Interface | Loopback0 |

#### MPLS and LDP Device Configuration
### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet1 | True | True | True |
| Ethernet2 | True | True | True |
| Ethernet3 | True | True | True |
| Ethernet4 | True | True | True |
| Loopback0 | - | True | - |

#### MPLS Device Configuration

```eos
!
Expand All @@ -419,16 +429,6 @@ mpls ldp
no shutdown
```

### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet1 | True | True | True |
| Ethernet2 | True | True | True |
| Ethernet3 | True | True | True |
| Ethernet4 | True | True | True |
| Loopback0 | - | True | - |

## VRF Instances

### VRF Instances Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,17 @@ router isis CORE
| LDP Interface Disabled Default | True |
| LDP Transport-Address Interface | Loopback0 |

#### MPLS and LDP Device Configuration
### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet1 | True | True | True |
| Ethernet2 | True | True | True |
| Ethernet3 | True | True | True |
| Ethernet4 | True | True | True |
| Loopback0 | - | True | - |

#### MPLS Device Configuration

```eos
!
Expand All @@ -419,16 +429,6 @@ mpls ldp
no shutdown
```

### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet1 | True | True | True |
| Ethernet2 | True | True | True |
| Ethernet3 | True | True | True |
| Ethernet4 | True | True | True |
| Loopback0 | - | True | - |

## VRF Instances

### VRF Instances Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,16 @@ router isis CORE
| LDP Interface Disabled Default | True |
| LDP Transport-Address Interface | Loopback0 |

#### MPLS and LDP Device Configuration
### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet1 | True | True | True |
| Ethernet2 | True | True | True |
| Ethernet4 | True | True | True |
| Loopback0 | - | True | - |

#### MPLS Device Configuration

```eos
!
Expand All @@ -399,15 +408,6 @@ mpls ldp
no shutdown
```

### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet1 | True | True | True |
| Ethernet2 | True | True | True |
| Ethernet4 | True | True | True |
| Loopback0 | - | True | - |

## VRF Instances

### VRF Instances Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,16 @@ router isis CORE
| LDP Interface Disabled Default | True |
| LDP Transport-Address Interface | Loopback0 |

#### MPLS and LDP Device Configuration
### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet2 | True | True | True |
| Ethernet3 | True | True | True |
| Ethernet4 | True | True | True |
| Loopback0 | - | True | - |

#### MPLS Device Configuration

```eos
!
Expand All @@ -399,15 +408,6 @@ mpls ldp
no shutdown
```

### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet2 | True | True | True |
| Ethernet3 | True | True | True |
| Ethernet4 | True | True | True |
| Loopback0 | - | True | - |

## VRF Instances

### VRF Instances Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,15 @@ router bfd
| LDP Interface Disabled Default | True |
| LDP Transport-Address Interface | Loopback0 |

#### MPLS and LDP Device Configuration
### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet1 | True | True | True |
| Ethernet2 | True | True | True |
| Loopback0 | - | True | - |

#### MPLS Device Configuration

```eos
!
Expand All @@ -585,14 +593,6 @@ mpls ldp
no shutdown
```

### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet1 | True | True | True |
| Ethernet2 | True | True | True |
| Loopback0 | - | True | - |

## Multicast

### IP IGMP Snooping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,15 @@ router bfd
| LDP Interface Disabled Default | True |
| LDP Transport-Address Interface | Loopback0 |

#### MPLS and LDP Device Configuration
### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet1 | True | True | True |
| Ethernet2 | True | True | True |
| Loopback0 | - | True | - |

#### MPLS Device Configuration

```eos
!
Expand All @@ -585,14 +593,6 @@ mpls ldp
no shutdown
```

### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet1 | True | True | True |
| Ethernet2 | True | True | True |
| Loopback0 | - | True | - |

## Multicast

### IP IGMP Snooping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,15 @@ router bfd
| LDP Interface Disabled Default | True |
| LDP Transport-Address Interface | Loopback0 |

#### MPLS and LDP Device Configuration
### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet1 | True | True | True |
| Ethernet3 | True | True | True |
| Loopback0 | - | True | - |

#### MPLS Device Configuration

```eos
!
Expand All @@ -574,14 +582,6 @@ mpls ldp
no shutdown
```

### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet1 | True | True | True |
| Ethernet3 | True | True | True |
| Loopback0 | - | True | - |

## Multicast

### IP IGMP Snooping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,16 @@ router bfd
| LDP Interface Disabled Default | True |
| LDP Transport-Address Interface | Loopback0 |

#### MPLS and LDP Device Configuration
### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet2 | True | True | True |
| Ethernet3 | True | True | True |
| Ethernet4 | True | True | True |
| Loopback0 | - | True | - |

#### MPLS Device Configuration

```eos
!
Expand All @@ -526,15 +535,6 @@ mpls ldp
no shutdown
```

### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet2 | True | True | True |
| Ethernet3 | True | True | True |
| Ethernet4 | True | True | True |
| Loopback0 | - | True | - |

## VRF Instances

### VRF Instances Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,16 @@ router bfd
| LDP Interface Disabled Default | True |
| LDP Transport-Address Interface | Loopback0 |

#### MPLS and LDP Device Configuration
### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet2 | True | True | True |
| Ethernet3 | True | True | True |
| Ethernet4 | True | True | True |
| Loopback0 | - | True | - |

#### MPLS Device Configuration

```eos
!
Expand All @@ -526,15 +535,6 @@ mpls ldp
no shutdown
```

### MPLS Interfaces

| Interface | MPLS IP Enabled | LDP Enabled | IGP Sync |
| --------- | --------------- | ----------- | -------- |
| Ethernet2 | True | True | True |
| Ethernet3 | True | True | True |
| Ethernet4 | True | True | True |
| Loopback0 | - | True | - |

## VRF Instances

### VRF Instances Summary
Expand Down
Loading
Loading