Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-virl-hs-fulda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Rieger
git-virl-hs-fulda
Commits
b0d86175
Commit
b0d86175
authored
8 years ago
by
anxietypb
Browse files
Options
Downloads
Patches
Plain Diff
Fix wrong IP-Address mappings for Clients/Router
parent
3ae55cfa
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
GIT-VIRL-HS-Fulda/Kommunikationsnetze und -protokolle (Bachelor AI)/kommprot-lab3_b-wanem-ok.virl
+167
-167
167 additions, 167 deletions
...d -protokolle (Bachelor AI)/kommprot-lab3_b-wanem-ok.virl
with
167 additions
and
167 deletions
GIT-VIRL-HS-Fulda/Kommunikationsnetze und -protokolle (Bachelor AI)/kommprot-lab3_b-wanem-ok.virl
+
167
−
167
View file @
b0d86175
...
...
@@ -5,169 +5,169 @@
<entry
key=
"AutoNetkit.mgmt_ip"
type=
"string"
></entry>
<entry
key=
"AutoNetkit.IGP"
type=
"String"
>
eigrp
</entry>
<entry
key=
"Auto-generate config"
type=
"Boolean"
>
false
</entry>
<entry
key=
"config"
type=
"String"
>
!
! Last configuration change at 22:03:48 UTC Sun Jan 15 2017
!
version 15.6
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router-A
!
boot-start-marker
boot-end-marker
!
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
enable password cisco
!
no aaa new-model
ethernet lmi ce
!
!
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
!
!
!
!
!
!
!
!
!
!
!
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
redundancy
!
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
ip address 10.255.0.229 255.255.0.0
duplex full
speed auto
media-type rj45
!
interface GigabitEthernet0/1
description to ISP
ip address 192.168.101.2 255.255.255.252
duplex full
speed auto
media-type rj45
!
interface GigabitEthernet0/2
description toRechnungswesen
ip address 192.168.100.1 255.255.255.128
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/
3
description to
Management
ip address 192.168.100.129 255.255.255.192
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/
4
description to
Administration
ip address 192.168.100.193 255.255.255.240
duplex auto
speed auto
media-type rj45
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 192.168.101.1
!
!
!
!
control-plane
!
banner exec `
**************************************************************************
* IOSv is strictly limited to use for evaluation, demonstration and IOS *
* education. IOSv is provided as-is and is not supported by Cisco's *
* Technical Advisory Center. Any use or disclosure, in whole or in part, *
* of the IOSv Software or Documentation to any third party for any *
* purposes is expressly prohibited except as otherwise authorized by *
* Cisco in writing. *
**************************************************************************`
banner incoming `
**************************************************************************
* IOSv is strictly limited to use for evaluation, demonstration and IOS *
* education. IOSv is provided as-is and is not supported by Cisco's *
* Technical Advisory Center. Any use or disclosure, in whole or in part, *
* of the IOSv Software or Documentation to any third party for any *
* purposes is expressly prohibited except as otherwise authorized by *
* Cisco in writing. *
**************************************************************************`
banner login `
**************************************************************************
* IOSv is strictly limited to use for evaluation, demonstration and IOS *
* education. IOSv is provided as-is and is not supported by Cisco's *
* Technical Advisory Center. Any use or disclosure, in whole or in part, *
* of the IOSv Software or Documentation to any third party for any *
* purposes is expressly prohibited except as otherwise authorized by *
* Cisco in writing. *
**************************************************************************`
!
line con 0
password cisco
line aux 0
line vty 0 4
exec-timeout 720 0
password cisco
login
transport input telnet ssh
!
no scheduler allocate
!
<entry
key=
"config"
type=
"String"
>
!

! Last configuration change at 22:03:48 UTC Sun Jan 15 2017

!

version 15.6

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname Router-A

!

boot-start-marker

boot-end-marker

!

!

vrf definition Mgmt-intf

