adds new module ios_vrf (#19915)

adds new module ios_vrf
This commit is contained in:
Peter Sprygada
2017-01-04 23:34:51 -05:00
committed by GitHub
parent d182b271db
commit 1c16c1db2b
3 changed files with 550 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
!
vrf definition test_1
description test vrf 1
rd 1:100
!
vrf definition test_2
description test vrf 2
!
vrf definition test_3
!
interface Ethernet1
ip address 1.2.3.4/5
!
interface Ethernet2
ip address 1.2.3.4/5
vrf forwarding test_1
!