Subversion Repositories Progetto_Dorsale

Rev

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