Subversion Repositories Progetto_Dorsale

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 xraver 1
 
2
!
3
version 12.2
4
no service pad
5
service timestamps debug uptime
6
service timestamps log uptime
7
service password-encryption
8
!
9
hostname switch_mpls
10
!
11
enable secret 5 $1$i8L2$Fq9Z3LCnYp./xbiIF.dzN1
12
!
13
username admin password 7 14141B180F0B
14
no aaa new-model
15
system mtu routing 1500
16
ip subnet-zero
17
ip routing
18
ip name-server 130.251.1.4
19
!
20
!
21
!
22
!
23
no file verify auto
24
!
25
spanning-tree mode pvst
26
spanning-tree extend system-id
27
no spanning-tree vlan 547
28
!
29
vlan internal allocation policy ascending
30
!
31
interface FastEthernet0/1
32
 switchport access vlan 100
33
 switchport mode access
34
 spanning-tree portfast
35
!
36
interface FastEthernet0/2
37
 switchport access vlan 100
38
 switchport mode access
39
 spanning-tree portfast
40
!
41
interface FastEthernet0/3
42
 switchport access vlan 200
43
 switchport mode access
44
 spanning-tree portfast
45
!
46
interface FastEthernet0/4
47
 switchport access vlan 200
48
 switchport mode access
49
 spanning-tree portfast
50
!
51
interface FastEthernet0/5
52
 switchport access vlan 300
53
 switchport mode access
54
 spanning-tree portfast
55
!
56
interface FastEthernet0/6
57
 switchport access vlan 300
58
 switchport mode access
59
 spanning-tree portfast
60
!
61
interface FastEthernet0/7
62
 switchport access vlan 10
63
 switchport mode access
64
 spanning-tree portfast
65
!
66
interface FastEthernet0/8
67
 switchport access vlan 10
68
 switchport mode access
69
 spanning-tree portfast
70
!
71
interface FastEthernet0/9
72
 switchport access vlan 20
73
 switchport mode access
74
 spanning-tree portfast
75
!
76
interface FastEthernet0/10
77
 switchport access vlan 20
78
 switchport mode access
79
 spanning-tree portfast
80
!
81
interface FastEthernet0/11
82
 switchport access vlan 30
83
 switchport mode access
84
 spanning-tree portfast
85
!
86
interface FastEthernet0/12
87
 switchport access vlan 30
88
 switchport mode access
89
 spanning-tree portfast
90
!
91
interface FastEthernet0/13
92
 switchport access vlan 40
93
 switchport mode access
94
 spanning-tree portfast
95
!
96
interface FastEthernet0/14
97
 switchport access vlan 40
98
 switchport mode access
99
 spanning-tree portfast
100
!
101
interface FastEthernet0/15
102
 switchport access vlan 50
103
 switchport mode access
104
 spanning-tree portfast
105
!
106
interface FastEthernet0/16
107
 switchport access vlan 50
108
 switchport mode access
109
 spanning-tree portfast
110
!
111
interface FastEthernet0/17
112
 switchport trunk encapsulation dot1q
113
 switchport mode trunk
114
!
115
interface FastEthernet0/18
116
 switchport trunk encapsulation dot1q
117
 switchport mode trunk
118
!
119
interface FastEthernet0/19
120
 switchport trunk encapsulation dot1q
121
 switchport mode trunk
122
!
123
interface FastEthernet0/20
124
 switchport trunk encapsulation dot1q
125
 switchport mode trunk
126
!
127
interface FastEthernet0/21
128
 switchport trunk encapsulation dot1q
129
 switchport mode trunk
130
!
131
interface FastEthernet0/22
132
 switchport trunk encapsulation dot1q
133
 switchport mode trunk
134
!
135
interface FastEthernet0/23
136
 switchport trunk encapsulation dot1q
137
 switchport mode trunk
138
!
139
interface FastEthernet0/24
140
 switchport trunk encapsulation dot1q
141
 switchport mode trunk
142
!
143
interface GigabitEthernet0/1
144
 description UPLINK VERSO ALTRO CATALYST
145
 switchport trunk encapsulation dot1q
146
 switchport mode trunk
147
!
148
interface GigabitEthernet0/2
149
!
150
interface Vlan1
151
 no ip address
152
!
153
interface Vlan10
154
 ip address 192.168.1.253 255.255.255.0
155
!
156
interface Vlan20
157
 ip address 192.168.2.253 255.255.255.0
158
!
159
interface Vlan30
160
 ip address 192.168.3.253 255.255.255.0
161
!
162
interface Vlan40
163
 ip address 192.168.4.253 255.255.255.0
164
!
165
interface Vlan70
166
 no ip address
167
!
168
interface Vlan80
169
 no ip address
170
!
171
ip default-gateway 192.168.1.254
172
ip classless
173
ip route 0.0.0.0 0.0.0.0 192.168.1.254
174
ip http server
175
!
176
!
177
control-plane
178
!
179
!
180
line con 0
181
line vty 0 4
182
 password 7 094F471A1A0A
183
 login local
184
line vty 5 15
185
 login
186
!
187
end