Skip to content
Original file line number Diff line number Diff line change
@@ -0,0 +1,226 @@
# digital-twin-cv-instance-1

## Table of Contents

- [Management](#management)
- [Management Interfaces](#management-interfaces)
- [NTP](#ntp)
- [Management API HTTP](#management-api-http)
- [Authentication](#authentication)
- [Enable Password](#enable-password)
- [Monitoring](#monitoring)
- [TerminAttr Daemon](#terminattr-daemon)
- [Internal VLAN Allocation Policy](#internal-vlan-allocation-policy)
- [Internal VLAN Allocation Policy Summary](#internal-vlan-allocation-policy-summary)
- [Internal VLAN Allocation Policy Device Configuration](#internal-vlan-allocation-policy-device-configuration)
- [Routing](#routing)
- [Service Routing Protocols Model](#service-routing-protocols-model)
- [IP Routing](#ip-routing)
- [IPv6 Routing](#ipv6-routing)
- [Static Routes](#static-routes)
- [Multicast](#multicast)
- [IP IGMP Snooping](#ip-igmp-snooping)
- [VRF Instances](#vrf-instances)
- [VRF Instances Summary](#vrf-instances-summary)
- [VRF Instances Device Configuration](#vrf-instances-device-configuration)

## Management

### Management Interfaces

#### Management Interfaces Summary

##### IPv4

| Management Interface | Description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management1 | OOB_MANAGEMENT | oob | MGMT | 192.168.1.10/32 | 192.168.1.254 |

##### IPv6

| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | ND RA Disabled | ND RA RX Accept | ND Managed Config Flag | ND Other Config Flag | ND Cache | ND RA DNS Servers |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ | -------------- | --------------- | ---------------------- | -------------------- | -------- | ----------------- |
| Management1 | OOB_MANAGEMENT | oob | MGMT | - | - | - | - | - | - | - | - |

#### Management Interfaces Device Configuration

```eos
!
interface Management1
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 192.168.1.10/32
```

### NTP

#### NTP Summary

##### NTP Local Interface

| Interface | VRF |
| --------- | --- |
| Management1 | MGMT |

##### NTP Servers

NTP servers VRF: MGMT

| Server | Preferred | Burst | iBurst | Version | Min Poll | Max Poll | Local-interface | Source Address | Key |
| ------ | --------- | ----- | ------ | ------- | -------- | -------- | --------------- | -------------- | --- |
| 0.pool.ntp.org | True | - | - | - | - | - | - | - | - |

#### NTP Device Configuration

```eos
!
ntp local-interface vrf MGMT Management1
ntp server vrf MGMT 0.pool.ntp.org prefer
```

### Management API HTTP

#### Management API HTTP Summary

| HTTP | HTTPS | UNIX-Socket | Default Services | Session Timeout |
| ---- | ----- | ----------- | ---------------- | --------------- |
| False | True | - | - | 1440 minutes |

#### Management API VRF Access

| VRF Name | IPv4 ACL | IPv6 ACL |
| -------- | -------- | -------- |
| MGMT | - | - |

#### Management API HTTP Device Configuration

```eos
!
management api http-commands
protocol https
no shutdown
!
vrf MGMT
no shutdown
```

## Authentication

### Enable Password

Enable password has been disabled

## Monitoring

### TerminAttr Daemon

#### TerminAttr Daemon Summary

| CV Compression | CloudVision Servers | VRF | Authentication | Smash Excludes | Ingest Exclude | Bypass AAA |
| -------------- | ------------------- | --- | -------------- | -------------- | -------------- | ---------- |
| gzip | 10.20.30.40:9910 | MGMT | token,/tmp/token | ale,flexCounter,hardware,kni,pulse,strata | - | False |

#### TerminAttr Daemon Device Configuration

```eos
!
daemon TerminAttr
exec /usr/bin/TerminAttr -cvaddr=10.20.30.40:9910 -cvauth=token,/tmp/token -cvvrf=MGMT -smashexcludes=ale,flexCounter,hardware,kni,pulse,strata -taillogs -cvsourceintf=Management1
no shutdown
```

## Internal VLAN Allocation Policy

### Internal VLAN Allocation Policy Summary

| Policy Allocation | Range Beginning | Range Ending |
| ----------------- | --------------- | ------------ |
| ascending | 1006 | 1199 |

### Internal VLAN Allocation Policy Device Configuration

```eos
!
vlan internal order ascending range 1006 1199
```

## Routing

### Service Routing Protocols Model

Multi agent routing protocol model enabled

```eos
!
service routing protocols model multi-agent
```

### IP Routing

#### IP Routing Summary

| VRF | Routing Enabled |
| --- | --------------- |
| default | False |
| MGMT | False |

#### IP Routing Device Configuration

```eos
no ip routing vrf MGMT
```

### IPv6 Routing

#### IPv6 Routing Summary

| VRF | Routing Enabled |
| --- | --------------- |
| default | False |
| MGMT | false |

### Static Routes

#### Static Routes Summary

| VRF | Destination Prefix | Next Hop IP | Exit interface | Administrative Distance | Tag | Route Name | Metric |
| --- | ------------------ | ----------- | -------------- | ----------------------- | --- | ---------- | ------ |
| MGMT | 0.0.0.0/0 | 192.168.1.254 | - | 1 | - | - | - |

#### Static Routes Device Configuration

```eos
!
ip route vrf MGMT 0.0.0.0/0 192.168.1.254
```

## Multicast

### IP IGMP Snooping

#### IP IGMP Snooping Summary

| IGMP Snooping | Fast Leave | Interface Restart Query | Proxy | Restart Query Interval | Robustness Variable |
| ------------- | ---------- | ----------------------- | ----- | ---------------------- | ------------------- |
| Enabled | - | - | - | - | - |

#### IP IGMP Snooping Device Configuration

```eos
```

## VRF Instances

### VRF Instances Summary

| VRF Name | IP Routing |
| -------- | ---------- |
| MGMT | disabled |

### VRF Instances Device Configuration

```eos
!
vrf instance MGMT
```
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
| DIGITAL_TWIN | l2leaf | digital-twin-adjust-oob-mgmt-3 | - | vEOS-lab | Provisioned | - |
| DIGITAL_TWIN | l2leaf | digital-twin-adjust-oob-mgmt-4 | 192.168.1.4/32 | custom-platform | Provisioned | - |
| DIGITAL_TWIN | l2leaf | digital-twin-cloudeos-no-mgmt | - | CloudEOS | Provisioned | - |
| DIGITAL_TWIN | l2leaf | digital-twin-cv-instance-1 | 192.168.1.10/32 | vEOS-lab | Provisioned | - |
| DIGITAL_TWIN | l2spine | digital-twin-default-interfaces-digital-twin-platform | 10.10.10.100/24 | vEOS-lab | Provisioned | - |
| DIGITAL_TWIN | l2leaf | digital-twin-default-interfaces-original-platform | 10.10.10.101/24 | vEOS-lab | Provisioned | - |
| DIGITAL_TWIN | l2leaf | digital-twin-enforce-eapi-1 | 192.168.0.1/32 | vEOS-lab | Provisioned | - |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ nodes:
- digital-twin-cloudeos-no-mgmt:
node_type: cloudeos
version: 4.33.2F
- digital-twin-cv-instance-1:
node_type: veos
ip_addr: 192.168.1.10/32
version: 4.33.1.1F
- digital-twin-default-interfaces-digital-twin-platform:
node_type: veos
ip_addr: 10.10.10.100/24
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
!
no enable password
no aaa root
!
daemon TerminAttr
exec /usr/bin/TerminAttr -cvaddr=10.20.30.40:9910 -cvauth=token,/tmp/token -cvvrf=MGMT -smashexcludes=ale,flexCounter,hardware,kni,pulse,strata -taillogs -cvsourceintf=Management1
no shutdown
!
vlan internal order ascending range 1006 1199
!
transceiver qsfp default-mode 4x10G
!
service routing protocols model multi-agent
!
hostname digital-twin-cv-instance-1
!
vrf instance MGMT
!
management api http-commands
protocol https
no shutdown
!
vrf MGMT
no shutdown
!
interface Management1
description OOB_MANAGEMENT
no shutdown
vrf MGMT
ip address 192.168.1.10/32
no ip routing vrf MGMT
!
ip route vrf MGMT 0.0.0.0/0 192.168.1.254
!
ntp local-interface vrf MGMT Management1
ntp server vrf MGMT 0.pool.ntp.org prefer
!
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
aaa_root:
disabled: true
config_end: true
daemon_terminattr:
cvaddrs:
- 10.20.30.40:9910
cvauth:
method: token
token_file: /tmp/token
cvsourceintf: Management1
cvvrf: MGMT
disable_aaa: false
smashexcludes: ale,flexCounter,hardware,kni,pulse,strata
enable_password:
disabled: true
hostname: digital-twin-cv-instance-1
ip_igmp_snooping:
globally_enabled: true
management_api_http:
enable_https: true
enable_vrfs:
- name: MGMT
management_interfaces:
- name: Management1
description: OOB_MANAGEMENT
shutdown: false
vrf: MGMT
ip_address: 192.168.1.10/32
type: oob
gateway: 192.168.1.254
metadata:
is_deployed: true
platform: vEOS-lab
fabric_name: DIGITAL_TWIN
validate_hardware:
enabled: false
digital_twin:
environment: act
node_type: veos
ip_addr: 192.168.1.10/32
version: 4.33.1.1F
username: cvpadmin
password: cvp123!
ntp:
local_interface:
name: Management1
vrf: MGMT
servers:
- name: 0.pool.ntp.org
preferred: true
vrf: MGMT
service_routing_protocols_model: multi-agent
static_routes:
- vrf: MGMT
prefix: 0.0.0.0/0
next_hop: 192.168.1.254
transceiver_qsfp_default_mode_4x10: true
vlan_internal_order:
allocation: ascending
range:
beginning: 1006
ending: 1199
vrfs:
- name: MGMT
ip_routing: false
Loading
Loading