Subversion Repositories Progetto_Dorsale

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 xraver 1
 
2
!
3
! Last configuration change at 15:34:56 Rome Fri Aug 8 2008 by admin
4
! NVRAM config last updated at 15:35:00 Rome Fri Aug 8 2008 by admin
5
!
6
version 12.4
7
service timestamps debug datetime msec
8
service timestamps log datetime msec
9
service password-encryption
10
!
11
hostname c3825
12
!
13
boot-start-marker
14
boot-end-marker
15
!
16
enable secret 5 $1$S5TF$q7LBh/yhZMwHsxhuBAmTF.
17
!
18
no aaa new-model
19
clock timezone Rome 2
20
network-clock-participate wic 0 
21
dot11 syslog
22
ip cef
23
!
24
!
25
no ip dhcp use vrf connected
26
ip dhcp excluded-address 192.168.1.1
27
ip dhcp excluded-address 192.168.1.253
28
ip dhcp excluded-address 192.168.1.254
29
ip dhcp excluded-address 192.168.2.254
30
ip dhcp excluded-address 192.168.2.1
31
ip dhcp excluded-address 192.168.2.253
32
ip dhcp excluded-address 192.168.1.2
33
!
34
ip dhcp pool vlan10
35
   import all
36
   network 192.168.1.0 255.255.255.0
37
   default-router 192.168.1.254 
38
   dns-server 130.251.1.4 
39
   domain-name vlan10.org
40
!
41
ip dhcp pool vlan20
42
   import all
43
   network 192.168.2.0 255.255.255.0
44
   default-router 192.168.2.254 
45
   dns-server 130.251.1.4 
46
   domain-name vlan20.org
47
!
48
!
49
ip vrf Cliente1
50
 vpn id 100:100
51
!
52
ip vrf Cliente3
53
 rd 100:300
54
 vpn id 100:300
55
 route-target export 100:3000
56
 route-target import 100:3000
57
!
58
ip name-server 130.251.1.4
59
ip auth-proxy max-nodata-conns 3
60
ip admission max-nodata-conns 3
61
!
62
multilink bundle-name authenticated
63
!
64
isdn switch-type basic-net3
65
voice-card 0
66
 no dspfarm
67
!
68
!
69
!
70
!
71
voice service voip 
72
 redirect ip2ip
73
 sip
74
  registrar server
75
!
76
!
77
!
78
!
79
!
80
!
81
!
82
!
83
!
84
!
85
!
86
!
87
!
88
!
89
!
90
!
91
!
92
!
93
username admin secret 5 $1$L5SR$FCn09C/8IX2Og5qdirT6C/
94
username sysadmin password 7 070C285F4D06
95
archive
96
 log config
97
  hidekeys
98
! 
99
!
100
!
101
!
102
!
103
!
104
!
105
!
106
interface Loopback0
107
 ip address 192.168.0.2 255.255.255.255
108
!
109
interface GigabitEthernet0/0
110
 no ip address
111
 duplex auto
112
 speed auto
113
 media-type rj45
114
!
115
interface GigabitEthernet0/0.10
116
 encapsulation dot1Q 10
117
 ip address 192.168.1.1 255.255.255.0
118
 mpls ip
119
!
120
interface GigabitEthernet0/0.20
121
 encapsulation dot1Q 20
122
 ip address 192.168.2.254 255.255.255.0
123
 mpls ip
124
!
125
interface GigabitEthernet0/0.80
126
 encapsulation dot1Q 80
127
 ip address 192.168.8.254 255.255.255.0
128
 mpls ip
129
!
130
interface GigabitEthernet0/1
131
 ip vrf forwarding Cliente3
132
 ip address 10.0.1.254 255.255.255.0
133
 duplex auto
134
 speed auto
135
 media-type rj45
136
!
137
interface BRI0/0/0
138
 no ip address
139
 isdn switch-type basic-net3
140
 isdn overlap-receiving
141
 isdn tei-negotiation first-call
142
 isdn point-to-point-setup
143
 isdn incoming-voice voice
