-
Notifications
You must be signed in to change notification settings - Fork 13
/
ers.yaml
75 lines (75 loc) · 2.17 KB
/
ers.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
- search: 'odel = \D+ (?P<model>\S+)'
- match: '!\d\s+(?P<stack>\S+\d{2}[FGT]\S*)'
actionall: list
- match: snmp-server name "(?P<hostname>.*?)"
- match: vlan create (\S+)
parent: vlan
action: expand
- match: vlan name (\d+) "(?P<name>.*?)"
parent: vlan
- match: vlan members (?!.*add)(\S+) (?P<ports>\S+)
action: expand
actionall: expand
parent: vlan
- match: vlan members add (\S+) (?P<ports>\S+)
action: expand
actionall: expand
parent: vlan
- match: vlan ports (\S+) tagging (?P<mode>\S+)
action: expand
parent: interface
- match: vlan ports (\S+) pvid (?P<access_vlan>\d+)
action: expand
parent: interface
- match: name port (\S+) "?(?P<description>[^"]*)"?
action: expand
parent: interface
- match: auto-negotiation-advertisements port (\S+) (?P<ana>.*)
action: expand
actionall: split
parent: interface
- match: speed port (\S+) (?P<speed>\d+)
action: expand
parent: interface
- match: duplex port (\S+) (?P<duplex>\S+)
action: expand
parent: interface
- match: (?P<shutdown>shutdown) port (\S+)
action: expand
actionall: bool
parent: interface
- match: poe (?P<power_inline>poe-shutdown) port (\S+)
action: expand
parent: interface
- match: spanning-tree bpdu-filtering port (\S+) (?P<bpdu_filtering>enable)
action: expand
parent: interface
- match: spanning-tree port (\S+) learning (?P<stp_learning>\S+)
action: expand
parent: interface
- match: eapol port (\S+) status (?P<eapol_status>\S+)
action: expand
parent: interface
- match: vlan mgmt (?P<vlan_mgmt>\d+)
- match: ist vlan (?P<ist_vlan>\d+)
- match: interface (vlan \d+)
parent: interface
child:
- match: ip igmp snooping
name: igmp_snoop
value: true
- match: ip address (?P<ipv4>\S+)
actionall: cidr
- match: (?P<lldp_status>no )lldp port (\S+) status
action: expand
actionall: bool
parent: interface
#- match: no lldp port (\S+) status(?P<lldp_status>$)
# action: expand
# parent: interface
- match: lldp port (\S+) status (?P<lldp_status>\S+)
action: expand
parent: interface
- match: mlt (\d+) name "(?P<name>.*?)" enable member (?P<member>\S+)
actionall: expand
parent: mlt