-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vlado
committed
Mar 21, 2019
1 parent
88615f7
commit ef03137
Showing
7 changed files
with
484 additions
and
0 deletions.
There are no files selected for viewing
128 changes: 128 additions & 0 deletions
128
gns_simulation/Cisco7200pirated-1_i1_startup-config.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
|
||
! | ||
upgrade fpd auto | ||
version 12.4 | ||
service timestamps debug datetime msec | ||
service timestamps log datetime msec | ||
no service password-encryption | ||
! | ||
hostname R0 | ||
! | ||
boot-start-marker | ||
boot-end-marker | ||
! | ||
logging message-counter syslog | ||
! | ||
no aaa new-model | ||
ip source-route | ||
no ip icmp rate-limit unreachable | ||
ip cef | ||
! | ||
! | ||
! | ||
! | ||
no ip domain lookup | ||
ipv6 unicast-routing | ||
ipv6 cef | ||
ipv6 dhcp pool DELEGATION_POOL | ||
prefix-delegation pool CLIENTS_POOL lifetime infinite infinite | ||
address prefix 2001:67C:2154:FFE0::/64 lifetime infinite infinite | ||
dns-server 2001:67C:2154:FFFF:B2C6:9AFF:FE39:E1C1 | ||
domain-name smartcom.bg | ||
! | ||
! | ||
multilink bundle-name authenticated | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
archive | ||
log config | ||
hidekeys | ||
! | ||
! | ||
! | ||
! | ||
! | ||
ip tcp synwait-time 5 | ||
! | ||
! | ||
! | ||
! | ||
interface Loopback0 | ||
no ip address | ||
ipv6 address FE80::1 link-local | ||
ipv6 address 2001:67C:2154:FFFF:B2C6:9AFF:FE39:E1C1/64 | ||
! | ||
interface FastEthernet0/0 | ||
no ip address | ||
duplex half | ||
ipv6 address FE80::1 link-local | ||
ipv6 address 2001:67C:2154:FFE0::1/64 | ||
ipv6 nd managed-config-flag | ||
ipv6 dhcp server DELEGATION_POOL | ||
! | ||
ip forward-protocol nd | ||
no ip http server | ||
no ip http secure-server | ||
! | ||
! | ||
! | ||
no cdp log mismatch duplex | ||
ipv6 local pool CLIENTS_POOL 2001:67C:2154:FFE8::/61 64 | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
control-plane | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
gatekeeper | ||
shutdown | ||
! | ||
! | ||
line con 0 | ||
exec-timeout 0 0 | ||
privilege level 15 | ||
logging synchronous | ||
stopbits 1 | ||
line aux 0 | ||
exec-timeout 0 0 | ||
privilege level 15 | ||
logging synchronous | ||
stopbits 1 | ||
line vty 0 4 | ||
logging synchronous | ||
login | ||
line vty 5 15 | ||
logging synchronous | ||
login | ||
! | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# This the configuration for PC-1 | ||
# | ||
# Uncomment the following line to enable DHCP | ||
# dhcp | ||
# or the line below to manually setup an IP address and subnet mask | ||
# ip 192.168.1.1 255.0.0.0 | ||
# | ||
|
||
set pcname PC-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
|
||
! | ||
upgrade fpd auto | ||
version 12.4 | ||
service timestamps debug datetime msec | ||
service timestamps log datetime msec | ||
no service password-encryption | ||
! | ||
hostname R1 | ||
! | ||
boot-start-marker | ||
boot-end-marker | ||
! | ||
logging message-counter syslog | ||
! | ||
no aaa new-model | ||
ip source-route | ||
no ip icmp rate-limit unreachable | ||
ip cef | ||
! | ||
! | ||
! | ||
! | ||
ip domain list smartcom.bg | ||
no ip domain lookup | ||
ipv6 unicast-routing | ||
ipv6 cef | ||
! | ||
multilink bundle-name authenticated | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
archive | ||
log config | ||
hidekeys | ||
! | ||
! | ||
! | ||
! | ||
! | ||
ip tcp synwait-time 5 | ||
! | ||
! | ||
! | ||
! | ||
interface FastEthernet0/0 | ||
no ip address | ||
duplex auto | ||
speed auto | ||
ipv6 address dhcp | ||
ipv6 address FE80::10 link-local | ||
ipv6 dhcp client pd DELEGATED_RANGE | ||
! | ||
interface FastEthernet0/1 | ||
no ip address | ||
duplex auto | ||
speed auto | ||
ipv6 address FE80::10 link-local | ||
ipv6 address DELEGATED_RANGE ::1/64 | ||
ipv6 nd managed-config-flag | ||
ipv6 dhcp server DELEGATED_RANGE | ||
! | ||
ip forward-protocol nd | ||
no ip http server | ||
no ip http secure-server | ||
! | ||
! | ||
! | ||
no cdp log mismatch duplex | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
control-plane | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
gatekeeper | ||
shutdown | ||
! | ||
! | ||
line con 0 | ||
exec-timeout 0 0 | ||
privilege level 15 | ||
logging synchronous | ||
stopbits 1 | ||
line aux 0 | ||
exec-timeout 0 0 | ||
privilege level 15 | ||
logging synchronous | ||
stopbits 1 | ||
line vty 0 4 | ||
login | ||
! | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
! | ||
! | ||
! | ||
! | ||
|
||
! | ||
upgrade fpd auto | ||
version 12.4 | ||
service timestamps debug datetime msec | ||
service timestamps log datetime msec | ||
no service password-encryption | ||
! | ||
hostname R2 | ||
! | ||
boot-start-marker | ||
boot-end-marker | ||
! | ||
logging message-counter syslog | ||
! | ||
no aaa new-model | ||
ip source-route | ||
no ip icmp rate-limit unreachable | ||
ip cef | ||
! | ||
! | ||
! | ||
! | ||
ip domain list smartcom.bg | ||
no ip domain lookup | ||
ipv6 unicast-routing | ||
ipv6 cef | ||
! | ||
multilink bundle-name authenticated | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
archive | ||
log config | ||
hidekeys | ||
! | ||
! | ||
! | ||
! | ||
! | ||
ip tcp synwait-time 5 | ||
! | ||
! | ||
! | ||
! | ||
interface FastEthernet0/0 | ||
no ip address | ||
duplex auto | ||
speed auto | ||
ipv6 address dhcp | ||
ipv6 address FE80::20 link-local | ||
ipv6 dhcp client pd DELEGATED_RANGE | ||
! | ||
interface FastEthernet0/1 | ||
no ip address | ||
duplex auto | ||
speed auto | ||
ipv6 address FE80::20 link-local | ||
ipv6 address DELEGATED_RANGE ::1/64 | ||
ipv6 nd managed-config-flag | ||
ipv6 nd other-config-flag | ||
ipv6 dhcp server DELEGATED_RANGE | ||
! | ||
ip forward-protocol nd | ||
no ip http server | ||
no ip http secure-server | ||
! | ||
! | ||
! | ||
no cdp log mismatch duplex | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
control-plane | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
! | ||
gatekeeper | ||
shutdown | ||
! | ||
! | ||
line con 0 | ||
exec-timeout 0 0 | ||
privilege level 15 | ||
logging synchronous | ||
stopbits 1 | ||
line aux 0 | ||
exec-timeout 0 0 | ||
privilege level 15 | ||
logging synchronous | ||
stopbits 1 | ||
line vty 0 4 | ||
login | ||
! | ||
end |
Oops, something went wrong.