144
 isdn send-alerting
145
 isdn sending-complete
146
 isdn static-tei 0
147
 isdn skipsend-idverify
148
!
149
interface BRI0/0/1
150
 no ip address
151
 isdn switch-type basic-net3
152
 isdn overlap-receiving T302 5000
153
 isdn not-end-to-end 64
154
 isdn protocol-emulate network
155
 isdn layer1-emulate network
156
 isdn incoming-voice voice
157
 isdn send-alerting
158
 isdn sending-complete
159
 isdn static-tei 0
160
 isdn skipsend-idverify
161
 line-power
162
!
163
interface Integrated-Service-Engine1/0
164
 ip address 192.168.9.2 255.255.255.252
165
 service-module ip address 192.168.9.1 255.255.255.252
166
 service-module ip default-gateway 192.168.9.2
167
 no keepalive
168
!
169
router ospf 300 vrf Cliente3
170
 log-adjacency-changes
171
 redistribute bgp 100 metric 20 subnets
172
 network 10.0.1.0 0.0.0.255 area 1
173
!
174
router ospf 1
175
 log-adjacency-changes
176
 redistribute static subnets
177
 network 192.168.0.2 0.0.0.0 area 0
178
 network 192.168.1.0 0.0.0.255 area 0
179
 network 192.168.2.0 0.0.0.255 area 0
180
 network 192.168.8.0 0.0.0.255 area 0
181
 network 192.168.9.0 0.0.0.3 area 0
182
!
183
router bgp 100
184
 no synchronization
185
 bgp log-neighbor-changes
186
 neighbor 192.168.0.1 remote-as 100
187
 neighbor 192.168.0.1 update-source Loopback0
188
 neighbor 192.168.0.3 remote-as 100
189
 neighbor 192.168.0.3 update-source Loopback0
190
 neighbor 192.168.0.4 remote-as 100
191
 neighbor 192.168.0.4 update-source Loopback0
192
 no auto-summary
193
 !
194
 address-family vpnv4
195
  neighbor 192.168.0.1 activate
196
  neighbor 192.168.0.1 send-community both
197
  neighbor 192.168.0.3 activate
198
  neighbor 192.168.0.3 send-community both
199
  neighbor 192.168.0.4 activate
200
  neighbor 192.168.0.4 send-community both
201
 exit-address-family
202
 !
203
 address-family ipv4 vrf Cliente3
204
  redistribute connected
205
  redistribute ospf 300 vrf Cliente3
206
  no synchronization
207
 exit-address-family
208
!
209
ip default-gateway 192.168.1.254
210
ip forward-protocol nd
211
ip route 0.0.0.0 0.0.0.0 192.168.1.254
212
ip route 192.168.9.128 255.255.255.128 192.168.9.1
213
!
214
!
215
ip http server
216
no ip http secure-server
217
!
218
!
219
!
220
!
221
!
222
!
223
!
224
control-plane
225
!
226
!
227
!
228
voice-port 0/0/0
229
!
230
voice-port 0/0/1
231
!
232
voice-port 0/1/0
233
!
234
voice-port 0/1/1
235
!
236
!
237
!
238
!
239
!
240
dial-peer voice 10 voip
241
 destination-pattern 6000
242
 session protocol sipv2
243
 session target ipv4:10.255.2.13
244
 fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback cisco
245
!
246
dial-peer voice 20 voip
247
 destination-pattern .T
248
 session target ipv4:10.255.1.1
249
!
250
!
251
sip-ua 
252
!
253
!
254
!
255
gatekeeper
256
 shutdown
257
!
258
banner login Cisco 3847 - Border
259
!
260
line con 0
261
 password 7 14141B180F0B
262
 login local
263
line aux 0
264
line 66
265
 no activation-character
266
 no exec
267
 transport preferred none
268
 transport input all
269
 transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
270
line vty 0 5
271
 password 7 13061E010803
272
 login local
273
!
274
scheduler allocate 20000 1000
275
ntp clock-period 17180103
276
ntp server 193.204.114.232
277
!
278
end