Sebastian Rieger
9 years ago
7 changed files with 2847 additions and 0 deletions
-
1201GIT-VIRL-HS-Fulda/VIRL-Tutorial/Lab.00.routing.virl
-
78GIT-VIRL-HS-Fulda/VIRL-Tutorial/Lab.09.private.virl
-
78GIT-VIRL-HS-Fulda/VIRL-Tutorial/Lab.09.project.1.virl
-
78GIT-VIRL-HS-Fulda/VIRL-Tutorial/Lab.09.project.2.virl
-
78GIT-VIRL-HS-Fulda/VIRL-Tutorial/Lab.09.shared.virl
-
887GIT-VIRL-HS-Fulda/VIRL-Tutorial/Lab.10..switching.virl
-
447GIT-VIRL-HS-Fulda/VIRL-Tutorial/Lab.11.dc.virl
1201
GIT-VIRL-HS-Fulda/VIRL-Tutorial/Lab.00.routing.virl
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,78 @@ |
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
|||
<topology xmlns="http://www.cisco.com/VIRL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="0.9" xsi:schemaLocation="http://www.cisco.com/VIRL https://raw.github.com/CiscoVIRL/schema/v0.9/virl.xsd"> |
|||
<extensions> |
|||
<entry key="management_network" type="String">exclusive</entry> |
|||
</extensions> |
|||
<node name="private" type="SIMPLE" subtype="IOSv" location="562,199" ipv4="192.168.0.1"> |
|||
<extensions> |
|||
<entry key="config" type="string">! IOS Config generated on 2015-08-28 10:08 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
hostname private |
|||
boot-start-marker |
|||
boot-end-marker |
|||
! |
|||
vrf definition Mgmt-intf |
|||
! |
|||
address-family ipv4 |
|||
exit-address-family |
|||
! |
|||
address-family ipv6 |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
no aaa new-model |
|||
! |
|||
! |
|||
ip cef |
|||
ipv6 unicast-routing |
|||
ipv6 cef |
|||
! |
|||
! |
|||
service timestamps debug datetime msec |
|||
service timestamps log datetime msec |
|||
no service password-encryption |
|||
no service config |
|||
enable password cisco |
|||
ip classless |
|||
ip subnet-zero |
|||
no ip domain lookup |
|||
line vty 0 4 |
|||
transport input ssh telnet |
|||
exec-timeout 720 0 |
|||
password cisco |
|||
login |
|||
line con 0 |
|||
password cisco |
|||
! |
|||
no cdp run |
|||
! |
|||
! |
|||
interface Loopback0 |
|||
description Loopback |
|||
ip address 192.168.0.1 255.255.255.255 |
|||
! |
|||
interface GigabitEthernet0/0 |
|||
description OOB Management |
|||
vrf forwarding Mgmt-intf |
|||
! Configured on launch |
|||
no ip address |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
! |
|||
! |
|||
router ospf 1 |
|||
network 192.168.0.1 0.0.0.0 area 0 |
|||
log-adjacency-changes |
|||
passive-interface Loopback0 |
|||
! |
|||
! |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
</node> |
|||
</topology> |
@ -0,0 +1,78 @@ |
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
|||
<topology xmlns="http://www.cisco.com/VIRL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="0.9" xsi:schemaLocation="http://www.cisco.com/VIRL https://raw.github.com/CiscoVIRL/schema/v0.9/virl.xsd"> |
|||
<extensions> |
|||
<entry key="management_network" type="String">user</entry> |
|||
</extensions> |
|||
<node name="project-1" type="SIMPLE" subtype="IOSv" location="533,241" ipv4="192.168.0.1"> |
|||
<extensions> |
|||
<entry key="config" type="string">! IOS Config generated on 2015-08-28 10:08 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
hostname project-1 |
|||
boot-start-marker |
|||
boot-end-marker |
|||
! |
|||
vrf definition Mgmt-intf |
|||
! |
|||
address-family ipv4 |
|||
exit-address-family |
|||
! |
|||
address-family ipv6 |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
no aaa new-model |
|||
! |
|||
! |
|||
ip cef |
|||
ipv6 unicast-routing |
|||
ipv6 cef |
|||
! |
|||
! |
|||
service timestamps debug datetime msec |
|||
service timestamps log datetime msec |
|||
no service password-encryption |
|||
no service config |
|||
enable password cisco |
|||
ip classless |
|||
ip subnet-zero |
|||
no ip domain lookup |
|||
line vty 0 4 |
|||
transport input ssh telnet |
|||
exec-timeout 720 0 |
|||
password cisco |
|||
login |
|||
line con 0 |
|||
password cisco |
|||
! |
|||
no cdp run |
|||
! |
|||
! |
|||
interface Loopback0 |
|||
description Loopback |
|||
ip address 192.168.0.1 255.255.255.255 |
|||
! |
|||
interface GigabitEthernet0/0 |
|||
description OOB Management |
|||
vrf forwarding Mgmt-intf |
|||
! Configured on launch |
|||
no ip address |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
! |
|||
! |
|||
router ospf 1 |
|||
network 192.168.0.1 0.0.0.0 area 0 |
|||
log-adjacency-changes |
|||
passive-interface Loopback0 |
|||
! |
|||
! |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
</node> |
|||
</topology> |
@ -0,0 +1,78 @@ |
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
|||
<topology xmlns="http://www.cisco.com/VIRL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="0.9" xsi:schemaLocation="http://www.cisco.com/VIRL https://raw.github.com/CiscoVIRL/schema/v0.9/virl.xsd"> |
|||
<extensions> |
|||
<entry key="management_network" type="String">user</entry> |
|||
</extensions> |
|||
<node name="project-2" type="SIMPLE" subtype="IOSv" location="647,228" ipv4="192.168.0.1"> |
|||
<extensions> |
|||
<entry key="config" type="string">! IOS Config generated on 2015-08-28 10:08 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
hostname project-2 |
|||
boot-start-marker |
|||
boot-end-marker |
|||
! |
|||
vrf definition Mgmt-intf |
|||
! |
|||
address-family ipv4 |
|||
exit-address-family |
|||
! |
|||
address-family ipv6 |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
no aaa new-model |
|||
! |
|||
! |
|||
ip cef |
|||
ipv6 unicast-routing |
|||
ipv6 cef |
|||
! |
|||
! |
|||
service timestamps debug datetime msec |
|||
service timestamps log datetime msec |
|||
no service password-encryption |
|||
no service config |
|||
enable password cisco |
|||
ip classless |
|||
ip subnet-zero |
|||
no ip domain lookup |
|||
line vty 0 4 |
|||
transport input ssh telnet |
|||
exec-timeout 720 0 |
|||
password cisco |
|||
login |
|||
line con 0 |
|||
password cisco |
|||
! |
|||
no cdp run |
|||
! |
|||
! |
|||
interface Loopback0 |
|||
description Loopback |
|||
ip address 192.168.0.1 255.255.255.255 |
|||
! |
|||
interface GigabitEthernet0/0 |
|||
description OOB Management |
|||
vrf forwarding Mgmt-intf |
|||
! Configured on launch |
|||
no ip address |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
! |
|||
! |
|||
router ospf 1 |
|||
network 192.168.0.1 0.0.0.0 area 0 |
|||
log-adjacency-changes |
|||
passive-interface Loopback0 |
|||
! |
|||
! |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
</node> |
|||
</topology> |
@ -0,0 +1,78 @@ |
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
|||
<topology xmlns="http://www.cisco.com/VIRL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="0.9" xsi:schemaLocation="http://www.cisco.com/VIRL https://raw.github.com/CiscoVIRL/schema/v0.9/virl.xsd"> |
|||
<extensions> |
|||
<entry key="management_network" type="String">flat</entry> |
|||
</extensions> |
|||
<node name="shared" type="SIMPLE" subtype="IOSv" location="573,239" ipv4="192.168.0.1"> |
|||
<extensions> |
|||
<entry key="config" type="string">! IOS Config generated on 2015-08-28 10:08 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
hostname shared |
|||
boot-start-marker |
|||
boot-end-marker |
|||
! |
|||
vrf definition Mgmt-intf |
|||
! |
|||
address-family ipv4 |
|||
exit-address-family |
|||
! |
|||
address-family ipv6 |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
no aaa new-model |
|||
! |
|||
! |
|||
ip cef |
|||
ipv6 unicast-routing |
|||
ipv6 cef |
|||
! |
|||
! |
|||
service timestamps debug datetime msec |
|||
service timestamps log datetime msec |
|||
no service password-encryption |
|||
no service config |
|||
enable password cisco |
|||
ip classless |
|||
ip subnet-zero |
|||
no ip domain lookup |
|||
line vty 0 4 |
|||
transport input ssh telnet |
|||
exec-timeout 720 0 |
|||
password cisco |
|||
login |
|||
line con 0 |
|||
password cisco |
|||
! |
|||
no cdp run |
|||
! |
|||
! |
|||
interface Loopback0 |
|||
description Loopback |
|||
ip address 192.168.0.1 255.255.255.255 |
|||
! |
|||
interface GigabitEthernet0/0 |
|||
description OOB Management |
|||
vrf forwarding Mgmt-intf |
|||
! Configured on launch |
|||
no ip address |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
! |
|||
! |
|||
router ospf 1 |
|||
network 192.168.0.1 0.0.0.0 area 0 |
|||
log-adjacency-changes |
|||
passive-interface Loopback0 |
|||
! |
|||
! |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
</node> |
|||
</topology> |
@ -0,0 +1,887 @@ |
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
|||
<topology xmlns="http://www.cisco.com/VIRL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="0.9" xsi:schemaLocation="http://www.cisco.com/VIRL https://raw.github.com/CiscoVIRL/schema/v0.9/virl.xsd"> |
|||
<extensions> |
|||
<entry key="management_network" type="String">exclusive</entry> |
|||
</extensions> |
|||
<node name="Unmanaged" type="SIMPLE" subtype="Unmanaged Switch" location="609,156"> |
|||
<interface id="0" name="link1"/> |
|||
<interface id="1" name="link2"/> |
|||
<interface id="2" name="link3"/> |
|||
</node> |
|||
<node name="Managed" type="SIMPLE" subtype="IOSvL2" location="615,262"> |
|||
<extensions> |
|||
<entry key="config" type="string">! IOSvL2 Config generated on 2015-08-28 10:32 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
version 15.2 |
|||
service timestamps debug datetime msec |
|||
service timestamps log datetime msec |
|||
no service password-encryption |
|||
service compress-config |
|||
no service config |
|||
enable password cisco |
|||
ip classless |
|||
ip subnet-zero |
|||
no ip domain lookup |
|||
! |
|||
line vty 0 4 |
|||
transport input ssh telnet |
|||
exec-timeout 720 0 |
|||
password cisco |
|||
login |
|||
! |
|||
line con 0 |
|||
password cisco |
|||
! |
|||
hostname Managed |
|||
! |
|||
boot-start-marker |
|||
boot-end-marker |
|||
! |
|||
! |
|||
! |
|||
no aaa new-model |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
ip cef |
|||
no ipv6 cef |
|||
! |
|||
! |
|||
spanning-tree mode pvst |
|||
spanning-tree extend system-id |
|||
! |
|||
vlan internal allocation policy ascending |
|||
! |
|||
! |
|||
! |
|||
! |
|||
vrf definition Mgmt-intf |
|||
! |
|||
address-family ipv4 |
|||
exit-address-family |
|||
! |
|||
address-family ipv6 |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
interface Loopback0 |
|||
description Loopback |
|||
! |
|||
interface GigabitEthernet0/0 |
|||
description Mapped to Vlan1 for management |
|||
! Configured on launch |
|||
switchport mode access |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet0/1 |
|||
description to Unmanaged |
|||
switchport access vlan 2 |
|||
switchport mode access |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet0/2 |
|||
description to iosv-3 |
|||
switchport access vlan 2 |
|||
switchport mode access |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet0/3 |
|||
description to iosv-6 |
|||
switchport access vlan 10 |
|||
switchport mode access |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet1/0 |
|||
description to iosv-4 |
|||
switchport access vlan 2 |
|||
switchport mode access |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet1/1 |
|||
description to iosv-5 |
|||
switchport access vlan 10 |
|||
switchport mode access |
|||
no shutdown |
|||
! |
|||
interface Vlan1 |
|||
description OOB Management |
|||
! Configured on launch |
|||
vrf forwarding Mgmt-intf |
|||
no ip address |
|||
! |
|||
! |
|||
ip forward-protocol nd |
|||
! |
|||
no ip http server |
|||
no ip http secure-server |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
control-plane |
|||
! |
|||
! |
|||
! |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
<interface id="0" name="GigabitEthernet0/1"/> |
|||
<interface id="1" name="GigabitEthernet0/2"/> |
|||
<interface id="2" name="GigabitEthernet0/3"/> |
|||
<interface id="3" name="GigabitEthernet1/0"/> |
|||
<interface id="4" name="GigabitEthernet1/1"/> |
|||
</node> |
|||
<node name="iosv-1" type="SIMPLE" subtype="IOSv" location="494,95" ipv4="192.168.0.1"> |
|||
<extensions> |
|||
<entry key="config" type="string">! IOS Config generated on 2015-08-28 10:32 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
hostname iosv-1 |
|||
boot-start-marker |
|||
boot-end-marker |
|||
! |
|||
vrf definition Mgmt-intf |
|||
! |
|||
address-family ipv4 |
|||
exit-address-family |
|||
! |
|||
address-family ipv6 |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
no aaa new-model |
|||
! |
|||
! |
|||
ip cef |
|||
ipv6 unicast-routing |
|||
ipv6 cef |
|||
! |
|||
! |
|||
service timestamps debug datetime msec |
|||
service timestamps log datetime msec |
|||
no service password-encryption |
|||
no service config |
|||
enable password cisco |
|||
ip classless |
|||
ip subnet-zero |
|||
no ip domain lookup |
|||
line vty 0 4 |
|||
transport input ssh telnet |
|||
exec-timeout 720 0 |
|||
password cisco |
|||
login |
|||
line con 0 |
|||
password cisco |
|||
! |
|||
no cdp run |
|||
! |
|||
! |
|||
interface Loopback0 |
|||
description Loopback |
|||
ip address 192.168.0.1 255.255.255.255 |
|||
! |
|||
interface GigabitEthernet0/0 |
|||
description OOB Management |
|||
vrf forwarding Mgmt-intf |
|||
! Configured on launch |
|||
no ip address |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet0/1 |
|||
description to Unmanaged |
|||
ip address 10.0.0.1 255.255.0.0 |
|||
ip ospf cost 1 |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
! |
|||
! |
|||
router ospf 1 |
|||
network 192.168.0.1 0.0.0.0 area 0 |
|||
log-adjacency-changes |
|||
passive-interface Loopback0 |
|||
network 10.0.0.0 0.0.255.255 area 0 |
|||
! |
|||
! |
|||
router bgp 1 |
|||
bgp router-id 192.168.0.1 |
|||
no synchronization |
|||
! ibgp |
|||
! ibgp peers |
|||
! |
|||
neighbor 192.168.0.2 remote-as 1 |
|||
neighbor 192.168.0.2 description iBGP peer iosv-2 |
|||
neighbor 192.168.0.2 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.3 remote-as 1 |
|||
neighbor 192.168.0.3 description iBGP peer iosv-3 |
|||
neighbor 192.168.0.3 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.4 remote-as 1 |
|||
neighbor 192.168.0.4 description iBGP peer iosv-4 |
|||
neighbor 192.168.0.4 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.5 remote-as 1 |
|||
neighbor 192.168.0.5 description iBGP peer iosv-5 |
|||
neighbor 192.168.0.5 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.6 remote-as 1 |
|||
neighbor 192.168.0.6 description iBGP peer iosv-6 |
|||
neighbor 192.168.0.6 update-source Loopback0 |
|||
! |
|||
! |
|||
! |
|||
address-family ipv4 |
|||
network 192.168.0.1 mask 255.255.255.255 |
|||
neighbor 192.168.0.2 activate |
|||
neighbor 192.168.0.3 activate |
|||
neighbor 192.168.0.4 activate |
|||
neighbor 192.168.0.5 activate |
|||
neighbor 192.168.0.6 activate |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
<interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.1" netPrefixLenV4="16"/> |
|||
</node> |
|||
<node name="iosv-2" type="SIMPLE" subtype="IOSv" location="761,97" ipv4="192.168.0.2"> |
|||
<extensions> |
|||
<entry key="config" type="string">! IOS Config generated on 2015-08-28 10:32 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
hostname iosv-2 |
|||
boot-start-marker |
|||
boot-end-marker |
|||
! |
|||
vrf definition Mgmt-intf |
|||
! |
|||
address-family ipv4 |
|||
exit-address-family |
|||
! |
|||
address-family ipv6 |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
no aaa new-model |
|||
! |
|||
! |
|||
ip cef |
|||
ipv6 unicast-routing |
|||
ipv6 cef |
|||
! |
|||
! |
|||
service timestamps debug datetime msec |
|||
service timestamps log datetime msec |
|||
no service password-encryption |
|||
no service config |
|||
enable password cisco |
|||
ip classless |
|||
ip subnet-zero |
|||
no ip domain lookup |
|||
line vty 0 4 |
|||
transport input ssh telnet |
|||
exec-timeout 720 0 |
|||
password cisco |
|||
login |
|||
line con 0 |
|||
password cisco |
|||
! |
|||
no cdp run |
|||
! |
|||
! |
|||
interface Loopback0 |
|||
description Loopback |
|||
ip address 192.168.0.2 255.255.255.255 |
|||
! |
|||
interface GigabitEthernet0/0 |
|||
description OOB Management |
|||
vrf forwarding Mgmt-intf |
|||
! Configured on launch |
|||
no ip address |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet0/1 |
|||
description to Unmanaged |
|||
ip address 10.0.0.2 255.255.0.0 |
|||
ip ospf cost 1 |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
! |
|||
! |
|||
router ospf 1 |
|||
network 192.168.0.2 0.0.0.0 area 0 |
|||
log-adjacency-changes |
|||
passive-interface Loopback0 |
|||
network 10.0.0.0 0.0.255.255 area 0 |
|||
! |
|||
! |
|||
router bgp 1 |
|||
bgp router-id 192.168.0.2 |
|||
no synchronization |
|||
! ibgp |
|||
! ibgp peers |
|||
! |
|||
neighbor 192.168.0.1 remote-as 1 |
|||
neighbor 192.168.0.1 description iBGP peer iosv-1 |
|||
neighbor 192.168.0.1 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.3 remote-as 1 |
|||
neighbor 192.168.0.3 description iBGP peer iosv-3 |
|||
neighbor 192.168.0.3 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.4 remote-as 1 |
|||
neighbor 192.168.0.4 description iBGP peer iosv-4 |
|||
neighbor 192.168.0.4 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.5 remote-as 1 |
|||
neighbor 192.168.0.5 description iBGP peer iosv-5 |
|||
neighbor 192.168.0.5 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.6 remote-as 1 |
|||
neighbor 192.168.0.6 description iBGP peer iosv-6 |
|||
neighbor 192.168.0.6 update-source Loopback0 |
|||
! |
|||
! |
|||
! |
|||
address-family ipv4 |
|||
network 192.168.0.2 mask 255.255.255.255 |
|||
neighbor 192.168.0.1 activate |
|||
neighbor 192.168.0.3 activate |
|||
neighbor 192.168.0.4 activate |
|||
neighbor 192.168.0.5 activate |
|||
neighbor 192.168.0.6 activate |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
<interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.2" netPrefixLenV4="16"/> |
|||
</node> |
|||
<node name="iosv-3" type="SIMPLE" subtype="IOSv" location="756,199" ipv4="192.168.0.3"> |
|||
<extensions> |
|||
<entry key="config" type="string">! IOS Config generated on 2015-08-28 10:32 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
hostname iosv-3 |
|||
boot-start-marker |
|||
boot-end-marker |
|||
! |
|||
vrf definition Mgmt-intf |
|||
! |
|||
address-family ipv4 |
|||
exit-address-family |
|||
! |
|||
address-family ipv6 |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
no aaa new-model |
|||
! |
|||
! |
|||
ip cef |
|||
ipv6 unicast-routing |
|||
ipv6 cef |
|||
! |
|||
! |
|||
service timestamps debug datetime msec |
|||
service timestamps log datetime msec |
|||
no service password-encryption |
|||
no service config |
|||
enable password cisco |
|||
ip classless |
|||
ip subnet-zero |
|||
no ip domain lookup |
|||
line vty 0 4 |
|||
transport input ssh telnet |
|||
exec-timeout 720 0 |
|||
password cisco |
|||
login |
|||
line con 0 |
|||
password cisco |
|||
! |
|||
no cdp run |
|||
! |
|||
! |
|||
interface Loopback0 |
|||
description Loopback |
|||
ip address 192.168.0.3 255.255.255.255 |
|||
! |
|||
interface GigabitEthernet0/0 |
|||
description OOB Management |
|||
vrf forwarding Mgmt-intf |
|||
! Configured on launch |
|||
no ip address |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet0/1 |
|||
description to Managed |
|||
ip address 10.0.0.3 255.255.0.0 |
|||
ip ospf cost 1 |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
! |
|||
! |
|||
router ospf 1 |
|||
network 192.168.0.3 0.0.0.0 area 0 |
|||
log-adjacency-changes |
|||
passive-interface Loopback0 |
|||
network 10.0.0.0 0.0.255.255 area 0 |
|||
! |
|||
! |
|||
router bgp 1 |
|||
bgp router-id 192.168.0.3 |
|||
no synchronization |
|||
! ibgp |
|||
! ibgp peers |
|||
! |
|||
neighbor 192.168.0.1 remote-as 1 |
|||
neighbor 192.168.0.1 description iBGP peer iosv-1 |
|||
neighbor 192.168.0.1 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.2 remote-as 1 |
|||
neighbor 192.168.0.2 description iBGP peer iosv-2 |
|||
neighbor 192.168.0.2 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.4 remote-as 1 |
|||
neighbor 192.168.0.4 description iBGP peer iosv-4 |
|||
neighbor 192.168.0.4 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.5 remote-as 1 |
|||
neighbor 192.168.0.5 description iBGP peer iosv-5 |
|||
neighbor 192.168.0.5 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.6 remote-as 1 |
|||
neighbor 192.168.0.6 description iBGP peer iosv-6 |
|||
neighbor 192.168.0.6 update-source Loopback0 |
|||
! |
|||
! |
|||
! |
|||
address-family ipv4 |
|||
network 192.168.0.3 mask 255.255.255.255 |
|||
neighbor 192.168.0.1 activate |
|||
neighbor 192.168.0.2 activate |
|||
neighbor 192.168.0.4 activate |
|||
neighbor 192.168.0.5 activate |
|||
neighbor 192.168.0.6 activate |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
<interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.3" netPrefixLenV4="16"/> |
|||
</node> |
|||
<node name="iosv-4" type="SIMPLE" subtype="IOSv" location="489,203" ipv4="192.168.0.4"> |
|||
<extensions> |
|||
<entry key="config" type="string">! IOS Config generated on 2015-08-28 10:32 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
hostname iosv-4 |
|||
boot-start-marker |
|||
boot-end-marker |
|||
! |
|||
vrf definition Mgmt-intf |
|||
! |
|||
address-family ipv4 |
|||
exit-address-family |
|||
! |
|||
address-family ipv6 |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
no aaa new-model |
|||
! |
|||
! |
|||
ip cef |
|||
ipv6 unicast-routing |
|||
ipv6 cef |
|||
! |
|||
! |
|||
service timestamps debug datetime msec |
|||
service timestamps log datetime msec |
|||
no service password-encryption |
|||
no service config |
|||
enable password cisco |
|||
ip classless |
|||
ip subnet-zero |
|||
no ip domain lookup |
|||
line vty 0 4 |
|||
transport input ssh telnet |
|||
exec-timeout 720 0 |
|||
password cisco |
|||
login |
|||
line con 0 |
|||
password cisco |
|||
! |
|||
no cdp run |
|||
! |
|||
! |
|||
interface Loopback0 |
|||
description Loopback |
|||
ip address 192.168.0.4 255.255.255.255 |
|||
! |
|||
interface GigabitEthernet0/0 |
|||
description OOB Management |
|||
vrf forwarding Mgmt-intf |
|||
! Configured on launch |
|||
no ip address |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet0/1 |
|||
description to Managed |
|||
ip address 10.0.0.4 255.255.0.0 |
|||
ip ospf cost 1 |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
! |
|||
! |
|||
router ospf 1 |
|||
network 192.168.0.4 0.0.0.0 area 0 |
|||
log-adjacency-changes |
|||
passive-interface Loopback0 |
|||
network 10.0.0.0 0.0.255.255 area 0 |
|||
! |
|||
! |
|||
router bgp 1 |
|||
bgp router-id 192.168.0.4 |
|||
no synchronization |
|||
! ibgp |
|||
! ibgp peers |
|||
! |
|||
neighbor 192.168.0.1 remote-as 1 |
|||
neighbor 192.168.0.1 description iBGP peer iosv-1 |
|||
neighbor 192.168.0.1 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.2 remote-as 1 |
|||
neighbor 192.168.0.2 description iBGP peer iosv-2 |
|||
neighbor 192.168.0.2 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.3 remote-as 1 |
|||
neighbor 192.168.0.3 description iBGP peer iosv-3 |
|||
neighbor 192.168.0.3 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.5 remote-as 1 |
|||
neighbor 192.168.0.5 description iBGP peer iosv-5 |
|||
neighbor 192.168.0.5 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.6 remote-as 1 |
|||
neighbor 192.168.0.6 description iBGP peer iosv-6 |
|||
neighbor 192.168.0.6 update-source Loopback0 |
|||
! |
|||
! |
|||
! |
|||
address-family ipv4 |
|||
network 192.168.0.4 mask 255.255.255.255 |
|||
neighbor 192.168.0.1 activate |
|||
neighbor 192.168.0.2 activate |
|||
neighbor 192.168.0.3 activate |
|||
neighbor 192.168.0.5 activate |
|||
neighbor 192.168.0.6 activate |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
<interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.4" netPrefixLenV4="16"/> |
|||
</node> |
|||
<node name="iosv-5" type="SIMPLE" subtype="IOSv" location="491,298" ipv4="192.168.0.5"> |
|||
<extensions> |
|||
<entry key="config" type="string">! IOS Config generated on 2015-08-28 10:32 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
hostname iosv-5 |
|||
boot-start-marker |
|||
boot-end-marker |
|||
! |
|||
vrf definition Mgmt-intf |
|||
! |
|||
address-family ipv4 |
|||
exit-address-family |
|||
! |
|||
address-family ipv6 |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
no aaa new-model |
|||
! |
|||
! |
|||
ip cef |
|||
ipv6 unicast-routing |
|||
ipv6 cef |
|||
! |
|||
! |
|||
service timestamps debug datetime msec |
|||
service timestamps log datetime msec |
|||
no service password-encryption |
|||
no service config |
|||
enable password cisco |
|||
ip classless |
|||
ip subnet-zero |
|||
no ip domain lookup |
|||
line vty 0 4 |
|||
transport input ssh telnet |
|||
exec-timeout 720 0 |
|||
password cisco |
|||
login |
|||
line con 0 |
|||
password cisco |
|||
! |
|||
no cdp run |
|||
! |
|||
! |
|||
interface Loopback0 |
|||
description Loopback |
|||
ip address 192.168.0.5 255.255.255.255 |
|||
! |
|||
interface GigabitEthernet0/0 |
|||
description OOB Management |
|||
vrf forwarding Mgmt-intf |
|||
! Configured on launch |
|||
no ip address |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet0/1 |
|||
description to Managed |
|||
ip address 10.0.0.5 255.255.0.0 |
|||
ip ospf cost 1 |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
! |
|||
! |
|||
router ospf 1 |
|||
network 192.168.0.5 0.0.0.0 area 0 |
|||
log-adjacency-changes |
|||
passive-interface Loopback0 |
|||
network 10.0.0.0 0.0.255.255 area 0 |
|||
! |
|||
! |
|||
router bgp 1 |
|||
bgp router-id 192.168.0.5 |
|||
no synchronization |
|||
! ibgp |
|||
! ibgp peers |
|||
! |
|||
neighbor 192.168.0.1 remote-as 1 |
|||
neighbor 192.168.0.1 description iBGP peer iosv-1 |
|||
neighbor 192.168.0.1 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.2 remote-as 1 |
|||
neighbor 192.168.0.2 description iBGP peer iosv-2 |
|||
neighbor 192.168.0.2 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.3 remote-as 1 |
|||
neighbor 192.168.0.3 description iBGP peer iosv-3 |
|||
neighbor 192.168.0.3 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.4 remote-as 1 |
|||
neighbor 192.168.0.4 description iBGP peer iosv-4 |
|||
neighbor 192.168.0.4 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.6 remote-as 1 |
|||
neighbor 192.168.0.6 description iBGP peer iosv-6 |
|||
neighbor 192.168.0.6 update-source Loopback0 |
|||
! |
|||
! |
|||
! |
|||
address-family ipv4 |
|||
network 192.168.0.5 mask 255.255.255.255 |
|||
neighbor 192.168.0.1 activate |
|||
neighbor 192.168.0.2 activate |
|||
neighbor 192.168.0.3 activate |
|||
neighbor 192.168.0.4 activate |
|||
neighbor 192.168.0.6 activate |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
<interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.5" netPrefixLenV4="16"> |
|||
<extensions> |
|||
<entry key="AutoNetkit.vlan" type="Integer">10</entry> |
|||
</extensions> |
|||
</interface> |
|||
</node> |
|||
<node name="iosv-6" type="SIMPLE" subtype="IOSv" location="763,308" ipv4="192.168.0.6"> |
|||
<extensions> |
|||
<entry key="config" type="string">! IOS Config generated on 2015-08-28 10:32 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
hostname iosv-6 |
|||
boot-start-marker |
|||
boot-end-marker |
|||
! |
|||
vrf definition Mgmt-intf |
|||
! |
|||
address-family ipv4 |
|||
exit-address-family |
|||
! |
|||
address-family ipv6 |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
no aaa new-model |
|||
! |
|||
! |
|||
ip cef |
|||
ipv6 unicast-routing |
|||
ipv6 cef |
|||
! |
|||
! |
|||
service timestamps debug datetime msec |
|||
service timestamps log datetime msec |
|||
no service password-encryption |
|||
no service config |
|||
enable password cisco |
|||
ip classless |
|||
ip subnet-zero |
|||
no ip domain lookup |
|||
line vty 0 4 |
|||
transport input ssh telnet |
|||
exec-timeout 720 0 |
|||
password cisco |
|||
login |
|||
line con 0 |
|||
password cisco |
|||
! |
|||
no cdp run |
|||
! |
|||
! |
|||
interface Loopback0 |
|||
description Loopback |
|||
ip address 192.168.0.6 255.255.255.255 |
|||
! |
|||
interface GigabitEthernet0/0 |
|||
description OOB Management |
|||
vrf forwarding Mgmt-intf |
|||
! Configured on launch |
|||
no ip address |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet0/1 |
|||
description to Managed |
|||
ip address 10.0.0.6 255.255.0.0 |
|||
ip ospf cost 1 |
|||
duplex full |
|||
speed auto |
|||
no shutdown |
|||
! |
|||
! |
|||
! |
|||
router ospf 1 |
|||
network 192.168.0.6 0.0.0.0 area 0 |
|||
log-adjacency-changes |
|||
passive-interface Loopback0 |
|||
network 10.0.0.0 0.0.255.255 area 0 |
|||
! |
|||
! |
|||
router bgp 1 |
|||
bgp router-id 192.168.0.6 |
|||
no synchronization |
|||
! ibgp |
|||
! ibgp peers |
|||
! |
|||
neighbor 192.168.0.1 remote-as 1 |
|||
neighbor 192.168.0.1 description iBGP peer iosv-1 |
|||
neighbor 192.168.0.1 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.2 remote-as 1 |
|||
neighbor 192.168.0.2 description iBGP peer iosv-2 |
|||
neighbor 192.168.0.2 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.3 remote-as 1 |
|||
neighbor 192.168.0.3 description iBGP peer iosv-3 |
|||
neighbor 192.168.0.3 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.4 remote-as 1 |
|||
neighbor 192.168.0.4 description iBGP peer iosv-4 |
|||
neighbor 192.168.0.4 update-source Loopback0 |
|||
! |
|||
neighbor 192.168.0.5 remote-as 1 |
|||
neighbor 192.168.0.5 description iBGP peer iosv-5 |
|||
neighbor 192.168.0.5 update-source Loopback0 |
|||
! |
|||
! |
|||
! |
|||
address-family ipv4 |
|||
network 192.168.0.6 mask 255.255.255.255 |
|||
neighbor 192.168.0.1 activate |
|||
neighbor 192.168.0.2 activate |
|||
neighbor 192.168.0.3 activate |
|||
neighbor 192.168.0.4 activate |
|||
neighbor 192.168.0.5 activate |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
<interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.6" netPrefixLenV4="16"> |
|||
<extensions> |
|||
<entry key="AutoNetkit.vlan" type="Integer">10</entry> |
|||
</extensions> |
|||
</interface> |
|||
</node> |
|||
<connection dst="/virl:topology/virl:node[1]/virl:interface[1]" src="/virl:topology/virl:node[3]/virl:interface[1]"/> |
|||
<connection dst="/virl:topology/virl:node[1]/virl:interface[2]" src="/virl:topology/virl:node[4]/virl:interface[1]"/> |
|||
<connection dst="/virl:topology/virl:node[2]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[3]"/> |
|||
<connection dst="/virl:topology/virl:node[5]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[2]"/> |
|||
<connection dst="/virl:topology/virl:node[8]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[3]"/> |
|||
<connection dst="/virl:topology/virl:node[6]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[4]"/> |
|||
<connection dst="/virl:topology/virl:node[7]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[5]"/> |
|||
</topology> |
@ -0,0 +1,447 @@ |
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
|||
<topology xmlns="http://www.cisco.com/VIRL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="0.9" xsi:schemaLocation="http://www.cisco.com/VIRL https://raw.github.com/CiscoVIRL/schema/v0.9/virl.xsd"> |
|||
<extensions> |
|||
<entry key="management_network" type="String">exclusive</entry> |
|||
</extensions> |
|||
<node name="flat-1" type="ASSET" subtype="FLAT" location="149,274"> |
|||
<interface id="0" name="link0"/> |
|||
</node> |
|||
<node name="asav-1" type="SIMPLE" subtype="ASAv" location="329,284"> |
|||
<extensions> |
|||
<entry key="config" type="string">! ASAv Config generated on 2015-08-28 10:43 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
hostname asav-1 |
|||
username cisco password cisco privilege 15 |
|||
enable password cisco |
|||
passwd cisco |
|||
names |
|||
! |
|||
interface Loopback100 |
|||
description loopback |
|||
no ip address |
|||
interface GigabitEthernet0/0 |
|||
description to flat-1 |
|||
duplex full |
|||
nameif outside |
|||
security-level 0 |
|||
no shutdown |
|||
no ip address |
|||
interface GigabitEthernet0/1 |
|||
description to nx-osv-1 |
|||
duplex full |
|||
nameif inside |
|||
security-level 100 |
|||
no shutdown |
|||
ip address 10.0.128.1 255.255.255.252 |
|||
interface Management0/0 |
|||
description OOB Management |
|||
duplex full |
|||
management-only |
|||
nameif mgmt |
|||
security-level 100 |
|||
no shutdown |
|||
! Configured on launch |
|||
no ip address |
|||
! |
|||
same-security-traffic permit inter-interface |
|||
logging enable |
|||
logging asdm informational |
|||
user-identity default-domain LOCAL |
|||
aaa authentication ssh console LOCAL |
|||
http server enable |
|||
http 0.0.0.0 0.0.0.0 inside |
|||
ssh 0.0.0.0 0.0.0.0 inside |
|||
telnet 0.0.0.0 0.0.0.0 inside |
|||
http 0.0.0.0 0.0.0.0 mgmt |
|||
ssh 0.0.0.0 0.0.0.0 mgmt |
|||
telnet 0.0.0.0 0.0.0.0 mgmt |
|||
http 0.0.0.0 0.0.0.0 outside |
|||
ssh 0.0.0.0 0.0.0.0 outside |
|||
telnet 0.0.0.0 0.0.0.0 outside |
|||
telnet timeout 15 |
|||
console timeout 0 |
|||
username cisco password cisco privilege 15 |
|||
! |
|||
class-map inspection_default |
|||
match default-inspection-traffic |
|||
! |
|||
! |
|||
policy-map type inspect dns preset_dns_map |
|||
parameters |
|||
message-length maximum client auto |
|||
message-length maximum 512 |
|||
policy-map global_policy |
|||
class inspection_default |
|||
inspect ip-options |
|||
inspect netbios |
|||
inspect rtsp |
|||
inspect sunrpc |
|||
inspect tftp |
|||
inspect xdmcp |
|||
inspect dns preset_dns_map |
|||
inspect ftp |
|||
inspect h323 h225 |
|||
inspect h323 ras |
|||
inspect rsh |
|||
inspect esmtp |
|||
inspect sqlnet |
|||
inspect sip |
|||
inspect skinny |
|||
inspect icmp |
|||
inspect http |
|||
! |
|||
service-policy global_policy global |
|||
no call-home reporting anonymous |
|||
call-home |
|||
profile CiscoTAC-1 |
|||
no active |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
<interface id="0" name="GigabitEthernet0/0"/> |
|||
<interface id="1" name="GigabitEthernet0/1" ipv4="10.0.128.1" netPrefixLenV4="30"> |
|||
<extensions> |
|||
<entry key="AutoNetkit.security_level" type="Integer">100</entry> |
|||
</extensions> |
|||
</interface> |
|||
</node> |
|||
<node name="nx-osv-1" type="SIMPLE" subtype="NX-OSv" location="499,288" ipv4="192.168.0.3"> |
|||
<extensions> |
|||
<entry key="config" type="string">! NX-OSv Config generated on 2015-08-28 10:43 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
version 6.2(1) |
|||
license grace-period |
|||
! |
|||
hostname nx-osv-1 |
|||
vdc nx-osv-1 id 1 |
|||
allocate interface Ethernet2/1-48 |
|||
allocate interface Ethernet3/1-48 |
|||
limit-resource vlan minimum 16 maximum 4094 |
|||
limit-resource vrf minimum 2 maximum 4096 |
|||
limit-resource port-channel minimum 0 maximum 768 |
|||
limit-resource u4route-mem minimum 96 maximum 96 |
|||
limit-resource u6route-mem minimum 24 maximum 24 |
|||
limit-resource m4route-mem minimum 58 maximum 58 |
|||
limit-resource m6route-mem minimum 8 maximum 8 |
|||
|
|||
feature telnet |
|||
|
|||
feature ospf |
|||
|
|||
username adminbackup password 5 ! role network-operator |
|||
username admin password 5 $1$KuOSBsvW$Cy0TSD..gEBGBPjzpDgf51 role network-admin |
|||
username cisco password 5 $1$Nk7ZkwH0$fyiRmMMfIheqE3BqvcL0C1 role network-operator |
|||
username cisco role network-admin |
|||
username lab password 5 $1$buoy/oqy$.EXQz8rCn72ii8qtdldj00 role network-admin |
|||
no password strength-check |
|||
ip domain-lookup |
|||
copp profile strict |
|||
snmp-server user lab network-admin auth md5 0x5ceb414591539ee35159fca86fdfa101 priv 0x5ceb414591539ee35159fca86fdfa101 localizedkey |
|||
snmp-server user admin network-admin auth md5 0x328945d53e05e8e7207f8c20b142f0b7 priv 0x328945d53e05e8e7207f8c20b142f0b7 localizedkey |
|||
snmp-server user cisco network-operator auth md5 0x55b3c64a53fb95518e75358ee75e82e9 priv 0x55b3c64a53fb95518e75358ee75e82e9 localizedkey |
|||
snmp-server user cisco network-admin |
|||
rmon event 1 log trap public description FATAL(1) owner PMON@FATAL |
|||
rmon event 2 log trap public description CRITICAL(2) owner PMON@CRITICAL |
|||
rmon event 3 log trap public description ERROR(3) owner PMON@ERROR |
|||
rmon event 4 log trap public description WARNING(4) owner PMON@WARNING |
|||
rmon event 5 log trap public description INFORMATION(5) owner PMON@INFO |
|||
|
|||
|
|||
vlan 1 |
|||
|
|||
vrf context management |
|||
hardware forwarding unicast trace |
|||
|
|||
interface Loopback0 |
|||
description Loopback |
|||
ip address 192.168.0.3/32 |
|||
ip router ospf 1 area 0 |
|||
|
|||
interface Ethernet2/1 |
|||
description to asav-1 |
|||
ip address 10.0.128.2/30 |
|||
ip router ospf 1 area 0 |
|||
duplex full |
|||
no mac-address |
|||
no shutdown |
|||
|
|||
interface Ethernet2/2 |
|||
description to iosvl2-1 |
|||
ip address 10.0.0.1/17 |
|||
ip router ospf 1 area 0 |
|||
duplex full |
|||
no mac-address |
|||
no shutdown |
|||
|
|||
interface mgmt0 |
|||
description OOB Management |
|||
! Configured on launch |
|||
no ip address |
|||
duplex full |
|||
no mac-address |
|||
no shutdown |
|||
vrf member management |
|||
|
|||
|
|||
line console |
|||
line vty |
|||
router ospf 1 |
|||
router-id 192.168.0.3 |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
<interface id="0" name="Ethernet2/1" ipv4="10.0.128.2" netPrefixLenV4="30"/> |
|||
<interface id="1" name="Ethernet2/2" ipv4="10.0.0.1" netPrefixLenV4="17"/> |
|||
</node> |
|||
<node name="iosvl2-1" type="SIMPLE" subtype="IOSvL2" location="629,291"> |
|||
<extensions> |
|||
<entry key="config" type="string">! IOSvL2 Config generated on 2015-08-28 10:43 |
|||
! by autonetkit_0.18.1 |
|||
! |
|||
version 15.2 |
|||
service timestamps debug datetime msec |
|||
service timestamps log datetime msec |
|||
no service password-encryption |
|||
service compress-config |
|||
no service config |
|||
enable password cisco |
|||
ip classless |
|||
ip subnet-zero |
|||
no ip domain lookup |
|||
! |
|||
line vty 0 4 |
|||
transport input ssh telnet |
|||
exec-timeout 720 0 |
|||
password cisco |
|||
login |
|||
! |
|||
line con 0 |
|||
password cisco |
|||
! |
|||
hostname iosvl2-1 |
|||
! |
|||
boot-start-marker |
|||
boot-end-marker |
|||
! |
|||
! |
|||
! |
|||
no aaa new-model |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
ip cef |
|||
no ipv6 cef |
|||
! |
|||
! |
|||
spanning-tree mode pvst |
|||
spanning-tree extend system-id |
|||
! |
|||
vlan internal allocation policy ascending |
|||
! |
|||
! |
|||
! |
|||
! |
|||
vrf definition Mgmt-intf |
|||
! |
|||
address-family ipv4 |
|||
exit-address-family |
|||
! |
|||
address-family ipv6 |
|||
exit-address-family |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
interface Loopback0 |
|||
description Loopback |
|||
! |
|||
interface GigabitEthernet0/0 |
|||
description Mapped to Vlan1 for management |
|||
! Configured on launch |
|||
switchport mode access |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet0/1 |
|||
description to nx-osv-1 |
|||
switchport access vlan 2 |
|||
switchport mode access |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet0/2 |
|||
description to server-1 |
|||
switchport access vlan 2 |
|||
switchport mode access |
|||
no shutdown |
|||
! |
|||
interface GigabitEthernet0/3 |
|||
description to server-2 |
|||
switchport access vlan 2 |
|||
switchport mode access |
|||
no shutdown |
|||
! |
|||
interface Vlan1 |
|||
description OOB Management |
|||
! Configured on launch |
|||
vrf forwarding Mgmt-intf |
|||
no ip address |
|||
! |
|||
! |
|||
ip forward-protocol nd |
|||
! |
|||
no ip http server |
|||
no ip http secure-server |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
! |
|||
control-plane |
|||
! |
|||
! |
|||
! |
|||
end |
|||
</entry> |
|||
<entry key="AutoNetkit.mgmt_ip" type="string"></entry> |
|||
</extensions> |
|||
<interface id="0" name="GigabitEthernet0/1"/> |
|||
<interface id="1" name="GigabitEthernet0/2"/> |
|||
<interface id="2" name="GigabitEthernet0/3"/> |
|||
</node> |
|||
<node name="server-1" type="SIMPLE" subtype="server" location="769,197"> |
|||
<extensions> |
|||
<entry key="config" type="string">#cloud-config |
|||
bootcmd: |
|||
- ln -s -t /etc/rc.d /etc/rc.local |
|||
hostname: server-1 |
|||
manage_etc_hosts: true |
|||
runcmd: |
|||
- start ttyS0 |
|||
- systemctl start getty@ttyS0.service |
|||
- systemctl start rc-local |
|||
- sed -i '/^\s*PasswordAuthentication\s\+no/d' /etc/ssh/sshd_config |
|||
- echo "UseDNS no" >> /etc/ssh/sshd_config |
|||
- service ssh restart |
|||
- service sshd restart |
|||
users: |
|||
- default |
|||
- gecos: User configured by VIRL Configuration Engine 0.18.9 |
|||
lock-passwd: false |
|||
name: cisco |
|||
plain-text-passwd: cisco |
|||
shell: /bin/bash |
|||
ssh-authorized-keys: |
|||
- VIRL-USER-SSH-PUBLIC-KEY |
|||
sudo: ALL=(ALL) ALL |
|||
write_files: |
|||
- path: /etc/init/ttyS0.conf |
|||
owner: root:root |
|||
content: | |
|||
# ttyS0 - getty |
|||
# This service maintains a getty on ttyS0 from the point the system is |
|||
# started until it is shut down again. |
|||
start on stopped rc or RUNLEVEL=[12345] |
|||
stop on runlevel [!12345] |
|||
respawn |
|||
exec /sbin/getty -L 115200 ttyS0 vt102 |
|||
permissions: '0644' |
|||
- path: /etc/systemd/system/dhclient@.service |
|||
content: | |
|||
[Unit] |
|||
Description=Run dhclient on %i interface |
|||
After=network.target |
|||
[Service] |
|||
Type=oneshot |
|||
ExecStart=/sbin/dhclient %i -pf /var/run/dhclient.%i.pid -lf /var/lib/dhclient/dhclient.%i.lease |
|||
RemainAfterExit=yes |
|||
owner: root:root |
|||
permissions: '0644' |
|||
- path: /etc/rc.local |
|||
owner: root:root |
|||
permissions: '0755' |
|||
content: |- |
|||
#!/bin/sh -e |
|||
ifconfig eth1 up 10.0.0.2 netmask 255.255.128.0 |
|||
route add -net 10.0.0.0/16 gw 10.0.0.1 dev eth1 |
|||
route add -net 192.168.0.0/29 gw 10.0.0.1 dev eth1 |
|||
exit 0 |
|||
</entry> |
|||
</extensions> |
|||
<interface id="0" name="eth1" ipv4="10.0.0.2" netPrefixLenV4="17"/> |
|||
</node> |
|||
<node name="server-2" type="SIMPLE" subtype="server" location="789,358"> |
|||
<extensions> |
|||
<entry key="config" type="string">#cloud-config |
|||
bootcmd: |
|||
- ln -s -t /etc/rc.d /etc/rc.local |
|||
hostname: server-2 |
|||
manage_etc_hosts: true |
|||
runcmd: |
|||
- start ttyS0 |
|||
- systemctl start getty@ttyS0.service |
|||
- systemctl start rc-local |
|||
- sed -i '/^\s*PasswordAuthentication\s\+no/d' /etc/ssh/sshd_config |
|||
- echo "UseDNS no" >> /etc/ssh/sshd_config |
|||
- service ssh restart |
|||
- service sshd restart |
|||
users: |
|||
- default |
|||
- gecos: User configured by VIRL Configuration Engine 0.18.9 |
|||
lock-passwd: false |
|||
name: cisco |
|||
plain-text-passwd: cisco |
|||
shell: /bin/bash |
|||
ssh-authorized-keys: |
|||
- VIRL-USER-SSH-PUBLIC-KEY |
|||
sudo: ALL=(ALL) ALL |
|||
write_files: |
|||
- path: /etc/init/ttyS0.conf |
|||
owner: root:root |
|||
content: | |
|||
# ttyS0 - getty |
|||
# This service maintains a getty on ttyS0 from the point the system is |
|||
# started until it is shut down again. |
|||
start on stopped rc or RUNLEVEL=[12345] |
|||
stop on runlevel [!12345] |
|||
respawn |
|||
exec /sbin/getty -L 115200 ttyS0 vt102 |
|||
permissions: '0644' |
|||
- path: /etc/systemd/system/dhclient@.service |
|||
content: | |
|||
[Unit] |
|||
Description=Run dhclient on %i interface |
|||
After=network.target |
|||
[Service] |
|||
Type=oneshot |
|||
ExecStart=/sbin/dhclient %i -pf /var/run/dhclient.%i.pid -lf /var/lib/dhclient/dhclient.%i.lease |
|||
RemainAfterExit=yes |
|||
owner: root:root |
|||
permissions: '0644' |
|||
- path: /etc/rc.local |
|||
owner: root:root |
|||
permissions: '0755' |
|||
content: |- |
|||
#!/bin/sh -e |
|||
ifconfig eth1 up 10.0.0.3 netmask 255.255.128.0 |
|||
route add -net 10.0.0.0/16 gw 10.0.0.1 dev eth1 |
|||
route add -net 192.168.0.0/29 gw 10.0.0.1 dev eth1 |
|||
exit 0 |
|||
</entry> |
|||
</extensions> |
|||
<interface id="0" name="eth1" ipv4="10.0.0.3" netPrefixLenV4="17"/> |
|||
</node> |
|||
<connection dst="/virl:topology/virl:node[2]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[1]"/> |
|||
<connection dst="/virl:topology/virl:node[3]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[2]"/> |
|||
<connection dst="/virl:topology/virl:node[4]/virl:interface[1]" src="/virl:topology/virl:node[3]/virl:interface[2]"/> |
|||
<connection dst="/virl:topology/virl:node[5]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[2]"/> |
|||
<connection dst="/virl:topology/virl:node[6]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[3]"/> |
|||
</topology> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue