mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Refactor iosxr_facts to use network_cli plugin (#20857)
This commit is contained in:
parent
bfffd1952f
commit
375846d764
10 changed files with 270 additions and 50 deletions
|
@ -0,0 +1,43 @@
|
|||
hostname iosxr01
|
||||
service timestamps log datetime msec
|
||||
service timestamps debug datetime msec
|
||||
telnet vrf default ipv4 server max-servers 10
|
||||
telnet vrf Mgmt-intf ipv4 server max-servers 10
|
||||
domain name eng.ansible.com
|
||||
domain lookup disable
|
||||
vrf Mgmt-intf
|
||||
address-family ipv4 unicast
|
||||
!
|
||||
address-family ipv6 unicast
|
||||
!
|
||||
!
|
||||
line template vty
|
||||
timestamp
|
||||
exec-timeout 720 0
|
||||
!
|
||||
line console
|
||||
exec-timeout 0 0
|
||||
!
|
||||
line default
|
||||
exec-timeout 720 0
|
||||
!
|
||||
vty-pool default 0 50
|
||||
control-plane
|
||||
management-plane
|
||||
inband
|
||||
interface all
|
||||
allow all
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
interface Loopback0
|
||||
description Loopback
|
||||
ipv4 address 192.168.0.1 255.255.255.255
|
||||
!
|
||||
interface GigabitEthernet0/0/0/0
|
||||
description to nxos01
|
||||
cdp
|
||||
ipv4 address 10.0.0.1 255.255.255.252
|
||||
!
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue