blob: ab7fde17424eaa2b5c6c231154f85e6c57d5c408 (
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
|
hostname Rack1SW4
!
enable password cisco
!
ip subnet-zero
no ip domain-lookup
!
interface FastEthernet1/4
description To R4 E0/1
!
interface FastEthernet1/6
description To R6 E0/1
!
interface FastEthernet1/7
description To SW1 F1/13
!
interface FastEthernet1/8
description To SW1 F1/14
!
interface FastEthernet1/9
description To SW1 F1/15
!
interface FastEthernet1/10
description To SW2 F1/13
!
interface FastEthernet1/11
description To SW2 F1/14
!
interface FastEthernet1/12
description To SW2 F1/15
!
interface FastEthernet1/13
description To SW3 F1/13
!
interface FastEthernet1/14
description To SW3 F1/14
!
interface FastEthernet1/15
description To SW3 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
|