File: cisco_xr_show_ipv4_interface1.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-- 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
parsed_sample:
  - interface: "MgmtEth0/0/CPU0/0"
    ip_address: "172.25.82.44/24"
    link_status: "Up"
    mtu: "1514"
    protocol: "ipv4"
    protocol_status: "Up"
    vrf: "default"
  - interface: "GigabitEthernet0/0/0/0"
    ip_address: ""
    link_status: "Shutdown"
    mtu: ""
    protocol: "ipv4"
    protocol_status: "Down"
    vrf: "default"