NTP provide time synchronization in the network devices. NTP TS its just like verifying each configuration steps except with minor exceptions. Lets take those exceptions along with common causes in NTP TS. I deliberately introduce multiple issues in this topology. These issues may not necessarily be from NTP.
You just need to copy and paste the initial configuration on all the devices of any INE Rack and start working on the TS ticket.
Note: You just need to take care of rack number. Here I have used Rack 1 .
Note: TRY NOT TO USE "Show run" commands for better learning purposes
Topology Diagram:
Ticket1: NTP clients are not synchronized with NTP server. Fix it.
-----------------------INITIAL CONFIGURATIONS-------------------------------
R1:
Enable
Config t
Current configuration : 1285 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Rack1R1
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable password cisco
!
no aaa new-model
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
!
!
interface Loopback0
ip address 150.1.1.1 255.255.255.0
!
interface FastEthernet0/0
ip address 155.1.146.1 255.255.255.0
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
encapsulation frame-relay
!
interface Serial0/0/0.1 point-to-point
ip address 155.1.0.1 255.255.255.0
frame-relay interface-dlci 105
!
interface Serial0/0/1
ip address 155.1.13.1 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
speed 38400
line aux 0
exec-timeout 0 0
privilege level 15
line vty 0 4
password cisco
login
!
scheduler allocate 20000 1000
end
-----------------------------------------------------------------------------------------
R2:
Enable
Config t
Current configuration : 1274 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Rack1R2
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable password cisco
!
no aaa new-model
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
!
!
interface Loopback0
ip address 150.1.2.2 255.255.255.0
!
interface FastEthernet0/0
ip address 192.10.1.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
encapsulation frame-relay
!
interface Serial0/0/0.1 point-to-point
ip address 155.1.0.2 255.255.255.0
frame-relay interface-dlci 205
!
interface Serial0/0/1
ip address 155.1.23.2 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
speed 38400
line aux 0
exec-timeout 0 0
privilege level 15
line vty 0 4
password cisco
login
!
scheduler allocate 20000 1000
end
----------------------------------------------------------------------------------------
R3:
Enable
Config t
Current configuration : 1878 bytes
!
! Last configuration change at 20:44:30 UTC Wed Apr 18 2012
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Rack1R3
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable password cisco
!
no aaa new-model
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
!
!
interface Loopback0
ip address 150.1.3.3 255.255.255.0
!
interface FastEthernet0/0
ip address 155.1.37.3 255.255.255.0
ip access-group EIGRP in
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 155.1.43.3 255.255.255.0
ip access-group NTP in
duplex auto
speed auto
!
interface Serial1/0
no ip address
encapsulation frame-relay
!
interface Serial1/0.1 point-to-point
ip address 155.1.0.3 255.255.255.0
frame-relay interface-dlci 305
!
interface Serial1/1
no ip address
shutdown
!
interface Serial1/2
ip address 155.1.13.3 255.255.255.0
clock rate 64000
!
interface Serial1/3
ip address 155.1.23.3 255.255.255.0
clock rate 64000
!
router eigrp 10
network 150.1.0.0
network 155.1.0.0
no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
ip access-list extended EIGRP
permit ip any any
ip access-list extended NTP
deny udp any eq ntp any
deny udp any any eq ntp
permit ip any any
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
speed 38400
line aux 0
exec-timeout 0 0
privilege level 15
line vty 0 4
password cisco
login
!
scheduler allocate 20000 1000
ntp authentication-key 43 md5 096F673A3A2A 7
ntp authenticate
ntp trusted-key 43
ntp server 150.1.4.4 source Loopback0
end
-----------------------------------------------------------------------------------------
R4:
Enable
Config t
Current configuration : 1759 bytes
!
! Last configuration change at 20:42:18 UTC Wed Apr 18 2012
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Rack1R4
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable password cisco
!
no aaa new-model
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
key chain EIGRP
key 1
key-string CISCO
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
!
!
interface Loopback0
ip address 150.1.4.4 255.255.255.0
shutdown
!
interface FastEthernet0/0
ip address 155.1.43.4 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 155.1.146.4 255.255.255.0
ip authentication mode eigrp 10 md5
ip authentication key-chain eigrp 10 EIGRP
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
encapsulation frame-relay
!
interface Serial0/0/0.1 point-to-point
ip address 155.1.0.4 255.255.255.0
frame-relay interface-dlci 405
!
interface Serial0/0/1
ip address 155.1.45.4 255.255.255.0
clock rate 64000
!
router eigrp 10
network 150.1.0.0
network 155.1.0.0
no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
speed 38400
line aux 0
exec-timeout 0 0
privilege level 15
line vty 0 4
password cisco
login
!
scheduler allocate 20000 1000
ntp authentication-key 43 md5 00273A352774 7
ntp authentication-key 46 md5 047822352C0E 7
ntp trusted-key 64
ntp trusted-key 43
ntp source Loopback0
ntp master 7
ntp server 150.1.4.4
end
-----------------------------------------------------------------------------------------
R5:
Enable
Config t
Current configuration : 1398 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Rack1R5
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable password cisco
!
no aaa new-model
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
!
!
interface Loopback0
ip address 150.1.5.5 255.255.255.0
!
interface FastEthernet0/0
ip address 155.1.58.5 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 155.1.5.5 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 155.1.0.5 255.255.255.0
encapsulation frame-relay
frame-relay map ip 155.1.0.4 504 broadcast
frame-relay map ip 155.1.0.3 503 broadcast
frame-relay map ip 155.1.0.2 502 broadcast
frame-relay map ip 155.1.0.1 501 broadcast
no frame-relay inverse-arp
!
interface Serial0/0/1
ip address 155.1.45.5 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
speed 38400
line aux 0
exec-timeout 0 0
privilege level 15
line vty 0 4
password cisco
login
!
scheduler allocate 20000 1000
end
-----------------------------------------------------------------------------------------
R6:
Enable
Config t
Current configuration : 1692 bytes
!
! Last configuration change at 20:45:14 UTC Wed Apr 18 2012
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Rack1R6
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable password cisco
!
no aaa new-model
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
key chain EIGRP
key 1
key-string CISCO
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
!
!
interface Loopback0
ip address 150.1.6.6 255.255.255.0
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.67
encapsulation dot1Q 67
ip address 155.1.67.6 255.255.255.0
!
interface FastEthernet0/0.146
encapsulation dot1Q 146
ip address 155.1.146.6 255.255.255.0
ip authentication mode eigrp 10 md5
ip authentication key-chain eigrp 10 EIGRP
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
ip address 54.1.1.6 255.255.255.0
encapsulation frame-relay
frame-relay map ip 54.1.1.254 101 broadcast
!
router eigrp 10
network 150.1.0.0
network 155.1.0.0
no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
speed 38400
line aux 0
exec-timeout 0 0
privilege level 15
line vty 0 4
password cisco
login
!
scheduler allocate 20000 1000
ntp authentication-key 46 md5 062526136F61 7
ntp authenticate
ntp server 150.1.4.4 source Loopback0
end
---------------------------------------------------------------------------------------
SW1:
Enable
Config t
Current configuration : 4010 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Rack1SW1
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
!
!
no aaa new-model
system mtu routing 1500
authentication mac-move permit
ip subnet-zero
ip routing
no ip domain-lookup
!
!
!
!
crypto pki trustpoint TP-self-signed-3817290112
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3817290112
revocation-check none
rsakeypair TP-self-signed-3817290112
!
!
crypto pki certificate chain TP-self-signed-3817290112
certificate self-signed 01
3082023C 308201A5 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 33383137 32393031 3132301E 170D3933 30333031 30303131
30325A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 38313732
39303131 3230819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100EB14 D8B1EDD2 7907520B 10C018D4 39F0AD6D A231AED9 BED9AEC6 21A79CDC
7D4DC350 94F3AAA1 FD77B225 13996685 B8946D64 2E7B3189 2BD0F2E0 F9447FDA
599B426C DEF0AC03 4CC22373 D2C0CFE8 A9D14CFF 0067B2F1 5AACD311 1BC493BC
988BD25F 7C38F0DD 618E2B94 F6E984B6 E2266F69 4AF3DFDB B0A9B719 331A612B
90E30203 010001A3 64306230 0F060355 1D130101 FF040530 030101FF 300F0603
551D1104 08300682 04535731 2E301F06 03551D23 04183016 8014DA7A D70513B1
129D9908 816E0E58 FA147A8F A3BD301D 0603551D 0E041604 14DA7AD7 0513B112
9D990881 6E0E58FA 147A8FA3 BD300D06 092A8648 86F70D01 01040500 03818100
9A0A702B AB8CAC50 D7C3F588 6E4FD437 A28C3809 A55F99F4 D289059C 000097FA
ED0E328F D3F79F77 85B2C6BD B078E7BC B55D17F4 AB8DF5BA 810C8DAC 4CBBE939
70C9FB6E EAEFD9CB 3BC77A03 805E7037 7ECC12C3 F5DE5101 6D776B23 4B963D65
67BBDED5 BAF9A4E2 DFDDE663 31841423 1C753ECB BEAED509 25149EEC 0681E588
quit
!
!
!
spanning-tree mode pvst
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
interface Loopback0
ip address 150.1.7.7 255.255.255.0
!
interface FastEthernet0/1
switchport access vlan 146
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/2
!
interface FastEthernet0/3
no switchport
ip address 155.1.37.7 255.255.255.0
!
interface FastEthernet0/4
!
interface FastEthernet0/5
switchport access vlan 58
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
switchport mode dynamic desirable
!
interface FastEthernet0/14
switchport mode dynamic desirable
!
interface FastEthernet0/15
switchport mode dynamic desirable
!
interface FastEthernet0/16
switchport mode dynamic desirable
!
interface FastEthernet0/17
switchport mode dynamic desirable
!
interface FastEthernet0/18
switchport mode dynamic desirable
!
interface FastEthernet0/19
switchport mode dynamic desirable
!
interface FastEthernet0/20
switchport mode dynamic desirable
!
interface FastEthernet0/21
switchport mode dynamic desirable
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
no ip address
shutdown
!
interface Vlan7
ip address 155.1.7.7 255.255.255.0
!
interface Vlan67
ip address 155.1.67.7 255.255.255.0
!
interface Vlan79
ip address 155.1.79.7 255.255.255.0
!
!
router eigrp 10
network 155.1.0.0
network 150.1.0.0
no auto
!
!
!
ip classless
ip http server
ip http secure-server
!
!
ip sla enable reaction-alerts
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
speed 38400
line vty 0 4
password cisco
login
line vty 5 15
password cisco
login
!
end
-----------------------------------------------------------------------------------------
SW2:
Enable
Config t
Current configuration : 4060 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Rack1SW2
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
!
!
no aaa new-model
system mtu routing 1500
authentication mac-move permit
ip subnet-zero
no ip domain-lookup
!
!
!
!
crypto pki trustpoint TP-self-signed-3819482240
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3819482240
revocation-check none
rsakeypair TP-self-signed-3819482240
!
!
crypto pki certificate chain TP-self-signed-3819482240
certificate self-signed 01
3082023C 308201A5 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 33383139 34383232 3430301E 170D3933 30333031 30303131
30315A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 38313934
38323234 3030819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100A837 82D6C881 800C4388 3530AB13 BA5BF24E 287B930D 23E87550 2AB8E6CE
D2A64706 F0D4D7F8 F0D6A957 99618333 41B3151E 0D4A3762 D23C6B90 255500D5
BCEDFFCE E5BD2B0C 18824191 41DC2C91 65C0B10B C80DA935 6B640AB4 3AFCB936
CB3EF1E6 6D89E7EE 16248E2E 66E19965 D299D3D7 C399BA9F A451A94B 15C8D1CC
428F0203 010001A3 64306230 0F060355 1D130101 FF040530 030101FF 300F0603
551D1104 08300682 04535732 2E301F06 03551D23 04183016 8014D981 2DC83174
778DE36B ED56E7EA 12238458 C0AB301D 0603551D 0E041604 14D9812D C8317477
8DE36BED 56E7EA12 238458C0 AB300D06 092A8648 86F70D01 01040500 03818100
1D070628 97289B70 5232CF0F 90385491 EF2D1BE2 0727752A 26372174 9BFF2D8E
48393ABB D1CFFFD3 3A3DD0F4 4129CC11 9889BD50 E34102AD 73D3350B 8AAED219
CD2BA90C 27F10D8A A886305D D4FAE4D9 CFB58DFF A48F8A69 27794E02 CF2144EA
EFCED9F0 6CFDFE4C 9CAE7CF0 97459580 093DC01C 35AB8559 4D0B04E0 40644CB3
quit
!
!
!
spanning-tree mode pvst
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
ip access-list extended EIGRP
permit eigrp any any
!
!
vlan access-map VLAN_MAP 10
action drop
match ip address EIGRP
vlan access-map VLAN_MAP 20
action forward
!
vlan filter VLAN_MAP vlan-list 43
!
vlan internal allocation policy ascending
!
!
!
!
interface Loopback0
ip address 150.1.8.8 255.255.255.0
!
interface Port-channel1
no switchport
ip address 155.1.108.8 255.255.255.0
!
interface FastEthernet0/1
!
interface FastEthernet0/2
switchport access vlan 22
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/3
!
interface FastEthernet0/4
switchport access vlan 43
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/5
!
interface FastEthernet0/6
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
switchport mode dynamic desirable
!
interface FastEthernet0/14
switchport mode dynamic desirable
!
interface FastEthernet0/15
switchport mode dynamic desirable
!
interface FastEthernet0/16
switchport mode dynamic desirable
!
interface FastEthernet0/17
switchport mode dynamic desirable
!
interface FastEthernet0/18
switchport mode dynamic desirable
!
interface FastEthernet0/19
no switchport
no ip address
channel-group 1 mode on
!
interface FastEthernet0/20
no switchport
no ip address
channel-group 1 mode on
!
interface FastEthernet0/21
switchport mode dynamic desirable
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
switchport access vlan 22
switchport mode access
spanning-tree portfast
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
no ip address
shutdown
!
interface Vlan8
ip address 155.1.8.8 255.255.255.0
!
interface Vlan58
ip address 155.1.58.8 255.255.255.0
!
ip classless
ip http server
ip http secure-server
!
!
ip sla enable reaction-alerts
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
speed 38400
line vty 0 4
password cisco
login
line vty 5 15
password cisco
login
!
end
---------------------------------------------------------------------------------------
SW3:
Enable
Config t
Current configuration : 3831 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Rack1SW3
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
!
!
no aaa new-model
system mtu routing 1500
authentication mac-move permit
ip subnet-zero
no ip domain-lookup
!
!
!
!
crypto pki trustpoint TP-self-signed-3817305984
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3817305984
revocation-check none
rsakeypair TP-self-signed-3817305984
!
!
crypto pki certificate chain TP-self-signed-3817305984
certificate self-signed 01
3082023C 308201A5 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 33383137 33303539 3834301E 170D3933 30333031 30303131
30315A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 38313733
30353938 3430819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100C769 FF6EFF61 B1A90633 742490B5 451DB6A8 FD3ECCEB D50F2A27 06A6ED45
FE139569 A086D8B8 41C65CE6 94E798C7 A8DF051A 517916F6 FB95380A E47BFE44
DDDB9A60 8ACEB1F7 CDA47FB2 6939B9D8 A6E3BF7C B824AC58 1519707F 018A6806
9C246CFF 3C6A817F 2FFF8376 D496A0F6 606E7E0C F161678C A92800A1 DE884A97
545F0203 010001A3 64306230 0F060355 1D130101 FF040530 030101FF 300F0603
551D1104 08300682 04535733 2E301F06 03551D23 04183016 8014727E F9FC8A5B
863BBB1E BC2C115F 813F4BFC 9EA9301D 0603551D 0E041604 14727EF9 FC8A5B86
3BBB1EBC 2C115F81 3F4BFC9E A9300D06 092A8648 86F70D01 01040500 03818100
7AB609CE 03584B9A 85D00FCF 6CA6F59F E4984898 35D53691 6433BF57 A37C3ED1
4866CBC1 E99C3746 799393CC 95EEE40A DD9F6A51 3F061CCF 3CB59A53 897AF112
4F135059 01DA2695 3EC6DCAB 4C850371 72404BD0 3C15F2C5 926617EB 047E9D92
65948CC2 DC676466 1194CB15 364D3665 088ABB44 0E5929DB 2F408387 1A704054
quit
!
!
!
spanning-tree mode pvst
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
interface Loopback0
ip address 150.1.9.9 255.255.255.0
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
switchport access vlan 43
!
interface FastEthernet0/4
!
interface FastEthernet0/5
switchport access vlan 5
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
switchport mode dynamic desirable
!
interface FastEthernet0/14
switchport mode dynamic desirable
!
interface FastEthernet0/15
switchport mode dynamic desirable
!
interface FastEthernet0/16
switchport mode dynamic desirable
!
interface FastEthernet0/17
switchport mode dynamic desirable
!
interface FastEthernet0/18
switchport mode dynamic desirable
!
interface FastEthernet0/19
switchport mode dynamic desirable
!
interface FastEthernet0/20
switchport mode dynamic desirable
!
interface FastEthernet0/21
switchport mode dynamic desirable
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
switchport access vlan 43
switchport mode access
spanning-tree portfast
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
no ip address
shutdown
!
interface Vlan9
ip address 155.1.9.9 255.255.255.0
!
interface Vlan79
ip address 155.1.79.9 255.255.255.0
!
ip classless
ip http server
ip http secure-server
!
!
ip sla enable reaction-alerts
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
speed 38400
line vty 0 4
password cisco
login
line vty 5 15
password cisco
login
!
end
---------------------------------------------------------------------------------------
SW4:
Enable
Config t
Current configuration : 3800 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Rack1SW4
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
!
!
no aaa new-model
system mtu routing 1500
authentication mac-move permit
ip subnet-zero
no ip domain-lookup
!
!
!
!
crypto pki trustpoint TP-self-signed-3817290240
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3817290240
revocation-check none
rsakeypair TP-self-signed-3817290240
!
!
crypto pki certificate chain TP-self-signed-3817290240
certificate self-signed 01
3082023C 308201A5 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 33383137 32393032 3430301E 170D3933 30333031 30303131
30325A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 38313732
39303234 3030819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100A882 8FE6CF9A B3F50221 B8E72FCF 63CCCD43 C1A9413D 0FB9A949 7039AF7A
C388A46C BAD51B80 8FF8E1D9 93117A25 7B3050AE B45DD0F1 BCF4A248 E8E67E26
C32763D1 EEF76A8C CE39F76C 974AA287 D0822950 BB6ECD51 963A028D 9BD7B103
E40BCA82 6CDA6BBF 11A9F479 53A4E74C 81B718D7 D02291BF F48444FB F3AE2205
C8BD0203 010001A3 64306230 0F060355 1D130101 FF040530 030101FF 300F0603
551D1104 08300682 04535734 2E301F06 03551D23 04183016 80141447 F24FD588
D20BE6F5 CD962442 8F6EB9DA 9579301D 0603551D 0E041604 141447F2 4FD588D2
0BE6F5CD 9624428F 6EB9DA95 79300D06 092A8648 86F70D01 01040500 03818100
1CC19729 F5D312B9 DA3B6C4B 5AC0BD06 6317043C 05CF0A2B CDA4F23E 2D0E8A24
2FB4DBF1 9551F6B2 469A7904 3FC08A0A 997DC725 5B00BDA8 5BA37247 B45E7086
5CE14049 C1FC95BB F3D2CDC4 F68F8271 F71CED12 B3B0CFB1 658584DC F731F6B8
7410BA9C E3819D52 4B36A44F B45094CF 669F6B6B 10C6FD9B 173FB472 E424132D
quit
!
!
!
spanning-tree mode pvst
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
interface Loopback0
ip address 150.1.10.10 255.255.255.0
!
interface Port-channel1
no switchport
ip address 155.1.108.10 255.255.255.0
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
switchport access vlan 146
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
switchport mode dynamic desirable
!
interface FastEthernet0/14
switchport mode dynamic desirable
!
interface FastEthernet0/15
switchport mode dynamic desirable
!
interface FastEthernet0/16
no switchport
no ip address
channel-group 1 mode on
!
interface FastEthernet0/17
no switchport
no ip address
channel-group 1 mode on
!
interface FastEthernet0/18
switchport mode dynamic desirable
!
interface FastEthernet0/19
switchport mode dynamic desirable
!
interface FastEthernet0/20
switchport mode dynamic desirable
!
interface FastEthernet0/21
switchport mode dynamic desirable
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
no ip address
shutdown
!
interface Vlan10
ip address 155.1.10.10 255.255.255.0
!
ip classless
ip http server
ip http secure-server
!
!
ip sla enable reaction-alerts
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
speed 38400
line vty 0 4
password cisco
login
line vty 5 15
password cisco
login
!
end
---------------------------------------------------------------------------------------