blob: a25218978823b1a9c9af280a16f1acdd0e6429a5 (
plain)
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
|
hostname Rack1SW3
!
enable password cisco
!
ip subnet-zero
no ip domain-lookup
!
interface FastEthernet1/0
description To BB3
!
interface FastEthernet1/3
description To R3 E0/1
!
interface FastEthernet1/5
description To R5 E0/1
!
interface FastEthernet1/7
description To SW1 F1/10
!
interface FastEthernet1/8
description To SW1 F1/11
!
interface FastEthernet1/9
description To SW1 F1/12
!
interface FastEthernet1/10
description To SW2 F1/10
!
interface FastEthernet1/11
description To SW2 F1/11
!
interface FastEthernet1/12
description To SW2 F1/12
!
interface FastEthernet1/13
description To SW4 F1/13
!
interface FastEthernet1/14
description To SW4 F1/14
!
interface FastEthernet1/15
description To SW4 F1/15
!
ip classless
!
line con 0
exec-timeout 0 0
logging synchronous
privilege level 15
line aux 0
exec-timeout 0 0
privilege level 15
line vty 0 4
login
password cisco
|