Refactor iosxr_template to network_cli plugin

This commit is contained in:
Ricardo Carrillo Cruz
2017-01-16 18:18:18 +01:00
parent abe46dd75f
commit ae630fff56
4 changed files with 189 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
!
hostname router
!
interface GigabitEthernet0/0
ip address 1.2.3.4 255.255.255.0
description test string
!
interface GigabitEthernet0/1
ip address 6.7.8.9 255.255.255.0
description test string
shutdown
!

View File

@@ -0,0 +1,11 @@
!
hostname foo
!
interface GigabitEthernet0/0
no ip address
!
interface GigabitEthernet0/1
ip address 6.7.8.9 255.255.255.0
description test string
shutdown
!