File: cisco_ios_show_ip_interface6.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 (28 lines) | stat: -rw-r--r-- 502 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
---
parsed_sample:
  - intf: "Vlan20"
    link_status: "up"
    protocol_status: "up"
    ipaddr:
      - "10.81.0.1"
    mask:
      - "24"
    vrf: "WALKUP"
    mtu: "9100"
    ip_helper:
      - "111.222.188.253"
      - "111.222.189.253"
    outgoing_acl: ""
    inbound_acl: ""
  - intf: "FastEthernet0"
    link_status: "up"
    protocol_status: "up"
    ipaddr:
      - "172.16.3.226"
    mask:
      - "29"
    vrf: ""
    mtu: "1500"
    ip_helper: []
    outgoing_acl: ""
    inbound_acl: ""