-
Notifications
You must be signed in to change notification settings - Fork 0
/
interfaces.yml
53 lines (46 loc) · 1.13 KB
/
interfaces.yml
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
---
InterfaceTable:
rpc: get-interface-information
args:
interface_name: '[afgxe][et]*'
args_key: interface_name
item: physical-interface
view: InterfaceView
InterfaceView:
fields:
name: name
admin_status: admin-status
oper_status: oper-status
description: description
mtu: { mtu: int }
source_filtering: source-filtering
ifl: _LogicalInterfaceTable
_LogicalInterfaceTable:
item: logical-interface
view: _LogicalInterfaceView
_LogicalInterfaceView:
fields:
name: name
description: description
encapsulation: encapsulation
family: _AddressFamilyTable
_AddressFamilyTable:
item: address-family
key: address-family-name
view: _AddressFamilyView
_AddressFamilyView:
fields:
name: address-family-name
mtu: mtu
address: _InterfaceAddressTable
_InterfaceAddressTable:
item: interface-address
key: ifa-destination
view: _InterfaceAddressView
_InterfaceAddressView:
fields:
dest: ifa-destination
local: ifa-local
broadcast: ifa-broadcast
is_current-preferred: { ifaf-current-preferred: flag }
is_current-primary: { ifaf-current-primary: flag }