-
Notifications
You must be signed in to change notification settings - Fork 0
/
PROJECT 2.txt
166 lines (165 loc) · 2.47 KB
/
PROJECT 2.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
Switch#SHOW Running-config
Building configuration...
Current configuration : 2276 bytes
!
version 12.2(37)SE1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Switch
!
!
!
!
ip dhcp pool lab1
network 172.16.1.0 255.255.255.192
default-router 172.16.1.1
dns-server 4.4.4.4
ip dhcp pool lab2
network 172.16.2.0 255.255.255.192
default-router 172.16.2.1
dns-server 4.4.4.4
ip dhcp pool lab3
network 172.16.3.0 255.255.255.192
default-router 172.16.3.1
dns-server 4.4.4.4
ip dhcp pool lab4
network 172.16.4.0 255.255.255.192
default-router 172.16.4.1
dns-server 4.4.4.4
!
!
ip routing
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode rapid-pvst
!
!
!
!
!
!
interface FastEthernet0/1
no switchport
ip address 172.16.1.1 255.255.255.192
duplex auto
speed auto
!
interface FastEthernet0/2
no switchport
ip address 172.16.2.1 255.255.255.192
duplex auto
speed auto
!
interface FastEthernet0/3
no switchport
ip address 172.16.3.1 255.255.255.192
duplex auto
speed auto
!
interface FastEthernet0/4
no switchport
ip address 172.16.4.1 255.255.255.192
duplex auto
speed auto
!
interface FastEthernet0/5
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/6
switchport access vlan 2
!
interface FastEthernet0/7
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
no ip address
shutdown
!
interface Vlan2
mac-address 000b.be2b.bb01
ip address 172.16.5.1 255.255.255.192
!
interface Vlan3
mac-address 000b.be2b.bb02
ip address 172.16.6.1 255.255.255.192
!
interface Vlan4
mac-address 000b.be2b.bb03
ip address 172.16.7.1 255.255.255.192
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
!
end