diff --git a/MPLS/ldp-bgp-lu/README.md b/MPLS/ldp-bgp-lu/README.md index 8b5afb0..18e5822 100644 --- a/MPLS/ldp-bgp-lu/README.md +++ b/MPLS/ldp-bgp-lu/README.md @@ -8,7 +8,13 @@ The central autonomous system has a route reflector and a P-router that is not r ![Physical lab topology](topology.link.png) -The lab topology uses a mix of Cisco IOSv and Arista vEOS devices with *libvirt* provider. +The lab topology uses Cisco IOSv devices with *libvirt* provider. + +To start the lab with a different default device (for example, replacing Cisco IOSv with Arista vEOS), use `-d` argument of **netlab up** command: + +``` +netlab up -d +``` To test MPLS configuration module with other devices without changing the lab topology file, change the PE1 device type with `-s` argument of **netlab up** command: diff --git a/MPLS/ldp-bgp-lu/topology.yml b/MPLS/ldp-bgp-lu/topology.yml index fa10c1d..0a5d44f 100644 --- a/MPLS/ldp-bgp-lu/topology.yml +++ b/MPLS/ldp-bgp-lu/topology.yml @@ -11,8 +11,6 @@ mpls.bgp: nodes: pe1: pe2: - device: eos - mpls.ldp.disable_unlabeled: False p: module: [ ospf, mpls ] mpls.bgp: False