File: cisco_xr_show_ipv4_interface.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 (16 lines) | stat: -rw-r--r-- 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
parsed_sample:
  - interface: "GigabitEthernet0/0/0/0"
    ip_address: "10.2.0.2/30"
    link_status: "Up"
    mtu: "1514"
    protocol: "ipv4"
    protocol_status: "Up"
    vrf: "default"
  - interface: "GigabitEthernet0/0/0/1"
    ip_address: "10.0.7.1/30"
    link_status: "Up"
    mtu: "1514"
    protocol: "ipv4"
    protocol_status: "Up"
    vrf: "default"