23 lines
473 B
YAML
23 lines
473 B
YAML
test:
|
|
description: "Members of a BondEthernet can't have addresses"
|
|
errors:
|
|
expected:
|
|
- "bondethernet .* member .* has an address"
|
|
- "bondethernet .* member .* has an LCP"
|
|
count: 2
|
|
---
|
|
bondethernets:
|
|
BondEthernet0:
|
|
interfaces: [ GigabitEthernet1/0/0, GigabitEthernet1/0/1 ]
|
|
|
|
interfaces:
|
|
GigabitEthernet1/0/0:
|
|
mtu: 3000
|
|
lcp: "e1-0-0"
|
|
addresses: [ 192.0.2.1/29 ]
|
|
GigabitEthernet1/0/1:
|
|
mtu: 3000
|
|
|
|
BondEthernet0:
|
|
mtu: 3000
|