mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
736 B
Plaintext
44 lines
736 B
Plaintext
8 years ago
|
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
|