Skip to content

Instantly share code, notes, and snippets.

@ngschmidt
Created April 30, 2022 01:00
Show Gist options
  • Save ngschmidt/7fbf2c687bcf23460456931c8ca5cf29 to your computer and use it in GitHub Desktop.
Save ngschmidt/7fbf2c687bcf23460456931c8ca5cf29 to your computer and use it in GitHub Desktop.
CML with NSX-T Bridge Example
lab:
description: ''
notes: ''
title: Router to Outside Lab
version: 0.0.5
nodes:
- id: n0
label: csr1000v-0
node_definition: csr1000v
x: 678
y: 218
configuration: |-
hostname inserthostname_here
end
hide_links: false
ram: 3072
cpus: 1
cpu_limit: 100
data_volume: 0
boot_disk_size: 0
tags: []
interfaces:
- id: i0
label: Loopback0
type: loopback
- id: i1
slot: 0
label: GigabitEthernet1
type: physical
- id: i2
slot: 1
label: GigabitEthernet2
type: physical
- id: i3
slot: 2
label: GigabitEthernet3
type: physical
- id: i4
slot: 3
label: GigabitEthernet4
type: physical
- id: n1
label: ext-conn-0
node_definition: external_connector
x: 848
y: 219
configuration: bridge1
hide_links: false
ram: 0
cpus: 0
cpu_limit: 100
data_volume: 0
boot_disk_size: 0
tags: []
interfaces:
- id: i0
slot: 0
label: port
type: physical
- id: n2
label: iosv-0
node_definition: iosv
x: 427
y: 237
configuration: hostname inserthostname_here
hide_links: false
ram: 512
cpus: 1
cpu_limit: 100
data_volume: 0
boot_disk_size: 0
tags: []
interfaces:
- id: i0
label: Loopback0
type: loopback
- id: i1
slot: 0
label: GigabitEthernet0/0
type: physical
- id: i2
slot: 1
label: GigabitEthernet0/1
type: physical
- id: i3
slot: 2
label: GigabitEthernet0/2
type: physical
- id: i4
slot: 3
label: GigabitEthernet0/3
type: physical
- id: n3
label: unmanaged-switch-0
node_definition: unmanaged_switch
x: 764
y: 324
configuration: ums-223e954e-1d
hide_links: false
ram: 0
cpus: 0
cpu_limit: 100
data_volume: 0
boot_disk_size: 0
tags: []
interfaces:
- id: i0
slot: 0
label: port0
type: physical
- id: i1
slot: 1
label: port1
type: physical
- id: i2
slot: 2
label: port2
type: physical
- id: i3
slot: 3
label: port3
type: physical
- id: i4
slot: 4
label: port4
type: physical
- id: i5
slot: 5
label: port5
type: physical
- id: i6
slot: 6
label: port6
type: physical
- id: i7
slot: 7
label: port7
type: physical
links:
- id: l0
i1: i0
n1: n1
i2: i0
n2: n3
label: ext-conn-0-port<->unmanaged-switch-0-port0
- id: l1
i1: i1
n1: n3
i2: i1
n2: n0
label: unmanaged-switch-0-port1<->csr1000v-0-GigabitEthernet1
- id: l2
i1: i2
n1: n3
i2: i1
n2: n2
label: unmanaged-switch-0-port2<->iosv-0-GigabitEthernet0/0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment