-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSpringR1.txt
198 lines (197 loc) · 4.5 KB
/
SpringR1.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
!SpringR1
!
! Last configuration change at 06:41:32 UTC Fri Jul 12 2024
!
version 15.9
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SpringR1
!
boot-start-marker
boot-end-marker
!
!
enable secret 9 $9$jfOHaTUBeeo807$JkHAIZHn8VrUOyqgk.uQONGS1ExbYUA.33HfXk0J5VE
!
no aaa new-model
!
!
!
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
!
!
!
!
archive
path tftp://10.150.0.16/SpringR1
write-memory
time-period 10080
!
redundancy
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address 10.150.127.5 255.255.255.252
ip helper-address 10.150.0.12
ip nat inside
ip virtual-reassembly in
ip ospf network point-to-point
ip ospf 15 area 0
duplex auto
speed auto
media-type rj45
ipv6 address FE80::1 link-local
ipv6 address 2001:BBFC:88EF:FFFD::1/64
ipv6 ospf 15 area 0
!
interface GigabitEthernet0/1
ip address 10.150.127.9 255.255.255.252
ip nat inside
ip virtual-reassembly in
ip ospf network point-to-point
ip ospf 15 area 0
duplex auto
speed auto
media-type rj45
ipv6 address FE80::1 link-local
ipv6 address 2001:BBFC:88EF:FFFE::1/64
ipv6 ospf 15 area 0
!
interface GigabitEthernet0/2
description line to SpringR2
ip address 10.150.127.1 255.255.255.252
ip helper-address 10.150.0.12
ip nat inside
ip virtual-reassembly in
ip ospf 15 area 0
duplex auto
speed auto
media-type rj45
ipv6 address FE80::1 link-local
ipv6 address 2001:BBFC:88EF:FFFF::1/64
ipv6 ospf 15 area 0
!
interface GigabitEthernet0/3
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
media-type rj45
!
router ospfv3 15
router-id 1.1.1.1
!
address-family ipv6 unicast
exit-address-family
!
router ospf 15
router-id 1.1.1.1
priority 127
auto-cost reference-bandwidth 1000
passive-interface GigabitEthernet0/3
network 192.168.255.0 0.0.0.255 area 0
default-information originate
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
ip nat pool ACCESS 192.168.255.187 192.168.255.187 netmask 255.255.255.0
ip nat inside source list 1 pool ACCESS overload
ip route 0.0.0.0 0.0.0.0 192.168.255.1
!
logging trap debugging
logging origin-id hostname
logging source-interface GigabitEthernet0/2
logging host 10.150.0.16
ipv6 ioam timestamp
!
!
access-list 1 permit 10.150.0.0 0.0.0.255
access-list 1 deny any
!
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
exec-timeout 0 0
password cisco
logging synchronous
login
line aux 0
line vty 0 4
password cisco
login
transport input telnet
line vty 5 15
password cisco
login
transport input telnet
!
no scheduler allocate
!
end