blob: cbccda9fc8f6375a708928266d40500d9acb863a (
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 Rack1SW1
!
enable password cisco
!
ip subnet-zero
no ip domain-lookup
!
interface FastEthernet1/1
description To R1 F0/0
!
interface FastEthernet1/3
description To R3 E0/0
!
interface FastEthernet1/5
description To R5 E0/0
!
interface FastEthernet1/7
description To SW2 F1/7
!
interface FastEthernet1/8
description To SW2 F1/8
!
interface FastEthernet1/9
description To SW2 F1/9
!
interface FastEthernet1/10
description To SW3 F1/7
!
interface FastEthernet1/11
description To SW3 F1/8
!
interface FastEthernet1/12
description To SW3 F1/9
!
interface FastEthernet1/13
description To SW4 F1/7
!
interface FastEthernet1/14
description To SW4 F1/8
!
interface FastEthernet1/15
description To SW4 F1/9
!
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
|