!

address-family ipv4

exit-address-family

!

address-family ipv6

exit-address-family

!

enable password cisco

!

no aaa new-model

ethernet lmi ce

!

!

!

mmi polling-interval 60

no mmi auto-configure

no mmi pvc

mmi snmp-timeout 180

!

!

!

!

!

!

!

!

!

!

!

no ip domain lookup

ip cef

ipv6 unicast-routing

ipv6 cef

!

multilink bundle-name authenticated

!

!

!

!

!

redundancy

!

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

ip address 10.255.0.229 255.255.0.0

duplex full

speed auto

media-type rj45

!

interface GigabitEthernet0/1

description to ISP

ip address 192.168.101.2 255.255.255.252

duplex full

speed auto

media-type rj45

!

interface GigabitEthernet0/2

description toRechnungswesen

ip address 192.168.100.1 255.255.255.128

duplex auto

speed auto

media-type rj45

!

interface GigabitEthernet0/
4

description to
Adminsitration

ip address 192.168.100.129 255.255.255.192

duplex auto

speed auto

media-type rj45

!

interface GigabitEthernet0/
3

description to
Management

ip address 192.168.100.193 255.255.255.240

duplex auto

speed auto

media-type rj45

!

ip forward-protocol nd

!

!

no ip http server

no ip http secure-server

ip route 0.0.0.0 0.0.0.0 192.168.101.1

!

!

!

!

control-plane

!

banner exec `

**************************************************************************

* IOSv is strictly limited to use for evaluation, demonstration and IOS *

* education. IOSv is provided as-is and is not supported by Cisco's *

* Technical Advisory Center. Any use or disclosure, in whole or in part, *

* of the IOSv Software or Documentation to any third party for any *

* purposes is expressly prohibited except as otherwise authorized by *

* Cisco in writing. *

**************************************************************************`

banner incoming `

**************************************************************************

* IOSv is strictly limited to use for evaluation, demonstration and IOS *

* education. IOSv is provided as-is and is not supported by Cisco's *

* Technical Advisory Center. Any use or disclosure, in whole or in part, *

* of the IOSv Software or Documentation to any third party for any *

* purposes is expressly prohibited except as otherwise authorized by *

* Cisco in writing. *

**************************************************************************`

banner login `

**************************************************************************

* IOSv is strictly limited to use for evaluation, demonstration and IOS *

* education. IOSv is provided as-is and is not supported by Cisco's *

* Technical Advisory Center. Any use or disclosure, in whole or in part, *

* of the IOSv Software or Documentation to any third party for any *

* purposes is expressly prohibited except as otherwise authorized by *

* Cisco in writing. *

**************************************************************************`

!

line con 0

password cisco

line aux 0

line vty 0 4

exec-timeout 720 0

password cisco

login

transport input telnet ssh

!

no scheduler allocate

!

end
</entry>
</extensions>
<interface
id=
"0"
name=
"GigabitEthernet0/1"
ipv4=
"192.168.101.2"
netPrefixLenV4=
"24"
/>
...
...
@@ -771,9 +771,9 @@ write_files:
permissions: '0755'

content: |-

!/bin/sh -e

ifconfig eth1 192.168.100.1
30
netmask 255.255.255.
192

ifconfig eth1 192.168.100.1
94
netmask 255.255.255.
240

route del default

route add default gw 192.168.100.1
2
9

route add default gw 192.168.100.19
3

exit 0


- path: /etc/resolv.conf

...
...
@@ -840,9 +840,9 @@ write_files:
permissions: '0755'

content: |-

!/bin/sh -e

ifconfig eth1 192.168.100.1
94
netmask 255.255.255.
240

ifconfig eth1 192.168.100.1
30
netmask 255.255.255.
192

route del default

route add default gw 192.168.100.19
3

route add default gw 192.168.100.1
2
9

exit 0


- path: /etc/resolv.conf

...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment