Skip to content

Commit

Permalink
Simplify BGP-LU lab topology
Browse files Browse the repository at this point in the history
  • Loading branch information
ipspace committed Mar 18, 2022
1 parent 42cb5b2 commit 6f56a2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion MPLS/ldp-bgp-lu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <type>
```

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:

Expand Down
2 changes: 0 additions & 2 deletions MPLS/ldp-bgp-lu/topology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ mpls.bgp:
nodes:
pe1:
pe2:
device: eos
mpls.ldp.disable_unlabeled: False
p:
module: [ ospf, mpls ]
mpls.bgp: False
Expand Down

0 comments on commit 6f56a2e

Please sign in to comment.