Skip to content

Commit

Permalink
Fix(eos_designs): Management interface renders incorrectly when set o…
Browse files Browse the repository at this point in the history
…ther than default (aristanetworks#1414)

Co-authored-by: Carl Buchmann <[email protected]>
Co-authored-by: ClausHolbechArista <[email protected]>
  • Loading branch information
3 people authored Dec 22, 2021
1 parent e3740ea commit 21a0357
Show file tree
Hide file tree
Showing 28 changed files with 2,545 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@

| Management Interface | description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management1 | oob_management | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 |
| Management0 | oob_management | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 |

#### IPv6

| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management1 | oob_management | oob | MGMT | - | - |
| Management0 | oob_management | oob | MGMT | - | - |

### Management Interfaces Device Configuration

```eos
!
interface Management1
interface Management0
description oob_management
no shutdown
vrf MGMT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@

| Management Interface | description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management1 | oob_management | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 |
| Management0 | oob_management | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 |

#### IPv6

| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management1 | oob_management | oob | MGMT | - | - |
| Management0 | oob_management | oob | MGMT | - | - |

### Management Interfaces Device Configuration

```eos
!
interface Management1
interface Management0
description oob_management
no shutdown
vrf MGMT
Expand Down
Loading

0 comments on commit 21a0357

Please sign in to comment.