File: juniper_junos_show_interfaces.yml

package info (click to toggle)
python-ntc-templates 3.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,096 kB
  • sloc: python: 735; makefile: 13; sh: 2
file content (66 lines) | stat: -rw-r--r-- 1,469 bytes parent folder | download | duplicates (2)
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
---
parsed_sample:
  - admin_state: "Enabled"
    hardware_type: "Ethernet"
    description: "Test"
    interface: "ge-0/0/0"
    destination: ""
    local: ""
    link_status: "Up"
    mtu: "1514"
  - admin_state: ""
    hardware_type: ""
    description: ""
    interface: "ge-0/0/0.2036"
    destination: "10.10.199.176/29"
    local: "10.0.10.199.180"
    link_status: ""
    mtu: ""
  - admin_state: "Enabled"
    hardware_type: "GRE"
    description: ""
    interface: "gr-0/0/0"
    destination: ""
    local: ""
    link_status: "Up"
    mtu: "Unlimited"
  - admin_state: "Enabled"
    hardware_type: "IP-over-IP"
    description: ""
    interface: "ip-0/0/0"
    destination: ""
    local: ""
    link_status: "Up"
    mtu: "Unlimited"
  - admin_state: "Enabled"
    hardware_type: "LinkService"
    description: ""
    interface: "lsq-0/0/0"
    destination: ""
    local: ""
    link_status: "Up"
    mtu: "1504"
  - admin_state: "Enabled"
    hardware_type: "Logical-tunnel"
    description: ""
    interface: "lt-0/0/0"
    destination: ""
    local: ""
    link_status: "Up"
    mtu: "Unlimited"
  - admin_state: "Enabled"
    hardware_type: "GRE"
    description: ""
    interface: "mt-0/0/0"
    destination: ""
    local: ""
    link_status: "Up"
    mtu: "Unlimited"
  - admin_state: "Enabled"
    hardware_type: "Adaptive-Services"
    description: ""
    interface: "sp-0/0/0"
    destination: ""
    local: ""
    link_status: "Up"
    mtu: "9192"