File: hp_comware_display_interface.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 (79 lines) | stat: -rw-r--r-- 1,778 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
67
68
69
70
71
72
73
74
75
76
77
78
79
---
parsed_sample:
  - intf: "Vlan-interface2000"
    line_status: "UP"
    protocol_status: "UP"
    ip_address:
      - "10.1.1.1/24"
    mtu: "1500"
    l2mtu: ""
    hw_address:
      - "abab-cdcd-6486"
      - "abab-cdcd-6486"
    description: "Servers"
    bandwidth: "10000000 kbps"
    duplex: ""
    speed: ""
    port_link_type: ""
    vlan_native: ""
    vlan_passing: []
    vlan_permitted: []
  - intf: "Bridge-Aggregation20"
    line_status: "UP"
    protocol_status: "UP"
    ip_address: []
    mtu: ""
    l2mtu: ""
    hw_address:
      - "abab-cdcd-6485"
    description: "FIRST_BLOCK"
    bandwidth: "40000000 kbps"
    duplex: "full-duplex"
    speed: "40Gbps-speed"
    port_link_type: "Trunk"
    vlan_native: "1"
    vlan_passing:
      - "1(default vlan)"
      - "4001-4002"
    vlan_permitted:
      - "1(default vlan)"
      - "2001-2020"
      - "2190"
      - "4001-4002"
  - intf: "GigabitEthernet1/1/0/31"
    line_status: "DOWN"
    protocol_status: "DOWN"
    ip_address: []
    hw_address:
      - "abab-cdcd-6485"
    mtu: ""
    l2mtu: "9216"
    description: "WIFI"
    bandwidth: "1000000 kbps"
    duplex: "unknown-duplex"
    speed: "Unknown-speed"
    vlan_native: "2190"
    port_link_type: "Trunk"
    vlan_passing:
      - "2000"
      - "3230"
      - "4001-4005"
      - "4049-4052"
    vlan_permitted:
      - "2-4094"
  - intf: "Ten-GigabitEthernet1/0/1"
    line_status: "DOWN"
    protocol_status: "DOWN"
    ip_address: []
    hw_address:
      - "000c-2963-b767"
    mtu: ""
    l2mtu: "9216"
    description: "Ten-GigabitEthernet1/0/1 Interface"
    bandwidth: "100000 kbps"
    duplex: "unknown-duplex"
    speed: "Unknown-speed"
    vlan_native: "1"
    port_link_type: "Access"
    vlan_passing: []
    vlan_permitted: []