File: cisco_ios_show_ip_interface2.yml

package info (click to toggle)
python-ntc-templates 3.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,104 kB
  • sloc: python: 735; makefile: 14; sh: 2
file content (109 lines) | stat: -rw-r--r-- 2,077 bytes parent folder | download
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
---
parsed_sample:
  - inbound_acl: ""
    intf: "GigabitEthernet2/23"
    ipaddr: []
    ip_helper: []
    link_status: "up"
    mask: []
    mtu: ""
    outgoing_acl: ""
    protocol_status: "up"
    vrf: ""
  - inbound_acl: ""
    intf: "GigabitEthernet2/24"
    ipaddr: []
    ip_helper: []
    link_status: "administratively down"
    mask: []
    mtu: ""
    outgoing_acl: ""
    protocol_status: "down"
    vrf: ""
  - inbound_acl: ""
    intf: "GigabitEthernet2/25"
    ipaddr:
      - "192.168.102.45"
    ip_helper: []
    link_status: "up"
    mask:
      - "30"
    mtu: "1500"
    outgoing_acl: ""
    protocol_status: "up"
    vrf: ""
  - inbound_acl: ""
    intf: "Tunnel0"
    ipaddr: []
    ip_helper: []
    link_status: "up"
    mask: []
    mtu: "1486"
    outgoing_acl: ""
    protocol_status: "up"
    vrf: ""
  - inbound_acl: ""
    intf: "Vlan1"
    ipaddr:
      - "192.168.1.1"
      - "192.168.1.3"
    ip_helper:
      - "192.168.1.27"
      - "192.168.1.88"
      - "10.17.5.255"
    link_status: "up"
    mask:
      - "24"
      - "24"
    mtu: "1500"
    outgoing_acl: ""
    protocol_status: "up"
    vrf: ""
  - inbound_acl: ""
    intf: "Vlan2"
    ipaddr:
      - "192.168.2.1"
    ip_helper:
      - "192.168.1.27"
      - "192.168.1.88"
    link_status: "administratively down"
    mask:
      - "24"
    mtu: "1500"
    outgoing_acl: ""
    protocol_status: "down"
    vrf: ""
  - inbound_acl: "ACL-IN"
    intf: "TenGigabitEthernet0/1/0"
    ipaddr:
      - "1.1.1.1"
    ip_helper: []
    link_status: "up"
    mask:
      - "30"
    mtu: "1500"
    outgoing_acl: "ACL-OUT"
    protocol_status: "up"
    vrf: ""
  - inbound_acl: ""
    intf: "GigabitEthernet0"
    ipaddr: []
    ip_helper: []
    link_status: "administratively down"
    mask: []
    mtu: ""
    outgoing_acl: ""
    protocol_status: "down"
    vrf: ""
  - inbound_acl: ""
    intf: "Loopback0"
    ipaddr:
      - "10.255.255.1"
    ip_helper: []
    link_status: "up"
    mask:
      - "32"
    mtu: "1514"
    outgoing_acl: ""
    protocol_status: "up"
    vrf: ""